Searched refs:MUNIT_SIZE_MODIFIER (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | munit.h | 138 # define MUNIT_SIZE_MODIFIER "z" macro 143 # define MUNIT_SIZE_MODIFIER "I64" 145 # define MUNIT_SIZE_MODIFIER "" 263 munit_assert_type(size_t, MUNIT_SIZE_MODIFIER "u", a, op, b) 265 munit_assert_type(ssize_t, MUNIT_SIZE_MODIFIER "d", a, op, b) 347 "%" MUNIT_SIZE_MODIFIER "u", \
|
| H A D | munit.c | 295 "Failed to allocate %" MUNIT_SIZE_MODIFIER "u bytes.", size); in munit_malloc_ex()
|