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

  /frameworks/base/include/androidfw/
ObbFile.h 106 static inline uint32_t get4LE(const unsigned char* buf) {
  /frameworks/native/include/utils/
ZipFileRO.h 198 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.cpp 132 static u4 get4LE(unsigned char const* pSrc)
167 if (scanBuf[i] == 0x50 && get4LE(&scanBuf[i]) == kEOCDSignature) {
187 u4 dirSize = get4LE(eocdPtr + kEOCDSize);
188 u4 dirOffset = get4LE(eocdPtr + kEOCDFileOffset);
297 if (get4LE(ptr) != kCDESignature) {
306 long localHdrOffset = (long) get4LE(ptr + kCDELocalOffset);
505 *pModWhen = get4LE(ptr + kCDEModWhen);
507 *pCrc32 = get4LE(ptr + kCDECRC);
509 size_t compLen = get4LE(ptr + kCDECompLen);
512 size_t uncompLen = get4LE(ptr + kCDEUncompLen)
    [all...]
  /system/core/liblog/
logprint.c 412 static inline uint32_t get4LE(const uint8_t* src)
467 ival = get4LE(eventData);
509 strLen = get4LE(eventData);
620 tagIndex = get4LE(eventData);
  /dalvik/dexdump/
DexDump.cpp 94 static inline u4 get4LE(unsigned char const* pSrc)
    [all...]

Completed in 319 milliseconds