Home
last modified time | relevance | path

Searched refs:fetch32 (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/mi/
DGdyn-remote.c48 || (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/
Dremote.h29 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/llvm/include/llvm/ADT/
DHashing.h154 inline uint32_t fetch32(const char *p) { in fetch32() function
201 uint64_t a = fetch32(s); in hash_4to8_bytes()
202 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4)); in hash_4to8_bytes()
623 const uint64_t a = fetch32(s);
624 return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
/external/valgrind/VEX/priv/
Dhost_mips_defs.c2093 static UInt fetch32 ( UChar* p ) in fetch32() function
2372 ret = fetch32(p_to_check + 0) == expect[0] in isLoadImm_EXACTLY2or6()
2373 && fetch32(p_to_check + 4) == expect[1]; in isLoadImm_EXACTLY2or6()
2391 ret = fetch32(p_to_check + 0) == expect[0] in isLoadImm_EXACTLY2or6()
2392 && fetch32(p_to_check + 4) == expect[1] in isLoadImm_EXACTLY2or6()
2393 && fetch32(p_to_check + 8) == expect[2] in isLoadImm_EXACTLY2or6()
2394 && fetch32(p_to_check + 12) == expect[3] in isLoadImm_EXACTLY2or6()
2395 && fetch32(p_to_check + 16) == expect[4] in isLoadImm_EXACTLY2or6()
2396 && fetch32(p_to_check + 20) == expect[5]; in isLoadImm_EXACTLY2or6()
3932 vassert(fetch32(p + (mode64 ? 24 : 8) + 0) == 0x120F809); in chainXDirect_MIPS()
[all …]
Dhost_ppc_defs.c3104 static UInt fetch32 ( UChar* p, VexEndness endness_host ) in fetch32() function
3521 return fetch32(p_to_check + 0, endness_host) == expect[0] in isLoadImm_EXACTLY2or5()
3522 && fetch32(p_to_check + 4, endness_host) == expect[1]; in isLoadImm_EXACTLY2or5()
3548 return fetch32(p_to_check + 0, endness_host) == expect[0] in isLoadImm_EXACTLY2or5()
3549 && fetch32(p_to_check + 4, endness_host) == expect[1] in isLoadImm_EXACTLY2or5()
3550 && fetch32(p_to_check + 8, endness_host) == expect[2] in isLoadImm_EXACTLY2or5()
3551 && fetch32(p_to_check + 12, endness_host) == expect[3] in isLoadImm_EXACTLY2or5()
3552 && fetch32(p_to_check + 16, endness_host) == expect[4]; in isLoadImm_EXACTLY2or5()
5888 vassert(fetch32(p + (mode64 ? 20 : 8) + 0, endness_host) == 0x7FC903A6); in chainXDirect_PPC()
5889 vassert(fetch32(p + (mode64 ? 20 : 8) + 4, endness_host) == 0x4E800421); in chainXDirect_PPC()
[all …]