| /dragonfly/contrib/cvs-1.12/diff/ |
| HD | ed.c | 39 int f0, l0, f1, l1; local 50 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts); 57 print_number_range (',', &files[0], f0, l0); 70 i - f1 + translate_line_number (&files[0], f0) - 1); 85 i - f1 + translate_line_number (&files[0], f0)); 115 int f0, l0, f1, l1; local 119 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts); 126 print_number_range (' ', files, f0, l0); 161 int f0, l0, f1, l1; local 166 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts); [all …]
|
| HD | ifdef.c | 144 unsigned char f0 = f[0]; local 145 if (ISDIGIT (f0)) 153 value[i] = groups_letter_value (groups, f0);
|
| /dragonfly/bin/dd/ |
| HD | ref.pareven | 9 00000070 f0 71 72 f3 74 f5 f6 77 78 f9 fa 7b fc 7d 7e ff |.qr.t..wx..{.}~.| 17 000000f0 f0 71 72 f3 74 f5 f6 77 78 f9 fa 7b fc 7d 7e ff |.qr.t..wx..{.}~.|
|
| HD | ref.parset | 9 00000070 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................| 17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
|
| HD | ref.oldascii | 15 000000d0 7d 4a 4b 4c 4d 4e 4f 50 51 52 ee ef f0 f1 f2 f3 |}JKLMNOPQR......| 17 000000f0 30 31 32 33 34 35 36 37 38 39 fa fb fc fd fe ff |0123456789......|
|
| HD | ref.ucase | 17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
|
| HD | ref.ascii | 15 000000d0 7d 4a 4b 4c 4d 4e 4f 50 51 52 ee ef f0 f1 f2 f3 |}JKLMNOPQR......| 17 000000f0 30 31 32 33 34 35 36 37 38 39 fa fb fc fd fe ff |0123456789......|
|
| HD | ref.lcase | 17 000000f0 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 fa fb fc fd fe ff |................|
|
| HD | ref.swab | 17 000000f0 f1 f0 f3 f2 f5 f4 f7 f6 f9 f8 fb fa fd fc ff fe |................|
|
| HD | ref.oldibm | 5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no| 17 000000f0 dc dd de df ea eb ec ed ee ef fa fb fc fd fe ff |................|
|
| HD | ref.oldebcdic | 5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no| 17 000000f0 dc dd de df ea eb ec ed ee ef fa fb fc fd fe ff |................|
|
| HD | ref.ibm | 5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no| 17 000000f0 dc dd de df ea eb ec ed ee ef fa fb fc fd fe ff |................|
|
| HD | ref.ebcdic | 5 00000030 f0 f1 f2 f3 f4 f5 f6 f7 f8 f9 7a 5e 4c 7e 6e 6f |..........z^L~no| 17 000000f0 dc dd de df ea eb ec ed ee ef fa fb fc fd fe ff |................|
|
| HD | ref.parnone | 17 000000f0 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f |pqrstuvwxyz{|}~.|
|
| HD | ref.parodd | 17 000000f0 70 f1 f2 73 f4 75 76 f7 f8 79 7a fb 7c fd fe 7f |p..s.uv..yz.|...|
|
| /dragonfly/crypto/openssh/ |
| HD | poly1305.c | 41 uint64_t f0,f1,f2,f3; in poly1305_auth() local 150 f0 = ((h0 ) | (h1 << 26)) + (uint64_t)U8TO32_LE(&key[16]); in poly1305_auth() 155 U32TO8_LE(&out[ 0], f0); f1 += (f0 >> 32); in poly1305_auth()
|
| HD | sntrup761.c | 617 int32 f0,g0; in Rq_recip3() local 643 f0 = f[0]; in Rq_recip3() 645 for (i = 0;i < p+1;++i) g[i] = Fq_freeze(f0*g[i]-g0*f[i]); in Rq_recip3() 646 for (i = 0;i < p+1;++i) r[i] = Fq_freeze(f0*r[i]-g0*v[i]); in Rq_recip3()
|
| /dragonfly/crypto/libressl/crypto/curve25519/ |
| HD | curve25519.c | 283 int32_t f0 = f[0]; in fe_mul() local 317 int64_t f0g0 = f0 * (int64_t) g0; in fe_mul() 318 int64_t f0g1 = f0 * (int64_t) g1; in fe_mul() 319 int64_t f0g2 = f0 * (int64_t) g2; in fe_mul() 320 int64_t f0g3 = f0 * (int64_t) g3; in fe_mul() 321 int64_t f0g4 = f0 * (int64_t) g4; in fe_mul() 322 int64_t f0g5 = f0 * (int64_t) g5; in fe_mul() 323 int64_t f0g6 = f0 * (int64_t) g6; in fe_mul() 324 int64_t f0g7 = f0 * (int64_t) g7; in fe_mul() 325 int64_t f0g8 = f0 * (int64_t) g8; in fe_mul() [all …]
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-d30v.texi | 182 Execute the instruction if flag f0 is true. 184 Execute the instruction if flag f0 is false. 190 Execute the instruction if both flags f0 and f1 are true. 192 Execute the instruction if flag f0 is true and flag f1 is false. 226 @item f0
|
| /dragonfly/tools/tools/net80211/scripts/mesh/ |
| HD | config.mesh | 16 NODE4_MAC=00:0b:6b:87:1c:f0
|
| /dragonfly/share/misc/ |
| HD | latin1 | 27 | f0 � | f1 � | f2 � | f3 � | f4 � | f5 � | f6 � | f7 � |
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | recog.h | 279 typedef rtx_insn * (*f0) (void); typedef 299 rtx_insn * operator () (void) const { return ((f0)func) (); } in operator()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | simplify-rtx.c | 3464 REAL_VALUE_TYPE f0, f1, value, result; in simplify_const_binary_operation() local 3467 REAL_VALUE_FROM_CONST_DOUBLE (f0, op0); in simplify_const_binary_operation() 3469 real_convert (&f0, mode, &f0); in simplify_const_binary_operation() 3473 && (REAL_VALUE_ISNAN (f0) || REAL_VALUE_ISNAN (f1))) in simplify_const_binary_operation() 3483 && REAL_VALUE_ISINF (f0) && REAL_VALUE_ISINF (f1)) in simplify_const_binary_operation() 3485 int s0 = REAL_VALUE_NEGATIVE (f0); in simplify_const_binary_operation() 3510 && ((REAL_VALUE_ISINF (f0) && REAL_VALUES_EQUAL (f1, dconst0)) in simplify_const_binary_operation() 3512 && REAL_VALUES_EQUAL (f0, dconst0)))) in simplify_const_binary_operation() 3517 &f0, &f1); in simplify_const_binary_operation() 3526 && !REAL_VALUE_ISINF (f0) in simplify_const_binary_operation()
|
| /dragonfly/sys/dev/raid/vinum/ |
| HD | .gdbinit.kernel | 159 define f0 183 document f0
|
| /dragonfly/sys/contrib/dev/acpica/source/compiler/ |
| HD | aslcompiler.l | 199 HexDigitChar [A-Fa-f0-9]
|