Searched refs:fetch32 (Results 1 – 5 of 5) sorted by relevance
/external/libunwind/src/mi/ |
D | Gdyn-remote.c | 48 || (ret = fetch32 (as, a, addr, &op->when, arg)) < 0 in intern_op() 69 || (ret = fetch32 (as, a, addr, (int32_t *) &insn_count, arg)) < 0 in intern_regions() 70 || (ret = fetch32 (as, a, addr, (int32_t *) &op_count, arg)) < 0) in intern_regions() 165 || (ret = fetch32 (as, a, addr, in intern_dyn_info() 253 || fetch32 (as, a, &addr, &di->format, arg) < 0) in unwi_dyn_remote_find_proc_info()
|
/external/libunwind/include/ |
D | remote.h | 29 fetch32 (unw_addr_space_t as, unw_accessors_t *a, in fetch32() function 93 fetch32 (unw_addr_space_t as, unw_accessors_t *a, in fetch32() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 153 inline uint32_t fetch32(const char *p) { in fetch32() function 200 uint64_t a = fetch32(s); in hash_4to8_bytes() 201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes() 622 const uint64_t a = fetch32(s); 623 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 153 inline uint32_t fetch32(const char *p) { in fetch32() function 200 uint64_t a = fetch32(s); in hash_4to8_bytes() 201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes() 622 const uint64_t a = fetch32(s); 623 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 153 inline uint32_t fetch32(const char *p) { in fetch32() function 200 uint64_t a = fetch32(s); in hash_4to8_bytes() 201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes() 622 const uint64_t a = fetch32(s); 623 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
|