OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get4BE
(Results
1 - 4
of
4
) sorted by null
/development/tools/jdwpspy/
Common.h
49
INLINE u4
get4BE
(unsigned char const* pSrc)
/bootable/recovery/minzip/
Bits.h
38
INLINE unsigned int
get4BE
(unsigned char const* pSrc)
/dalvik/vm/
Bits.h
49
INLINE u4
get4BE
(unsigned char const* pSrc)
/dalvik/tools/hprof-conv/
HprofConv.c
286
static uint32_t
get4BE
(const unsigned char* buf)
397
int extraCount =
get4BE
(origBuf + kIdentSize * 2 + 4);
406
int arrayCount =
get4BE
(origBuf + kIdentSize + 4);
415
int arrayCount =
get4BE
(origBuf + kIdentSize + 4);
632
timestamp =
get4BE
(buf + 1);
633
length =
get4BE
(buf + 5);
Completed in 105 milliseconds