Home
last modified time | relevance | path

Searched refs:T_EXPECT_LT_INT (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/tests/
H A Djumbo_va_spaces_common.c43 T_EXPECT_LT_INT(i, ALLOC_TEST_GB, "Not permitted to allocate %d GB of VA space", ALLOC_TEST_GB); in verify_jumbo_va()
/xnu-8020.140.41/osfmk/tests/
H A Dktest.h446 #define T_EXPECT_LT_INT(lhs, rhs, msg, ...) \ macro