Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dbyteyears.py22 itime = ST_MTIME
25 itime = ST_CTIME
28 itime = ST_CTIME
31 itime = ST_MTIME
51 anytime = st[itime]
/device/google/marlin/dataservices/datatop/src/
Ddatatop.c98 struct timeval ftime, itime, polltime; in dtop_poll_periodically() local
118 gettimeofday(&itime, NULL); in dtop_poll_periodically()
128 timersub(&ftime, &itime, &polltime); in dtop_poll_periodically()
131 gettimeofday(&itime, NULL); in dtop_poll_periodically()