HomeSort by relevance Sort by last modified time
    Searched refs:TIMINGMS (Results 1 - 4 of 4) 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);
  /external/python/cpython2/Modules/
timing.h 58 #define TIMINGMS (((aftertp.tv_sec - beforetp.tv_sec) * 1000) + \
timingmodule.c 35 return PyInt_FromLong(TIMINGMS);

Completed in 67 milliseconds