Home
last modified time | relevance | path

Searched refs:T_ASSERT_GT_UINT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/
H A Dreply_port_defense.c194 T_ASSERT_GT_UINT(codeCnt, 1, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
H A Dimm_pinned_control_port.c136 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
/xnu-12377.1.9/osfmk/tests/
H A Dktest.h490 #define T_ASSERT_GT_UINT(lhs, rhs, msg, ...) \ macro