OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read16be
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/ppc32/
ldstrev.c
19
UInt
read16be
( void* a )
function
98
printf("ld be16 0x%08x\n",
read16be
( &foo ));
/external/llvm/include/llvm/Support/
Endian.h
317
inline uint16_t
read16be
(const void *P) { return read16<big>(P); }
Completed in 236 milliseconds