Searched refs:LLONG_MIN (Results 1 – 2 of 2) sorted by relevance
87 #ifndef LLONG_MIN88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */ macro145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX; in strtoll()166 acc = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
1237 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.