HomeSort by: relevance | last modified time | path
    Searched refs:assert_ju_eq (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
malloc_io.c 7 assert_ju_eq(malloc_strtoumax("0", NULL, 0), 0, "Unexpected result");
99 assert_ju_eq(result, test->expected_x,
  /src/external/bsd/jemalloc.old/dist/test/include/test/
test.h 122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \ macro
  /src/external/bsd/jemalloc/dist/test/include/test/
test.h 428 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \ macro

Completed in 26 milliseconds