Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtiming.h61 #define TIMINGS ((aftertp.tv_sec - beforetp.tv_sec) + \ macro
Dtimingmodule.c29 return PyInt_FromLong(TIMINGS); in seconds()