Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c72 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND macro
1145 sprintf(freplacement, "%06d", TIME_GET_MICROSECOND(object)); in make_freplacement()
3114 return PyInt_FromLong(TIME_GET_MICROSECOND(self)); in time_microsecond()
3247 int us = TIME_GET_MICROSECOND(self); in time_repr()
3383 diff = TIME_GET_MICROSECOND(self) - in time_richcompare()
3384 TIME_GET_MICROSECOND(other); in time_richcompare()
3425 TIME_GET_MICROSECOND(self), in time_hash()
3431 TIME_GET_MICROSECOND(self)); in time_hash()
3449 int us = TIME_GET_MICROSECOND(self); in time_replace()
3470 if (TIME_GET_SECOND(self) || TIME_GET_MICROSECOND(self)) { in time_nonzero()
[all …]