Searched refs:QUAD_MIN (Results 1 – 3 of 3) sorted by relevance
137 #define QUAD_MIN LLONG_MIN macro
138 #define QUAD_MIN LLONG_MIN macro
352 cutoff = neg ? -(u_quad_t)QUAD_MIN : QUAD_MAX; in strtoq()375 acc = neg ? QUAD_MIN : QUAD_MAX; in strtoq()