/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/libunwind/src/mi/ |
Gdyn-remote.c | 48 || (ret = fetch32 (as, a, addr, &op->when, arg)) < 0 69 || (ret = fetch32 (as, a, addr, (int32_t *) &insn_count, arg)) < 0 70 || (ret = fetch32 (as, a, addr, (int32_t *) &op_count, arg)) < 0) 165 || (ret = fetch32 (as, a, addr, 253 || fetch32 (as, a, &addr, &di->format, arg) < 0)
|
/external/llvm/include/llvm/ADT/ |
Hashing.h | 154 inline uint32_t fetch32(const char *p) { function in namespace:llvm::hashing::detail 201 uint64_t a = fetch32(s); 202 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); 623 const uint64_t a = fetch32(s); 624 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
|
/external/valgrind/VEX/priv/ |
host_mips_defs.c | 2093 static UInt fetch32 ( UChar* p ) function [all...] |
host_ppc_defs.c | 3104 static UInt fetch32 ( UChar* p, VexEndness endness_host ) function [all...] |