Searched refs:munit_assert_uint64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | unit.h | 40 #define unit_zero(a) munit_assert_uint64((a), ==, 0) 43 #define _unit_op(a, op, b) munit_assert_uint64((a), op, (b))
|
| H A D | munit.h | 286 #define munit_assert_uint64(a, op, b) \ macro 517 # define assert_uint64(a, op, b) munit_assert_uint64(a, op, b)
|
| H A D | README.md | 209 `munit_assert_uint64(a, ==, b)`, and so on. These are there so that the
|