| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| D | tst.aggpack.d.out | 46 78 0 :xx : 2 | 100 47 77 0 :xx : 2 | 100 48 76 0 :xx : 2 | 100 49 75 0 :xx : 2 | 100 50 74 0 :xx : 2 | 100 51 73 0 :xx : 2 | 100 52 72 0 :xx : 2 | 100 53 71 0 :xx : 2 | 100 54 70 0 :xx : 2 | 100 55 69 0 :xx : 2 | 100 [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/rc4/asm/ |
| D | rc4-586.pl | 76 $xx="eax"; 91 &mov (&DWP(0,$dat,$xx,4),$ty); 93 &inc (&LB($xx)); 97 &mov ($tx,&DWP(0,$dat,$xx,4)); 110 my @XX=($xx,$out); 146 &mov (&DWP(0,$dat,$xx,4),$ty); 147 &inc ($xx); 149 &movz ($xx,&LB($xx)); # (*) 154 &mov ($tx,&DWP(0,$dat,$xx,4)); 173 &xor ($xx,$xx); # avoid partial register stalls [all …]
|
| D | rc4-c64xplus.pl | 30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2)); 68 || MVD $XX,$xx 75 STB $TY,*${KEYA}[$xx] 142 || MVD $XX,$xx 151 STB $TY,*${KEYA}[$xx]
|
| /freebsd-12-stable/share/misc/ |
| D | bsd-family-tree | 484 Third Edition 1973-02-xx [QCU] 486 Fourth Edition 1973-11-xx [QCU] 489 Fifth Edition 1974-06-xx [QCU] 491 Sixth Edition 1975-05-xx [QCU] 493 Seventh Edition 1979-01-xx [QCU] 1979-01-10 [TUHS] 495 Eighth Edition 1985-02-xx [QCU] 502 Ninth Edition 1986-09-xx [QCU] 503 Tenth Edition 1989-10-xx [QCU] 513 2.79BSD 1980-04-xx [TUHS] 514 2.8BSD 1981-07-xx [KSJ] [all …]
|
| /freebsd-12-stable/lib/msun/bsdsrc/ |
| D | b_tgamma.c | 225 struct Double r, xx; local 230 xx.a = (t + x), TRUNC(xx.a); 231 xx.b = x - xx.a; xx.b += t; xx.b += d; 234 x = xx.a + xx.b; 236 xx.a = x, TRUNC(xx.a); 237 xx.b = x - xx.a; 243 r.a -= d*xx.a; r.a -= d*xx.b; r.a += r.b;
|
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe_debug.c | 199 int xx; in bxe_dump_mem() local 206 for (xx = 0; xx < len; xx++) in bxe_dump_mem() 208 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mem() 212 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mem() 238 int i, xx = 0; in bxe_dump_mbuf_data() local 248 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data() 256 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mbuf_data() 260 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data() 269 xx++; in bxe_dump_mbuf_data() 276 xx += m->m_len; in bxe_dump_mbuf_data()
|
| /freebsd-12-stable/sys/mips/conf/ |
| D | RT5350.hints | 24 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| D | RT305X.hints | 22 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| D | MT7620.hints | 28 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
|
| /freebsd-12-stable/usr.sbin/timed/timed/ |
| D | networkdelta.c | 187 float xx = *xptr; in median() local 189 dum = xx - a; in median() 193 if (xx < xp) in median() 194 xp = xx; in median() 197 if (xx > xm) in median() 198 xm = xx; in median() 203 sumx += xx * dum; in median()
|
| /freebsd-12-stable/bin/sh/tests/expansion/ |
| D | plus-minus1.0 | 52 testcase 'set -- ${e+x}${e+x}' '1|xx' 53 testcase 'set -- "${e+x}"${e+x}' '1|xx' 54 testcase 'set -- ${e+x}"${e+x}"' '1|xx' 55 testcase 'set -- "${e+x}${e+x}"' '1|xx' 56 testcase 'set -- "${e+x}""${e+x}"' '1|xx'
|
| /freebsd-12-stable/contrib/dialog/ |
| D | dlg_keys.c | 597 unsigned xx; in dlg_parse_bindkey() local 649 for (xx = 0; xx < COUNT_CURSES; ++xx) { in dlg_parse_bindkey() 650 if (!dlg_strcmp(curses_names[xx].name, q)) { in dlg_parse_bindkey() 651 curses_key = curses_names[xx].code; in dlg_parse_bindkey() 662 for (xx = 0; xx < COUNT_DIALOG; ++xx) { in dlg_parse_bindkey() 663 if (!dlg_strcmp(dialog_names[xx].name, q)) { in dlg_parse_bindkey() 664 dialog_key = dialog_names[xx].code; in dlg_parse_bindkey()
|
| /freebsd-12-stable/contrib/bearssl/src/hash/ |
| D | ghash_pwr8.c | 76 #define FIX_ENDIAN(xx) vperm(xx, xx, xx, BSW) argument 79 #define FIX_ENDIAN(xx) argument
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | recipient.c | 45 sorthost(xx, yy) in sorthost() argument 46 register ADDRESS *xx; in sorthost() 51 return sm_strrevcasecmp(xx->q_host, yy->q_host); 53 return sm_strcasecmp(xx->q_host, yy->q_host); 81 sortexpensive(xx, yy) in sortexpensive() argument 82 ADDRESS *xx; in sortexpensive() 89 return sm_strrevcasecmp(xx->q_host, yy->q_host); 91 return sm_strcasecmp(xx->q_host, yy->q_host); 112 sortbysignature(xx, yy) in sortbysignature() argument 113 ADDRESS *xx; in sortbysignature() [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/usr.bin/sort/ |
| D | t_sort.sh | 360 atf_check -e ignore sort -c -t: -k2n xx 363 atf_check -e ignore sort -c -t: -k3n xx 366 atf_check -e ignore sort -c -t: -k4n xx 369 atf_check -e ignore sort -c -t: -k5n xx 372 atf_check -e ignore sort -c -t: -k6n xx 375 atf_check -e ignore sort -c -t: -k7n xx 378 atf_check -e ignore sort -c -t: -k8n xx
|
| /freebsd-12-stable/contrib/sendmail/test/ |
| D | Results | 23 HP-UX 8.07 OK 93.07.19 eric (on 7xx series) 24 HP-UX 8.02 OK 93.07.19 Michael Corrigan (on 8xx series) 25 HP-UX 8.00 OK 93.07.21 Michael Corrigan (on 3xx/4xx series) 26 HP-UX 9.01 OK 93.11.19 Cassidy (on 7xx series)
|
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | maketab.c | 37 struct xx struct 117 const struct xx *p; in main()
|
| /freebsd-12-stable/usr.sbin/pmcstudy/ |
| D | eval_expr.c | 675 double xx; in calc_expr() local 696 xx = run_expr(exp, 1, NULL); in calc_expr() 697 printf("Answer is %f\n", xx); in calc_expr() 698 return(xx); in calc_expr()
|
| /freebsd-12-stable/tools/regression/tls/libxx/ |
| D | Makefile | 5 SRCS= xx.c
|
| /freebsd-12-stable/bin/sh/tests/builtins/ |
| D | read3.0.stdout | 7 x\xx
|
| D | read1.0.stdout | 8 x 1 2 3 xx
|
| /freebsd-12-stable/sys/gnu/dts/arm64/cavium/ |
| D | thunder-88xx.dts | 52 /include/ "thunder-88xx.dtsi" 56 compatible = "cavium,thunder-88xx";
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | logicpd-torpedo-37xx-devkit-28.dts | 11 #include "logicpd-torpedo-37xx-devkit.dts"
|
| D | omap34xx.dtsi | 106 * at all unlike on 36xx. Maybe SGX is permanently set to 110 * register. Also note that on early 34xx es1 revision there
|
| /freebsd-12-stable/sys/gnu/dts/arm64/marvell/ |
| D | armada-371x.dtsi | 12 #include "armada-37xx.dtsi"
|