HomeSort by: relevance | last modified time | path
    Searched defs:expect_b_eq (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/include/test/
test.h 262 #define expect_b_eq(a, b, ...) verify_b_eq(false, a, b, __VA_ARGS__) macro
265 #define expect_true(a, ...) expect_b_eq(a, true, __VA_ARGS__)
266 #define expect_false(a, ...) expect_b_eq(a, false, __VA_ARGS__)
  /src/external/bsd/jemalloc/dist/test/include/test/
test.h 250 #define expect_b_eq(a, b, ...) verify_b_eq(false, a, b, __VA_ARGS__) macro
253 #define expect_true(a, ...) expect_b_eq(a, true, __VA_ARGS__)
254 #define expect_false(a, ...) expect_b_eq(a, false, __VA_ARGS__)

Completed in 13 milliseconds