Searched refs:getShortLE (Results 1 – 9 of 9) sorted by relevance
424 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()426 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()427 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()431 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()559 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()561 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()563 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0c]); in read()564 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()568 mFileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in read()571 mDiskNumberStart = ZipEntry::getShortLE(&buf[0x22]); in read()[all …]
1384 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()1385 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()1386 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()1387 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()1390 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
113 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function
405 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()407 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()408 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()412 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()540 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()542 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()544 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0c]); in read()545 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()549 mFileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in read()552 mDiskNumberStart = ZipEntry::getShortLE(&buf[0x22]); in read()[all …]
1233 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()1234 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()1235 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()1236 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()1239 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
117 static inline unsigned short getShortLE(const unsigned char* buf) { in getShortLE() function
227 diskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()228 diskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()229 numEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()230 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()
140 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in rewrite()141 extraFieldLength = ZipEntry::getShortLE(&buf[0x1e]); in rewrite()142 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in rewrite()
53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function