Searched refs:T_ASSERT_LE_INT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | codesigntests.c | 39 T_ASSERT_LE_INT(bufferlen, MAXBUFLEN, "Buffer length %zu on blob from kernel can't exceed %zu", in get_blob() 58 T_ASSERT_LE_INT(bufferlen2, bufferlen, "Checking %zu is %zu larger on second try", in get_blob()
|
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | ktest.h | 463 #define T_ASSERT_LE_INT(lhs, rhs, msg, ...) \ macro
|
| H A D | kernel_tests.c | 573 …T_ASSERT_LE_INT(trend, CONF_WINDOW_TREND_LIMIT, "Found increasing/decreasing trend in random numbe… in RandomULong_test()
|