OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get2be
(Results
1 - 6
of
6
) sorted by null
/development/tools/jdwpspy/
Common.h
36
INLINE u2
get2BE
(unsigned char const* pSrc)
Net.cpp
484
error = static_cast<JdwpError>(
get2BE
(buf+9));
/dalvik/tools/hprof-conv/
HprofConv.c
275
static uint16_t
get2BE
(const unsigned char* buf)
335
count =
get2BE
(buf);
356
count =
get2BE
(buf);
377
count =
get2BE
(buf);
/bootable/recovery/minzip/
Bits.h
25
INLINE unsigned short
get2BE
(unsigned char const* pSrc)
/dalvik/vm/
Bits.h
41
INLINE u2
get2BE
(unsigned char const* pSrc)
Debugger.cpp
940
*(((u2*) out)+i) =
get2BE
(in + i*2);
[
all
...]
Completed in 72 milliseconds