Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c71 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro
3112 return PyInt_FromLong(TIME_GET_SECOND(self)); in py_time_second()
3250 int s = TIME_GET_SECOND(self); in time_repr()
3325 TIME_GET_SECOND(self), in time_strftime()
3381 TIME_GET_SECOND(self); in time_richcompare()
3384 TIME_GET_SECOND(other); in time_richcompare()
3428 TIME_GET_SECOND(self), in time_hash()
3434 TIME_GET_SECOND(self), in time_hash()
3452 int ss = TIME_GET_SECOND(self); in time_replace()
3474 if (TIME_GET_SECOND(self) || TIME_GET_MICROSECOND(self)) { in time_nonzero()
[all …]
/external/python/cpython3/Modules/
D_datetimemodule.c96 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro
4115 return PyLong_FromLong(TIME_GET_SECOND(self)); in py_time_second()
4290 int s = TIME_GET_SECOND(self); in time_repr()
4365 TIME_GET_SECOND(self), us); in time_isoformat()
4401 TIME_GET_SECOND(self), in time_strftime()
4456 TIME_GET_SECOND(self) - in time_richcompare()
4461 TIME_GET_SECOND(other) - in time_richcompare()
4497 TIME_GET_SECOND(self), in time_hash()
4524 TIME_GET_SECOND(self); in time_hash()
4552 int ss = TIME_GET_SECOND(self); in time_replace()
[all …]