Home
last modified time | relevance | path

Searched refs:munit_assert_uint64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dunit.h40 #define unit_zero(a) munit_assert_uint64((a), ==, 0)
43 #define _unit_op(a, op, b) munit_assert_uint64((a), op, (b))
H A Dmunit.h286 #define munit_assert_uint64(a, op, b) \ macro
517 # define assert_uint64(a, op, b) munit_assert_uint64(a, op, b)
H A DREADME.md209 `munit_assert_uint64(a, ==, b)`, and so on. These are there so that the