Home
last modified time | relevance | path

Searched defs:usecond (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Ddatetime.h226 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
230 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ argument
/third_party/python/Modules/
D_datetimemodule.c901 int second, int usecond, PyObject *tzinfo, int fold, PyTypeObject *type) in new_datetime_ex2()
935 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex()
947 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_fold_ex()
972 int second, int usecond, PyObject *tzinfo, in new_datetime_subclass_ex()
981 new_time_ex2(int hour, int minute, int second, int usecond, in new_time_ex2()
1012 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex()
4195 int usecond = 0; in time_new() local
4867 int usecond = 0; in datetime_new() local