Searched defs:usecond (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/ |
| D | datetime.h | 234 #define PyTime_FromTime(hour, minute, second, usecond) \ argument 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
|
| /third_party/python/Modules/ |
| D | _datetimemodule.c | 989 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2() 1023 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() 1035 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex() 1060 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex() 1069 new_time_ex2(int hour, int minute, int second, int usecond, in new_time_ex2() 1100 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() 4245 int usecond = 0; in time_new() local 4925 int usecond = 0; in datetime_new() local
|