Searched refs:QUAD_MIN (Results 1 – 3 of 3) sorted by relevance
107 #define QUAD_MIN LLONG_MIN macro
108 #define QUAD_MIN LLONG_MIN macro
353 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX; in strtoq()376 acc = neg ? QUAD_MIN : QUAD_MAX; in strtoq()