Lines Matching refs:get4LE
199 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()
352 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()
366 if (get4LE(localHdr) != LOCSIG) { in parseZipArchive()