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

  /external/llvm/include/llvm/ADT/
Hashing.h 159 inline uint32_t fetch32(const char *p) { function in namespace:llvm::hashing::detail
206 uint64_t a = fetch32(s);
207 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
727 const uint64_t a = fetch32(s);
728 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c 2950 static UInt fetch32 ( UChar* p ) function
    [all...]
host_mips_defs.c 2315 static UInt fetch32 ( UChar* p ) function
    [all...]

Completed in 101 milliseconds