OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set4BE
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minzip/
Bits.h
288
INLINE void
set4BE
(unsigned char* buf, unsigned int val)
353
set4BE
(buf, strLen);
/dalvik/vm/
Bits.h
289
INLINE void
set4BE
(u1* buf, u4 val)
354
set4BE
(buf, strLen);
/dalvik/tools/hprof-conv/
HprofConv.c
297
static void
set4BE
(unsigned char* buf, uint32_t val)
558
set4BE
(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen);
Completed in 116 milliseconds