Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c903 hs_time tv1, tv2; in calibrate() local
912 GETTIMEOFDAY(&tv2); in calibrate()
914 diff = tv2 - tv1; in calibrate()
920 if (tv1.tv_sec != tv2.tv_sec || tv1.tv_usec != tv2.tv_usec) { in calibrate()
921 if (tv1.tv_sec == tv2.tv_sec) in calibrate()
922 timeofday_diff = tv2.tv_usec - tv1.tv_usec; in calibrate()
924 timeofday_diff = (1000000 - tv1.tv_usec) + tv2.tv_usec; in calibrate()