Searched refs:_PyTime_check_mul_overflow (Results 1 – 1 of 1) sorted by relevance
10 #define _PyTime_check_mul_overflow(a, b) \ macro298 if (_PyTime_check_mul_overflow(t, SEC_TO_NS)) { in pytime_fromtimespec()344 if (_PyTime_check_mul_overflow(t, SEC_TO_NS)) { in pytime_fromtimeval()425 if (_PyTime_check_mul_overflow(sec, unit_to_ns)) { in _PyTime_FromObject()777 if (_PyTime_check_mul_overflow(t, MS_TO_NS)) { in pymonotonic()