Home
last modified time | relevance | path

Searched refs:PY_ABS_LLONG_MIN (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dlongobject.c1026 #define PY_ABS_LLONG_MIN (0-(unsigned long long)LLONG_MIN) macro
1333 else if (sign < 0 && x == PY_ABS_LLONG_MIN) { in PyLong_AsLongLongAndOverflow()