Searched refs:LONG_MIN (Results 1 – 3 of 3) sorted by relevance
290 #define LONG_MIN 0x8000000000000000 macro
1535 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) { in UnstartedIntegerParseInt()1580 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) { in UnstartedLongParseLong()
297 #define LONG_MIN 0x8000000000000000 macro