Searched refs:ASSERT_LT (Results 1 – 2 of 2) sorted by relevance
/hafnium-2.8-rc0/test/linux/ | ||
A D | linux.c | 87 ASSERT_LT(send_len, MAX_BUF_SIZE); in TEST() |
/hafnium-2.8-rc0/test/inc/test/ | ||
A D | hftest.h | 49 #define ASSERT_LT(x, y) HFTEST_ASSERT_OP(x, y, <, true) macro |
Completed in 4 milliseconds