Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c494 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
503 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
507 fill_time(v, 2, st->st_atime, ansec); in _pystat_fromstructstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c1291 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
1320 ansec = st->st_atim.tv_nsec; in _pystat_fromstructstat()
1324 ansec = st->st_atimespec.tv_nsec; in _pystat_fromstructstat()
1328 ansec = st->st_atime_nsec; in _pystat_fromstructstat()
1332 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
1334 fill_time(v, 7, st->st_atime, ansec); in _pystat_fromstructstat()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c493 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
502 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
506 fill_time(v, 2, st->st_atime, ansec); in _pystat_fromstructstat()