OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write16le
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/ppc32/
ldstrev.c
65
void
write16le
( void* a, UInt data )
function
106
foo = 0x12345678;
write16le
( &foo, 0xABCD );
/external/llvm/include/llvm/Support/
Endian.h
335
inline void
write16le
(void *P, uint16_t V) { write16<little>(P, V); }
Completed in 38 milliseconds