Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
Dminigzip.py18 def read32(input): function
100 crc32 = read32(input)
101 isize = read32(input)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgzip.py24 def read32(input): function
186 self.mtime = read32(self.fileobj)
334 crc32 = read32(self.fileobj)
335 isize = read32(self.fileobj) # may exceed 2GB