Searched refs:T_ASSERT_EQ_ULLONG (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | proc_info_udata.c | 34 T_ASSERT_EQ_ULLONG(token, udata, "proc_udata_info(): retrieved value matches token");
|
| H A D | os_refcnt.c | 210 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 D | shared_cache_reslide_test.c | 162 …T_ASSERT_EQ_ULLONG(exit_reason.beri_code, (unsigned long long)SIGSEGV, "child should have received… in induce_crash()
|
| H A D | hvtest_x86.m | 827 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 D | counter_test.c | 68 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 D | ktest.h | 595 #define T_ASSERT_EQ_ULLONG(lhs, rhs, msg, ...) \ macro
|