Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 20 of 20) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-prctl.c28 char expected[16] = "thread name"; in do_test() local
29 TEST_COMPARE_BLOB (buffer, sizeof (buffer), expected, sizeof (expected)); in do_test()
A Dtst-ttyname.c106 if ((actual.err == expected.err) in eq_ttyname()
110 if (expected.name) in eq_ttyname()
116 expected_name, expected.err); in eq_ttyname()
127 if (expected.name) in eq_ttyname()
134 expected_name, expected.err); in eq_ttyname()
172 if ((actual.err == expected.err) in eq_ttyname_r()
173 && (actual.ret == expected.ret) in eq_ttyname_r()
177 if (expected.name) in eq_ttyname_r()
183 expected_name, expected.ret, expected.err); in eq_ttyname_r()
194 if (expected.name) in eq_ttyname_r()
[all …]
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-strfrom-ldbl-compat.c29 const char *expected = "-1.0000000000"; in do_test() local
38 TEST_COMPARE_STRING (expected, buffer); in do_test()
41 read = strtold (expected, NULL); in do_test()
A Dtest-obstack-ldbl-compat-template.c33 const char *expected = "-1.000000000000000000000000000000"; in do_test_call() local
42 TEST_VERIFY (strncmp (expected, actual, 33) == 0); in do_test_call()
51 TEST_VERIFY (strncmp (expected, actual, 33) == 0); in do_test_call()
A Dtest-strfmon-ldbl-compat.c51 const char *expected = in do_test() local
54 TEST_COMPARE_STRING (expected, buffer); in do_test()
A Dtest-syslog-ldbl-compat-template.c59 const char *expected = in do_test() local
62 TEST_COMPARE_STRING (expected, result.err.buffer); in do_test()
A Dtest-wprintf-chk-ldbl-compat.c101 const char *expected = in do_test() local
117 TEST_COMPARE_STRING (expected, result.out.buffer); in do_test()
A Dtest-wprintf-ldbl-compat.c99 const char *expected = in do_test() local
115 TEST_COMPARE_STRING (expected, result.out.buffer); in do_test()
A Dtest-printf-ldbl-compat.c146 const char *expected = in do_test() local
177 TEST_COMPARE_STRING (expected, result.out.buffer); in do_test()
A Dtest-printf-chk-ldbl-compat.c155 const char *expected = in do_test() local
186 TEST_COMPARE_STRING (expected, result.out.buffer); in do_test()
/sysdeps/powerpc/
A Dtst-set_ppr.c55 check_thread_priority (uint8_t expected) in check_thread_priority() argument
59 if (actual != expected) in check_thread_priority()
61 printf ("FAIL: Expected %"PRIu8" got %"PRIuMAX".\n", expected, in check_thread_priority()
65 printf ("PASS: Thread priority set to %"PRIu8" correctly.\n", expected); in check_thread_priority()
A Dtest-arith.c223 check_result(int line, const char *rm, tocheck_t expected, tocheck_t actual) in check_result() argument
225 if (memcmp (&expected, &actual, sizeof (tocheck_t)) != 0) in check_result()
232 ex = (unsigned char *)&expected; in check_result()
319 check_excepts(int line, const char *rm, int expected, int actual) in check_excepts() argument
321 if (expected & excepts_missing) in check_excepts()
322 expected = expected & ~excepts_missing | FE_INVALID_SNAN; in check_excepts()
323 if ((expected & all_exceptions) != actual) in check_excepts()
329 if (expected & excepts[i].except) in check_excepts()
331 if ((expected & all_exceptions) == 0) in check_excepts()
/sysdeps/x86/
A Dtst-ifunc-isa-1.c26 enum isa expected = get_isa (); in do_test() local
27 return value == expected ? EXIT_SUCCESS : EXIT_FAILURE; in do_test()
/sysdeps/nptl/
A Dfutex-internal.h144 futex_wait (unsigned int *futex_word, unsigned int expected, int private) in futex_wait() argument
146 int err = lll_futex_timed_wait (futex_word, expected, NULL, private); in futex_wait()
174 futex_wait_simple (unsigned int *futex_word, unsigned int expected, in futex_wait_simple() argument
177 ignore_value (futex_wait (futex_word, expected, private)); in futex_wait_simple()
303 unsigned int expected, clockid_t clockid,
309 __futex_abstimed_wait64 (unsigned int* futex_word, unsigned int expected,
/sysdeps/ieee754/ldbl-128ibm/
A Dtest-fmodrem-ldbl-128ibm.c41 test_func (const char *s, long double x, long double y, long double expected) in test_func() argument
45 if (r != expected || copysignl (1.0, r) != copysignl (1.0, expected)) in test_func()
/sysdeps/sparc/sparc32/
A Dconfigure.ac21 _Bool foo (int *ptr, int *expected, int desired)
23 return __atomic_compare_exchange_n (ptr, expected, desired, 0,
A Dconfigure173 _Bool foo (int *ptr, int *expected, int desired)
175 return __atomic_compare_exchange_n (ptr, expected, desired, 0,
/sysdeps/unix/sysv/linux/arc/
A Ducontext_i.sym9 -- sizeof(sigset_t) expected by kernel: see comment in ARC sigaction.c for details
/sysdeps/ieee754/ldbl-opt/
A Dconfigure.ac11 # error "compiler did not predefine __LONG_DOUBLE_128__ as expected"
A Dconfigure20 # error "compiler did not predefine __LONG_DOUBLE_128__ as expected"

Completed in 15 milliseconds