Searched refs:expect_ne (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c219 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ne(expr, llen, val); } while (0)
222 int expect_ne(int expr, int llen, int val) function

Completed in 115 milliseconds