OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMINGMS
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timing.h
58
#define
TIMINGMS
(((aftertp.tv_sec - beforetp.tv_sec) * 1000) + \
timingmodule.c
35
return PyInt_FromLong(
TIMINGMS
);
Completed in 433 milliseconds