Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtiming.h55 #define TIMINGUS (((aftertp.tv_sec - beforetp.tv_sec) * 1000000) + \ macro
Dtimingmodule.c41 return PyInt_FromLong(TIMINGUS); in micro()