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

  /external/valgrind/none/tests/ppc32/
ldstrev.c 7 UInt read16le ( void* a ) function
99 printf("ld le16 0x%08x\n", read16le( &foo ));
  /external/llvm/include/llvm/Support/
Endian.h 201 inline uint16_t read16le(const void *p) { return *(const ulittle16_t *)p; } function in namespace:llvm::support::endian

Completed in 433 milliseconds