Searched refs:T_ASSERT_NE_ULLONG (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | if_generation_id.c | 98 T_ASSERT_NE_ULLONG(if_generation_id, ifr.ifr_creation_generation_id,
|
| H A D | arm_mte_utilities.c | 296 T_QUIET; T_ASSERT_NE_ULLONG(0ULL, addr, "Allocated address is not null"); in allocate_tagged_memory() 400 T_QUIET; T_ASSERT_NE_ULLONG(0ULL, addr, "Allocated address is not null"); in allocate_untagged_memory()
|
| H A D | memorystatus_vm_map_fork.c | 457 …T_QUIET; T_ASSERT_NE_ULLONG(kernel_pidwatch_val, (uint64_t)child_pid, "child didn't trigger corpse… in memorystatus_vm_map_fork_parent()
|
| H A D | arm_mte.c | 690 T_QUIET; T_ASSERT_NE_ULLONG(0ULL, addr, "Allocated address is not null"); in mte_mach_vm_read()
|
| /xnu-12377.61.12/libkern/os/ |
| H A D | log.c | 1329 T_ASSERT_NE_ULLONG(0, stamp, "Absolute time should not be zero"); in test_printf() 1443 T_ASSERT_NE_ULLONG(0, stamp, "Absolute time should not be zero"); in test_os_log()
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | kernel_tests.c | 542 T_ASSERT_NE_ULLONG(numbers[i], 0, "read_random returned zero value."); in RandomULong_test() 545 T_ASSERT_NE_ULLONG(numbers[i], UINT64_MAX, "read_random returned -1."); in RandomULong_test() 630 T_ASSERT_NE_ULLONG(numbers[i], numbers[i - 1], "read_random generated duplicate values."); in RandomULong_test()
|
| H A D | ktest.h | 598 #define T_ASSERT_NE_ULLONG(lhs, rhs, msg, ...) \ macro
|