/external/valgrind/coregrind/ |
m_stacktrace.c | 80 /* Note about calculation of fp_min : fp_min is the lowest address 91 The fp_min must take this into account, otherwise, VG_(use_CF_info) will 215 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local 229 VG_(printf)("max_n_ips=%u fp_min=0x%08lx fp_max_orig=0x08%lx, " 231 max_n_ips, fp_min, fp_max_orig, fp_max, 236 /* vg_assert(fp_min <= fp_max);*/ 240 if (fp_min + 512 >= fp_max) { 315 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) { 334 if ( !VG_(use_CF_info)( &fpverif_uregs, fp_min, fp_max ) ) 508 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local 720 Addr fp_min = sp - VG_STACK_REDZONE_SZB; local 985 Addr fp_min = uregs.r13 - VG_STACK_REDZONE_SZB; local 1129 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local 1223 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local 1306 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local 1461 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local [all...] |
/external/valgrind/VEX/priv/ |
guest_mips_helpers.c | 315 Int fp_min = offsetof(VexGuestMIPS32State, guest_r30); local 316 Int fp_max = fp_min + 4 - 1; 318 if (maxoff < fp_min || minoff > fp_max) { 350 Int fp_min = offsetof(VexGuestMIPS64State, guest_r30); local 351 Int fp_max = fp_min + 8 - 1; 353 if ( maxoff < fp_min || minoff > fp_max ) { [all...] |
guest_tilegx_helpers.c | 169 Int fp_min = offsetof(VexGuestTILEGXState, guest_r52); local 170 Int fp_max = fp_min + 8 - 1; 172 if (maxoff < fp_min || minoff > fp_max) {
|
guest_s390_helpers.c | 163 Int fp_min = S390X_GUEST_OFFSET(guest_FP); local 164 Int fp_max = fp_min + 8 - 1; 182 if (maxoff < fp_min || minoff > fp_max) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
bessel_function.tcc | 154 // fp_min = N * min()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
bessel_function.tcc | 154 // fp_min = N * min()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
bessel_function.tcc | 154 // fp_min = N * min()
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
bessel_function.tcc | 154 // fp_min = N * min()
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/ |
libgcc.a | [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/ |
libgcc.a | [all...] |