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

  /external/valgrind/none/tests/ppc32/
ldstrev.c 43 UInt read32be ( void* a ) function
100 printf("ld be32 0x%08x\n", read32be( &foo ));
  /external/llvm/include/llvm/Support/
Endian.h 205 inline uint32_t read32be(const void *p) { return *(const ubig32_t *)p; } function in namespace:llvm::support::endian

Completed in 221 milliseconds