Searched refs:KSMAX (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | malloc_io.c | 24 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL) in TEST_BEGIN() macro 37 {"-42", "", 0, ERR(0), KSMAX(-42)}, in TEST_BEGIN() 40 {"-042", "", 0, ERR(0), KSMAX(-042)}, in TEST_BEGIN() 43 {"-0x42", "", 0, ERR(0), KSMAX(-0x42)}, in TEST_BEGIN() 80 #undef KSMAX in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | util.c | 78 #define KSMAX(x) ((uintmax_t)(intmax_t)x##LL) in TEST_BEGIN() macro 91 {"-42", "", 0, ERR(0), KSMAX(-42)}, in TEST_BEGIN() 94 {"-042", "", 0, ERR(0), KSMAX(-042)}, in TEST_BEGIN() 97 {"-0x42", "", 0, ERR(0), KSMAX(-0x42)}, in TEST_BEGIN() 134 #undef KSMAX in TEST_BEGIN()
|