HomeSort by: relevance | last modified time | path
    Searched refs:expected_res (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
params_test.c 569 int expected_res; member in struct:int_from_text_test_st
623 if (a.expected_res)
626 return !a.expected_res;
639 if (res ^ a.expected_res) {
642 a.argname, a.strval, a.expected_res, res);
657 return a.expected_res;
  /src/crypto/external/bsd/openssl/dist/test/
params_test.c 570 int expected_res; member in struct:int_from_text_test_st
624 if (a.expected_res)
627 return !a.expected_res;
640 if (res ^ a.expected_res) {
642 "%d != %d", a.argname, a.strval, a.expected_res, res);
657 return a.expected_res;
  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 17438 tree res, tree *expected_res)
17447 ASSERT_TRUE (operand_equal_p (VECTOR_CST_ELT (res, i), expected_res[i], 0));
17454 validate_res_vls (tree res, tree *expected_res, unsigned expected_nelts)
17458 ASSERT_TRUE (operand_equal_p (VECTOR_CST_ELT (res, i), expected_res[i], 0));
17499 tree expected_res[] = { ARG0(0), ARG1(0), ARG0(1), ARG1(1) };
17500 validate_res (4, 1, res, expected_res);
17523 tree expected_res[] = { ARG0(0), ARG0(0), ARG1(0), ARG1(0) };
17524 validate_res (4, 1, res, expected_res);
17555 tree expected_res[] = { ARG0(0), ARG0(1), ARG0(2), ARG0(3) };
17556 validate_res_vls (res, expected_res, 4)
    [all...]

Completed in 33 milliseconds