Searched refs:fetch32 (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/include/
H A Dremote.h29 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/
H A DGdyn-remote.c48 || (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/
H A DHashing.h153 inline uint32_t fetch32(const char *p) { function in namespace:llvm::hashing::detail
200 uint64_t a = fetch32(s);
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
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/
H A DHashing.h153 inline uint32_t fetch32(const char *p) { function in namespace:llvm::hashing::detail
200 uint64_t a = fetch32(s);
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
622 const uint64_t a = fetch32(s);
623 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.c2090 static UInt fetch32 ( UChar* p ) function
2369 ret = fetch32(p_to_check + 0) == expect[0]
2370 && fetch32(p_to_check + 4) == expect[1];
2388 ret = fetch32(p_to_check + 0) == expect[0]
2389 && fetch32(p_to_check + 4) == expect[1]
2390 && fetch32(p_to_check + 8) == expect[2]
2391 && fetch32(p_to_check + 12) == expect[3]
2392 && fetch32(p_to_check + 16) == expect[4]
2393 && fetch32(p_to_check + 20) == expect[5];
3929 vassert(fetch32(
[all...]
H A Dhost_ppc_defs.c3264 static UInt fetch32 ( UChar* p, VexEndness endness_host ) function
3681 return fetch32(p_to_check + 0, endness_host) == expect[0]
3682 && fetch32(p_to_check + 4, endness_host) == expect[1];
3708 return fetch32(p_to_check + 0, endness_host) == expect[0]
3709 && fetch32(p_to_check + 4, endness_host) == expect[1]
3710 && fetch32(p_to_check + 8, endness_host) == expect[2]
3711 && fetch32(p_to_check + 12, endness_host) == expect[3]
3712 && fetch32(p_to_check + 16, endness_host) == expect[4];
6440 vassert(fetch32(p + (mode64 ? 20 : 8) + 0, endness_host) == 0x7FC903A6);
6441 vassert(fetch32(
[all...]

Completed in 258 milliseconds