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