Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert() local
280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert()
283 p = function(&whent); in time_convert()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert() local
280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert()
283 p = function(&whent); in time_convert()