OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get2LE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/utils/
ZipFileRO.h
195
static inline unsigned short
get2LE
(const unsigned char* buf) {
/bootable/recovery/minzip/
Bits.h
72
INLINE unsigned short
get2LE
(unsigned char const* pSrc)
/dalvik/vm/
Bits.h
76
INLINE u2
get2LE
(unsigned char const* pSrc)
/dalvik/libdex/
ZipArchive.cpp
124
static u2
get2LE
(unsigned char const* pSrc)
186
u4 numEntries =
get2LE
(eocdPtr + kEOCDNumEntries);
313
fileNameLen =
get2LE
(ptr + kCDENameLen);
314
extraLen =
get2LE
(ptr + kCDEExtraLen);
315
commentLen =
get2LE
(ptr + kCDECommentLen);
500
int method =
get2LE
(ptr + kCDEMethod);
557
+
get2LE
(lfhBuf + kLFHNameLen) +
get2LE
(lfhBuf + kLFHExtraLen);
/dalvik/dexdump/
DexDump.cpp
86
static inline u2
get2LE
(unsigned char const* pSrc)
867
u2 instr =
get2LE
((const u1*) &insns[insnIdx]);
[
all
...]
Completed in 784 milliseconds