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

  /src/external/bsd/jemalloc/dist/test/unit/
malloc_io.c 24 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL)
37 {"-42", "", 0, ERR(0), KSMAX(-42)},
40 {"-042", "", 0, ERR(0), KSMAX(-042)},
43 {"-0x42", "", 0, ERR(0), KSMAX(-0x42)},
80 #undef KSMAX
  /src/external/bsd/jemalloc.old/dist/test/unit/
malloc_io.c 24 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL)
37 {"-42", "", 0, ERR(0), KSMAX(-42)},
40 {"-042", "", 0, ERR(0), KSMAX(-042)},
43 {"-0x42", "", 0, ERR(0), KSMAX(-0x42)},
80 #undef KSMAX

Completed in 24 milliseconds