Home
last modified time | relevance | path

Searched refs:T_ASSERT_EQ_ULLONG (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/tests/
H A Dproc_info_udata.c34 T_ASSERT_EQ_ULLONG(token, udata, "proc_udata_info(): retrieved value matches token");
H A Dos_refcnt.c210 T_ASSERT_EQ_ULLONG(g1.grp_retain_total, 1ULL, "group retains");
211 T_ASSERT_EQ_ULLONG(g1.grp_release_total, 0ULL, "group releases");
H A Dshared_cache_reslide_test.c162T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGSEGV, "child should have received… in induce_crash()
H A Dhvtest_x86.m827 T_ASSERT_EQ_ULLONG(v2, 1ULL, "check count");
829 T_ASSERT_EQ_ULLONG(v2, 0ULL, "check count");
/xnu-8020.140.41/bsd/kern/
H A Dcounter_test.c68 T_ASSERT_EQ_ULLONG(counter_load(&test_static_scalable_counter), 1, "Counter was incremented"); in counter_tests()
/xnu-8020.140.41/osfmk/tests/
H A Dktest.h595 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ macro