Searched refs:LONG_MIN (Results 1 – 4 of 4) sorted by relevance
11 dli t0, LONG_MIN
276 #define LONG_MIN 0x8000000000000000 macro
1323 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) { in UnstartedIntegerParseInt()1368 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) { in UnstartedLongParseLong()