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

  /bootable/recovery/minzip/
Zip.c 229 numEntries = get2LE(ptr + ENDSUB);
265 fileNameLen = get2LE(ptr + CENNAM);
266 extraLen = get2LE(ptr + CENEXT);
267 commentLen = get2LE(ptr + CENCOM);
339 pEntry->compression = get2LE(ptr + CENHOW);
345 pEntry->versionMadeBy = get2LE(ptr + CENVEM);
372 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT);
    [all...]
Bits.h 72 INLINE unsigned short get2LE(unsigned char const* pSrc)
  /dalvik/dexdump/
DexDump.cpp 86 static inline u2 get2LE(unsigned char const* pSrc)
873 u2 instr = get2LE((const u1*) &insns[insnIdx]);
    [all...]

Completed in 1264 milliseconds