Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpystone.py89 starttime = clock()
92 nulltime = clock() - starttime
104 starttime = clock()
130 benchtime = clock() - starttime - nulltime
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DZoneProc.c625 time_t starttime; in tzparse() local
654 starttime = transtime(janfirst, year, &start, in tzparse()
658 if (starttime > endtime) { in tzparse()
661 *atp++ = starttime; in tzparse()
664 *atp++ = starttime; in tzparse()