HomeSort by relevance Sort by last modified time
    Searched refs:write16be (Results 1 - 2 of 2) sorted by null

  /external/valgrind/none/tests/ppc32/
ldstrev.c 55 void write16be ( void* a, UInt data ) function
103 foo = 0x12345678; write16be( &foo, 0xABCD );
  /external/llvm/include/llvm/Support/
Endian.h 338 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); }

Completed in 69 milliseconds