Searched refs:LLONG_MIN (Results 1 – 2 of 2) sorted by relevance
116 cutoff = neg ? (u64)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX : LLONG_MAX; in str_to_int_convert()176 acc = info->neg ? LLONG_MIN : LLONG_MAX; in strtoq()
17 #define LLONG_MIN (-LLONG_MAX - 1) macro
Completed in 8 milliseconds