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

  /external/libunwind/include/
remote.h 29 fetch32 (unw_addr_space_t as, unw_accessors_t *a, function
93 fetch32 (unw_addr_space_t as, unw_accessors_t *a, function
  /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));
726 const uint64_t a = fetch32(s);
727 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));

Completed in 258 milliseconds