Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
218 PyDateTimeAPI->Time_FromTime(hour, minute, second, usecond, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddatetime.h217 #define PyTime_FromTime(hour, minute, second, usecond) \ argument
218 PyDateTimeAPI->Time_FromTime(hour, minute, second, usecond, \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() argument
684 DATE_SET_MICROSECOND(self, usecond); in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() argument
712 TIME_SET_MICROSECOND(self, usecond); in new_time_ex()
3149 int usecond = 0; in time_new() local
3187 &hour, &minute, &second, &usecond, in time_new()
3189 if (check_time_args(hour, minute, second, usecond) < 0) in time_new()
3193 self = new_time_ex(hour, minute, second, usecond, tzinfo, in time_new()
3679 int usecond = 0; in datetime_new() local
3718 &second, &usecond, &tzinfo)) { in datetime_new()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c672 int second, int usecond, PyObject *tzinfo, PyTypeObject *type) in new_datetime_ex() argument
684 DATE_SET_MICROSECOND(self, usecond); in new_datetime_ex()
699 new_time_ex(int hour, int minute, int second, int usecond, in new_time_ex() argument
712 TIME_SET_MICROSECOND(self, usecond); in new_time_ex()
3149 int usecond = 0; in time_new() local
3187 &hour, &minute, &second, &usecond, in time_new()
3189 if (check_time_args(hour, minute, second, usecond) < 0) in time_new()
3193 self = new_time_ex(hour, minute, second, usecond, tzinfo, in time_new()
3679 int usecond = 0; in datetime_new() local
3718 &second, &usecond, &tzinfo)) { in datetime_new()
[all …]