Lines Matching refs:expected_result
231 /* overfull_result: expected_result from parsing the given string plus
308 int expected_value, int expected_result)
314 TEST_EQUAL(ret, expected_result);
315 if (expected_result == 0) {
359 const char *expected_hex, int expected_result)
366 int expected_result_for_mpi = expected_result;
369 int expected_result_for_int = expected_result;
381 if (expected_result == 0 &&
391 if (expected_result == 0 && expected_value < 0) {
459 const char *expected_hex, int expected_result)
463 int expected_result_for_enum = expected_result;
469 if (expected_result == 0 &&
479 if (expected_result == 0 && expected_value < 0) {
531 int expected_result, int expected_result_null)
537 expected_result);
538 if (expected_result == 0) {
552 if (expected_result == 0) {
562 int expected_result)
580 expected_result);
581 if (expected_result == 0) {
620 int expected_result)
640 TEST_EQUAL(ret, expected_result);
650 int expected_result)
659 expected_result);
660 if (expected_result == 0) {
675 if (expected_result == 0 && params_offset == 0) {