Searched refs:get4LE (Results 1 – 3 of 3) sorted by relevance
132 static u4 get4LE(unsigned char const* pSrc) in get4LE() function167 if (scanBuf[i] == 0x50 && get4LE(&scanBuf[i]) == kEOCDSignature) { in mapCentralDirectory0()187 u4 dirSize = get4LE(eocdPtr + kEOCDSize); in mapCentralDirectory0()188 u4 dirOffset = get4LE(eocdPtr + kEOCDFileOffset); in mapCentralDirectory0()297 if (get4LE(ptr) != kCDESignature) { in parseZipArchive()306 long localHdrOffset = (long) get4LE(ptr + kCDELocalOffset); in parseZipArchive()505 *pModWhen = get4LE(ptr + kCDEModWhen); in dexZipGetEntryInfo()507 *pCrc32 = get4LE(ptr + kCDECRC); in dexZipGetEntryInfo()509 size_t compLen = get4LE(ptr + kCDECompLen); in dexZipGetEntryInfo()512 size_t uncompLen = get4LE(ptr + kCDEUncompLen); in dexZipGetEntryInfo()[all …]
84 INLINE u4 get4LE(unsigned char const* pSrc) in get4LE() function
94 static inline u4 get4LE(unsigned char const* pSrc) in get4LE() function1665 numClasses = get4LE(ptr); in dumpRegisterMaps()