OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get4LE
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/include/androidfw/
ObbFile.h
106
static inline uint32_t
get4LE
(const unsigned char* buf) {
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
143
static u4
get4LE
(unsigned char const* pSrc)
172
unsigned int header =
get4LE
(scanBuf);
212
if (scanBuf[i] == 0x50 &&
get4LE
(&scanBuf[i]) == kEOCDSignature) {
235
u4 centralDirSize =
get4LE
(eocdPtr + kEOCDSize);
236
u4 centralDirOffset =
get4LE
(eocdPtr + kEOCDFileOffset);
357
if (
get4LE
(ptr) != kCDESignature) {
366
long localHdrOffset = (long)
get4LE
(ptr + kCDELocalOffset);
580
*pModWhen =
get4LE
(ptr + kCDEModWhen);
582
*pCrc32 =
get4LE
(ptr + kCDECRC);
584
size_t compLen =
get4LE
(ptr + kCDECompLen)
[
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
...]
/prebuilts/devtools/tools/lib/
jobb.jar
Completed in 2058 milliseconds