Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c71 #define TIME_GET_SECOND PyDateTime_TIME_GET_SECOND macro
3108 return PyInt_FromLong(TIME_GET_SECOND(self)); in py_time_second()
3246 int s = TIME_GET_SECOND(self); in time_repr()
3321 TIME_GET_SECOND(self), in time_strftime()
3377 TIME_GET_SECOND(self); in time_richcompare()
3380 TIME_GET_SECOND(other); in time_richcompare()
3424 TIME_GET_SECOND(self), in time_hash()
3430 TIME_GET_SECOND(self), in time_hash()
3448 int ss = TIME_GET_SECOND(self); in time_replace()
3470 if (TIME_GET_SECOND(self) || TIME_GET_MICROSECOND(self)) { in time_nonzero()
[all …]