| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-pending-frame-level.c | 21 f0 (void) function 29 f0 ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-pending-frame-level.c | 21 f0 (void) function 29 f0 ();
|
| /src/sys/arch/m68k/fpe/ |
| fpu_explode.c | 115 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 120 fp->fp_mant[0] = f0; \ 129 fp->fp_mant[0] = f0; \ 135 fp->fp_mant[0] = FP_1 | f0; \ 149 uint32_t frac, f0, f1; local 154 f0 = frac >> SNG_SHIFT; 156 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0); 167 uint32_t frac, f0, f1, f2; local 172 f0 = frac >> DBL_SHIFT; 176 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0) 186 uint32_t f0, f1, f2; local [all...] |
| /src/external/gpl2/diffutils/dist/src/ |
| ed.c | 45 lin f0, l0, f1, l1; 53 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); 60 print_number_range (',', &files[0], f0, l0); 99 lin i, f0, l0, f1, l1; 102 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); 109 print_number_range (' ', files, f0, l0); 142 lin i, f0, l0, f1, l1; 146 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); 152 translate_range (&files[0], f0, l0, &tf0, &tl0); 44 lin f0, l0, f1, l1; local 97 lin i, f0, l0, f1, l1; local 139 lin i, f0, l0, f1, l1; local
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| inline-frame-cycle-unwind.py | 80 f0 = gdb.newest_frame() variable 81 f1 = f0.older() 83 f0_sp = f0.read_register("sp")
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| inline-frame-cycle-unwind.py | 80 f0 = gdb.newest_frame() variable 81 f1 = f0.older() 83 f0_sp = f0.read_register("sp")
|
| /src/sys/arch/powerpc/fpu/ |
| fpu_explode.c | 140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 145 fp->fp_mant[0] = f0; \ 155 fp->fp_mant[0] = f0; \ 162 fp->fp_mant[0] = FP_1 | f0; \ 177 u_int frac, f0, f1; local 182 f0 = frac >> SNG_SHIFT; 184 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0); 195 u_int frac, f0, f1, f2; local 200 f0 = frac >> DBL_SHIFT; 204 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0) [all...] |
| /src/external/gpl2/xcvs/dist/diff/ |
| ed.c | 40 int f0, l0, f1, l1; 51 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts); 58 print_number_range (',', &files[0], f0, l0); 71 i - f1 + translate_line_number (&files[0], f0) - 1); 86 i - f1 + translate_line_number (&files[0], f0)); 117 int f0, l0, f1, l1; 121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts); 128 print_number_range (' ', files, f0, l0); 164 int f0, l0, f1, l1; 169 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts) 39 int f0, l0, f1, l1; local 115 int f0, l0, f1, l1; local 161 int f0, l0, f1, l1; local [all...] |
| ifdef.c | 144 unsigned char f0 = f[0]; local 145 if (ISDIGIT (f0)) 153 value[i] = groups_letter_value (groups, f0);
|
| /src/sys/arch/sparc/fpu/ |
| fpu_explode.c | 140 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ 145 fp->fp_mant[0] = f0; \ 155 fp->fp_mant[0] = f0; \ 162 fp->fp_mant[0] = FP_1 | f0; \ 177 u_int frac, f0, f1; local 182 f0 = frac >> SNG_SHIFT; 184 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0); 195 u_int frac, f0, f1, f2; local 200 f0 = frac >> DBL_SHIFT; 204 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0) 214 u_int frac, f0, f1, f2, f3; local [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| poly1305.c | 41 uint64_t f0,f1,f2,f3; local 150 f0 = ((h0 ) | (h1 << 26)) + (uint64_t)U8TO32_LE(&key[16]); 155 U32TO8_LE(&out[ 0], f0); f1 += (f0 >> 32);
|
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-cxx11.cc | 193 const mpf_class f0 = 0; local 197 if (zn && qn && fn && zp && qp && fp && !z0 && !q0 && !f0) 199 if (z0 || q0 || f0) ASSERT_ALWAYS(false);
|
| /src/sys/arch/arm/vfp/ |
| vfp_init.c | 345 const uint32_t f0 = ci->ci_mvfr[0]; local 351 ((f0 & ARM_MVFR0_ROUNDING_MASK) ? ", rounding" : ""), 352 ((f0 & ARM_MVFR0_EXCEPT_MASK) ? ", exceptions" : ""), 357 device_unit(ci->ci_dev), f0, f1); 360 cpu_media_and_vfp_features[0] = f0; 363 if (f0 & ARM_MVFR0_ROUNDING_MASK) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_bvgraph_test.cc | 176 uptr f0 = 1; local 181 EXPECT_FALSE(g.isReachable(f0, target)); 186 g.addEdge(f0, f1); 189 EXPECT_FALSE(g.isReachable(f0, target)); 195 EXPECT_TRUE(g.isReachable(f0, target)); 199 EXPECT_EQ(g.findPath(f0, target, path, ARRAY_SIZE(path)), 3U); 200 EXPECT_EQ(path[0], f0); 208 EXPECT_TRUE(g.isReachable(f0, target));
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
| ed25519_ref10_fe_51.h | 113 uint64_t f0 = f[0]; local 119 uint64_t x0 = f0 ^ g[0]; 131 f[0] = f0 ^ x0; 150 uint64_t f0 = f[0]; local 162 uint64_t x0 = f0 ^ g0; 174 f[0] = f0 ^ x0; 194 uint64_t f0 = f[0]; local 200 h[0] = f0; 247 uint64_t f0, f1, f2, f3, f4; local 252 f0 = f[0] 338 uint64_t f0, f1, f2, f3, f4; local 417 uint64_t f0, f1, f2, f3, f4; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-opc-f.c | 24 #define f0 IA64_TYPE_F, 0 macro 167 {"fsetc.s0", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, EMPTY}, 168 {"fsetc", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, PSEUDO, 0, NULL}, 169 {"fsetc.s1", f0, OpXbX6Sf (0, 0, 0x04, 1), {IMMU7a, IMMU7b}, EMPTY}, 170 {"fsetc.s2", f0, OpXbX6Sf (0, 0, 0x04, 2), {IMMU7a, IMMU7b}, EMPTY}, 171 {"fsetc.s3", f0, OpXbX6Sf (0, 0, 0x04, 3), {IMMU7a, IMMU7b}, EMPTY}, 172 {"fclrf.s0", f0, OpXbX6Sf (0, 0, 0x05, 0), {}, EMPTY}, 173 {"fclrf", f0, OpXbX6Sf (0, 0, 0x05, 0), {0}, PSEUDO, 0, NULL}, 174 {"fclrf.s1", f0, OpXbX6Sf (0, 0, 0x05, 1), {}, EMPTY}, 175 {"fclrf.s2", f0, OpXbX6Sf (0, 0, 0x05, 2), {}, EMPTY} 619 #undef f0 macro [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-opc-f.c | 24 #define f0 IA64_TYPE_F, 0 macro 167 {"fsetc.s0", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, EMPTY}, 168 {"fsetc", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, PSEUDO, 0, NULL}, 169 {"fsetc.s1", f0, OpXbX6Sf (0, 0, 0x04, 1), {IMMU7a, IMMU7b}, EMPTY}, 170 {"fsetc.s2", f0, OpXbX6Sf (0, 0, 0x04, 2), {IMMU7a, IMMU7b}, EMPTY}, 171 {"fsetc.s3", f0, OpXbX6Sf (0, 0, 0x04, 3), {IMMU7a, IMMU7b}, EMPTY}, 172 {"fclrf.s0", f0, OpXbX6Sf (0, 0, 0x05, 0), {}, EMPTY}, 173 {"fclrf", f0, OpXbX6Sf (0, 0, 0x05, 0), {0}, PSEUDO, 0, NULL}, 174 {"fclrf.s1", f0, OpXbX6Sf (0, 0, 0x05, 1), {}, EMPTY}, 175 {"fclrf.s2", f0, OpXbX6Sf (0, 0, 0x05, 2), {}, EMPTY} 619 #undef f0 macro [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-opc-f.c | 24 #define f0 IA64_TYPE_F, 0 macro 167 {"fsetc.s0", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, EMPTY}, 168 {"fsetc", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, PSEUDO, 0, NULL}, 169 {"fsetc.s1", f0, OpXbX6Sf (0, 0, 0x04, 1), {IMMU7a, IMMU7b}, EMPTY}, 170 {"fsetc.s2", f0, OpXbX6Sf (0, 0, 0x04, 2), {IMMU7a, IMMU7b}, EMPTY}, 171 {"fsetc.s3", f0, OpXbX6Sf (0, 0, 0x04, 3), {IMMU7a, IMMU7b}, EMPTY}, 172 {"fclrf.s0", f0, OpXbX6Sf (0, 0, 0x05, 0), {}, EMPTY}, 173 {"fclrf", f0, OpXbX6Sf (0, 0, 0x05, 0), {0}, PSEUDO, 0, NULL}, 174 {"fclrf.s1", f0, OpXbX6Sf (0, 0, 0x05, 1), {}, EMPTY}, 175 {"fclrf.s2", f0, OpXbX6Sf (0, 0, 0x05, 2), {}, EMPTY} 619 #undef f0 macro [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-opc-f.c | 24 #define f0 IA64_TYPE_F, 0 macro 167 {"fsetc.s0", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, EMPTY}, 168 {"fsetc", f0, OpXbX6Sf (0, 0, 0x04, 0), {IMMU7a, IMMU7b}, PSEUDO, 0, NULL}, 169 {"fsetc.s1", f0, OpXbX6Sf (0, 0, 0x04, 1), {IMMU7a, IMMU7b}, EMPTY}, 170 {"fsetc.s2", f0, OpXbX6Sf (0, 0, 0x04, 2), {IMMU7a, IMMU7b}, EMPTY}, 171 {"fsetc.s3", f0, OpXbX6Sf (0, 0, 0x04, 3), {IMMU7a, IMMU7b}, EMPTY}, 172 {"fclrf.s0", f0, OpXbX6Sf (0, 0, 0x05, 0), {}, EMPTY}, 173 {"fclrf", f0, OpXbX6Sf (0, 0, 0x05, 0), {0}, PSEUDO, 0, NULL}, 174 {"fclrf.s1", f0, OpXbX6Sf (0, 0, 0x05, 1), {}, EMPTY}, 175 {"fclrf.s2", f0, OpXbX6Sf (0, 0, 0x05, 2), {}, EMPTY} 619 #undef f0 macro [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_ppc_regs.h | 33 #define f0 0 macro
|
| /src/external/bsd/am-utils/dist/amd/ |
| opts.c | 981 char *f, *f0; local 986 f0 = f = strchr(p, '/'); 991 if (f == f0 && f[0] == '/' && f[1] == '/') {
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_ppc_regs.h | 33 #define f0 0 macro
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_ppc_regs.h | 33 #define f0 0 macro
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| traps.c | 245 long f0 = (long)GET_H_FR (i); 254 if ((f0 | f1 | f2 | f3 | f4 | f5 | f6 | f7) != 0) 257 i, i+7, f0, f1, f2, f3, f4, f5, f6, f7); 244 long f0 = (long)GET_H_FR (i); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| loongarch-tdep.c | 485 f7 and f0 respectively, that is to say, regnum is f7 if FAR is 1, 488 regnum is f1 if FAR is 7, regnum is f0 if FAR is 8. */ 1291 int f0 = LOONGARCH_FIRST_FP_REGNUM; local 1335 The return value is passed in f0. */ 1338 loongarch_xfer_reg (regcache, f0, len, readbuf, writebuf, 0); 1367 loongarch_xfer_reg (regcache, f0, member_lens[0], readbuf, 1372 loongarch_xfer_reg (regcache, f0, member_lens[0], readbuf, 1381 loongarch_xfer_reg (regcache, f0, member_lens[0], readbuf, 1390 loongarch_xfer_reg (regcache, f0, member_lens[1], readbuf, 1407 The return value is passed in f0. * [all...] |