Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtimefuncs.h17 PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtimefuncs.h17 PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c103 _PyTime_DoubleToTimet(double x) in _PyTime_DoubleToTimet() function
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
606 tt = _PyTime_DoubleToTimet(dt); in time_ctime()
Ddatetimemodule.c2320 t = _PyTime_DoubleToTimet(ts); in date_local_from_time_t()
3788 timet = _PyTime_DoubleToTimet(timestamp); in datetime_from_timestamp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c103 _PyTime_DoubleToTimet(double x) in _PyTime_DoubleToTimet() function
278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert()
606 tt = _PyTime_DoubleToTimet(dt); in time_ctime()
Ddatetimemodule.c2320 t = _PyTime_DoubleToTimet(ts); in date_local_from_time_t()
3788 timet = _PyTime_DoubleToTimet(timestamp); in datetime_from_timestamp()