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

  /frameworks/base/libs/androidfw/
ObbFile.cpp 143 unsigned int fileSig = get4LE((unsigned char*)footer + sizeof(int32_t));
150 footerSize = get4LE((unsigned char*)footer);
193 uint32_t sigVersion = get4LE((unsigned char*)scanBuf);
200 mVersion = (int32_t) get4LE((unsigned char*)scanBuf + kPackageVersionOffset);
201 mFlags = (int32_t) get4LE((unsigned char*)scanBuf + kFlagsOffset);
205 size_t packageNameLen = get4LE((unsigned char*)scanBuf + kPackageNameLenOffset);
ZipUtils.cpp 36 static inline unsigned long get4LE(const unsigned char* buf) {
326 *pCRC32 = get4LE(&buf[0]);
327 *pUncompressedLen = get4LE(&buf[4]);
  /frameworks/base/include/androidfw/
ObbFile.h 106 static inline uint32_t get4LE(const unsigned char* buf) {
  /bootable/recovery/minzip/
Zip.c 199 val = get4LE(pArchive->addr);
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG)
230 cdOffset = get4LE(ptr + ENDOFF);
259 if (get4LE(ptr) != CENSIG) {
264 localHdrOffset = get4LE(ptr + CENOFF);
337 pEntry->compLen = get4LE(ptr + CENSIZ);
338 pEntry->uncompLen = get4LE(ptr + CENLEN);
340 pEntry->modTime = get4LE(ptr + CENTIM);
341 pEntry->crc32 = get4LE(ptr + CENCRC);
353 pEntry->externalFileAttributes = get4LE(ptr + CENATX)
    [all...]
Bits.h 85 INLINE unsigned int get4LE(unsigned char const* pSrc)
  /system/core/liblog/
logprint.c 391 static inline uint32_t get4LE(const uint8_t* src)
446 ival = get4LE(eventData);
488 strLen = get4LE(eventData);
603 tagIndex = get4LE(eventData);
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /dalvik/dexdump/
DexDump.cpp 94 static inline u4 get4LE(unsigned char const* pSrc)
    [all...]

Completed in 240 milliseconds