OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whent
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c
278
time_t
whent
= _PyTime_DoubleToTimet(when);
local
280
if (
whent
== (time_t)-1 && PyErr_Occurred())
283
p = function(&
whent
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c
278
time_t
whent
= _PyTime_DoubleToTimet(when);
local
280
if (
whent
== (time_t)-1 && PyErr_Occurred())
283
p = function(&
whent
);
[
all
...]
/external/python/cpython2/Modules/
timemodule.c
278
time_t
whent
= _PyTime_DoubleToTimet(when);
local
280
if (
whent
== (time_t)-1 && PyErr_Occurred())
283
p = function(&
whent
);
[
all
...]
/external/python/cpython3/Modules/
timemodule.c
462
time_t
whent
;
local
467
whent
= time(NULL);
470
if (_PyTime_ObjectToTime_t(ot, &
whent
, _PyTime_ROUND_FLOOR) == -1)
473
*pwhen =
whent
;
[
all
...]
Completed in 1010 milliseconds