Searched refs:T_ASSERT_GE_ULONG (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | vm_compressor.c | 80 T_ASSERT_GE_ULONG(sz, sizeof(uint32_t), "got buffer shorter than the magic value"); 106 T_ASSERT_GE_ULONG(sz, sizeof(uint32_t), "got buffer shorter than the magic value");
|
| /xnu-12377.61.12/tests/ |
| H A D | ipsec.m | 260 …T_QUIET; T_ASSERT_GE_ULONG((unsigned long)PFKEY_EXTLEN(ext), sizeof(*ext), "pfkey extension shorte… 387 …T_QUIET; T_ASSERT_GE_ULONG((size_t)result, sizeof(struct sadb_msg), "Invalid PFKey message size: %…
|
| H A D | arm_mte_compress.c | 1111 T_QUIET; T_ASSERT_GE_ULONG(sz, sizeof(uint32_t), "got buffer shorter than the magic value"); in get_mte_size_from_csegs() 1286 T_QUIET; T_ASSERT_GE_ULONG(sz, sizeof(uint32_t), "got buffer shorter than the magic value");
|
| H A D | proc_info.c | 872 T_ASSERT_GE_ULONG((unsigned long)num_procs / sizeof(pid_t), (unsigned long)CONF_PROC_COUNT, 893 T_ASSERT_GE_ULONG((unsigned long)num_procs / sizeof(pid_t), (unsigned long)CONF_PROC_COUNT,
|
| H A D | pfkey.c | 112 …T_QUIET; T_ASSERT_GE_ULONG((unsigned long)PFKEY_EXTLEN(ext), sizeof(*ext), "pfkey extension shorte… in pfkey_align() 201 …T_QUIET; T_ASSERT_GE_ULONG((size_t)result, sizeof(struct sadb_msg), "Invalid PFKey message size: %… in recv_pfkey_message()
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | kernel_tests.c | 876 T_ASSERT_GE_ULONG(lowGlo.lgStaticAddr, gPhysBase, NULL); in pmap_coredump_test() 879 T_ASSERT_GE_ULONG(lowGlo.lgLayoutMinorVersion, 2, NULL); in pmap_coredump_test() 899 T_ASSERT_GE_ULONG(pa, gPhysBase, NULL); in pmap_coredump_test()
|
| H A D | ktest.h | 550 #define T_ASSERT_GE_ULONG(lhs, rhs, msg, ...) \ macro
|