Home
last modified time | relevance | path

Searched refs:write32be (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dldstrev.c75 void write32be ( void* a, UInt data ) in write32be() function
109 foo = 0x12345678; write32be( &foo, 0xABCD1425 ); in main()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h342 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function
/external/llvm/include/llvm/Support/
DEndian.h343 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be() function