HomeSort by relevance Sort by last modified time
    Searched defs:get4LE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/include/utils/
ObbFile.h 106 static inline uint32_t get4LE(const unsigned char* buf) {
ZipFileRO.h 182 static inline unsigned long get4LE(const unsigned char* buf) {
  /bootable/recovery/minzip/
Bits.h 85 INLINE unsigned int get4LE(unsigned char const* pSrc)
  /dalvik/vm/
Bits.h 84 INLINE u4 get4LE(unsigned char const* pSrc)
  /dalvik/libdex/
ZipArchive.c 129 static u4 get4LE(unsigned char const* pSrc)
200 if (scanBuf[i] == 0x50 && get4LE(&scanBuf[i]) == kEOCDSignature) {
220 u4 dirSize = get4LE(eocdPtr + kEOCDSize);
221 u4 dirOffset = get4LE(eocdPtr + kEOCDFileOffset);
286 if (get4LE(ptr) != kCDESignature) {
295 long localHdrOffset = (long) get4LE(ptr + kCDELocalOffset);
494 *pModWhen = get4LE(ptr + kCDEModWhen);
496 *pCrc32 = get4LE(ptr + kCDECRC);
498 size_t compLen = get4LE(ptr + kCDECompLen);
501 size_t uncompLen = get4LE(ptr + kCDEUncompLen)
    [all...]
  /system/core/liblog/
logprint.c 371 static inline uint32_t get4LE(const uint8_t* src)
426 ival = get4LE(eventData);
468 strLen = get4LE(eventData);
579 tagIndex = get4LE(eventData);
  /dalvik/dexdump/
DexDump.c 92 static inline u4 get4LE(unsigned char const* pSrc)
    [all...]

Completed in 424 milliseconds