Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c199 val = get4LE(pMap->addr); in parseZipArchive()
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG) in parseZipArchive()
230 cdOffset = get4LE(ptr + ENDOFF); in parseZipArchive()
259 if (get4LE(ptr) != CENSIG) { in parseZipArchive()
264 localHdrOffset = get4LE(ptr + CENOFF); in parseZipArchive()
337 pEntry->compLen = get4LE(ptr + CENSIZ); in parseZipArchive()
338 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()
340 pEntry->modTime = get4LE(ptr + CENTIM); in parseZipArchive()
341 pEntry->crc32 = get4LE(ptr + CENCRC); in parseZipArchive()
353 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()
[all …]
DBits.h85 INLINE unsigned int get4LE(unsigned char const* pSrc) in get4LE() function