Searched refs:ok (Results 1 – 15 of 15) sorted by relevance
27 bool ok = true; in tf() local32 ok = false; in tf()34 return ok ? NULL : (void *) -1l; in tf()40 bool ok = true; in do_test() local45 ok = false; in do_test()62 ok = false; in do_test()64 return ok ? 0 : 1; in do_test()
24 static bool ok = true; variable33 ok = false; in once_test()42 ok = false; in do_test()50 return ok ? 0 : 1; in do_test()
31 bool ok = true; in f() local36 ok = false; in f()38 return ok ? 0 : 1; in f()44 bool ok = true; in do_test() local49 ok = false; in do_test()89 ok = false; in do_test()91 return ok ? 0 : 1; in do_test()
35 bool ok = true; in check_stack_alignment() local40 ok = false; in check_stack_alignment()42 return ok ? 0 : 1; in check_stack_alignment()
38 ok = False41 ok = True44 if not ok:
456 bool ok = true; in run_chroot_tests() local470 ok = false; in run_chroot_tests()474 ok = false; in run_chroot_tests()494 ok = false; in run_chroot_tests()498 ok = false; in run_chroot_tests()527 ok = false; in run_chroot_tests()535 ok = false; in run_chroot_tests()542 ok = false; in run_chroot_tests()588 ok = false; in run_chroot_tests()597 return ok ? 0 : 1; in run_chroot_tests()
89 libc_minimum_kernel=ok96 if test "$libc_minimum_kernel" = ok; then160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5161 $as_echo "ok" >&6; }
58 #endif]], [[]])], [libc_minimum_kernel=ok], [libc_minimum_kernel='too old!'])60 if test "$libc_minimum_kernel" = ok; then117 AC_MSG_RESULT(ok)
39 int ok = thread->kernel_thread == ktid; in __pthread_thread_start()42 ok; in __pthread_thread_start()
45 int ok = thread->kernel_thread == ktid; \47 ok; })); \
190 int ok; in _hurd_setup_sighandler() local222 ok = machine_get_state (ss->thread, state, i386_FLOAT_STATE, in _hurd_setup_sighandler()257 if (! ok) in _hurd_setup_sighandler()
20 [libc_cv_hurd_version=ok],
34 libc_cv_hurd_version=ok
525 int ok; in check_sqrt() local544 ok = fabs(x0) >= fabs(x1) && fabs(x1) <= fabs(x2); in check_sqrt()548 ok = x1 <= 0 && x2 >= 0; in check_sqrt()552 ok = x1 >= 0 && x0 <= 0; in check_sqrt()559 ok = x1 == 0; in check_sqrt()560 if (!ok) in check_sqrt()
172 ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
Completed in 13 milliseconds