Searched defs:KUMAX (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
H A Dutil.c56 #define KUMAX(x) ((uintmax_t)x##ULL) macro
67 {"42", "", 0, ERR(0), KUMAX(42)},
68 {"+42", "", 0, ERR(0), KUMAX(42)},
69 {"-42", "", 0, ERR(0), KUMAX(-42)},
70 {"042", "", 0, ERR(0), KUMAX(042)},
71 {"+042", "", 0, ERR(0), KUMAX(042)},
72 {"-042", "", 0, ERR(0), KUMAX(-042)},
73 {"0x42", "", 0, ERR(0), KUMAX(0x42)},
74 {"+0x42", "", 0, ERR(0), KUMAX(0x42)},
75 {"-0x42", "", 0, ERR(0), KUMAX(
111 #undef KUMAX macro
[all...]

Completed in 63 milliseconds