Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 121) sorted by relevance

12345

/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.aggpack.d.out46 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 …]
HDtst.aggpack.d25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
/trueos/crypto/openssl/crypto/rc4/asm/
HDrc4-586.pl65 $xx="eax";
80 &mov (&DWP(0,$dat,$xx,4),$ty);
82 &inc (&LB($xx));
86 &mov ($tx,&DWP(0,$dat,$xx,4));
99 my @XX=($xx,$out);
135 &mov (&DWP(0,$dat,$xx,4),$ty);
136 &inc ($xx);
138 &movz ($xx,&LB($xx)); # (*)
143 &mov ($tx,&DWP(0,$dat,$xx,4));
162 &xor ($xx,$xx); # avoid partial register stalls
[all …]
/trueos/share/misc/
HDbsd-family-tree358 Third Edition 1973-02-xx [QCU]
360 Fourth Edition 1973-11-xx [QCU]
363 Fifth Edition 1974-06-xx [QCU]
365 Sixth Edition 1975-05-xx [QCU]
367 Seventh Edition 1979-01-xx [QCU]
369 Eighth Edition 1985-02-xx [QCU]
376 Ninth Edition 1986-09-xx [QCU]
377 Tenth Edition 1989-10-xx [QCU]
386 2.79BSD 1980-04-xx [TUHS]
387 2.8BSD 1981-07-xx [KSJ]
[all …]
/trueos/lib/msun/bsdsrc/
HDb_tgamma.c223 struct Double r, xx; local
228 xx.a = (t + x), TRUNC(xx.a);
229 xx.b = x - xx.a; xx.b += t; xx.b += d;
232 x = xx.a + xx.b;
234 xx.a = x, TRUNC(xx.a);
235 xx.b = x - xx.a;
241 r.a -= d*xx.a; r.a -= d*xx.b; r.a += r.b;
/trueos/sys/dev/bxe/
HDbxe_debug.c197 int xx; in bxe_dump_mem() local
204 for (xx = 0; xx < len; xx++) in bxe_dump_mem()
206 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mem()
210 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mem()
236 int i, xx = 0; in bxe_dump_mbuf_data() local
246 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data()
254 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mbuf_data()
258 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data()
267 xx++; in bxe_dump_mbuf_data()
274 xx += m->m_len; in bxe_dump_mbuf_data()
/trueos/usr.sbin/timed/timed/
HDnetworkdelta.c185 float xx = *xptr; in median() local
187 dum = xx - a; in median()
191 if (xx < xp) in median()
192 xp = xx; in median()
195 if (xx > xm) in median()
196 xm = xx; in median()
201 sumx += xx * dum; in median()
/trueos/bin/sh/tests/expansion/
HDplus-minus1.052 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'
/trueos/sys/mips/conf/
HDRT305X.hints22 #hint.rt.0.macaddr="xx:xx:xx:xx:xx:xx"
/trueos/contrib/dialog/
HDdlg_keys.c597 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()
/trueos/sys/kern/
HDkern_gzio.c337 uint32_t xx; local
342 xx = bswap32(x);
344 xx = x;
346 vn_rdwr(UIO_WRITE, s->file, (caddr_t)&xx, sizeof(xx), curoff,
349 s->outoff += sizeof(xx) - resid;
/trueos/contrib/sendmail/src/
HDrecipient.c40 sorthost(xx, yy) in sorthost() argument
41 register ADDRESS *xx; in sorthost()
46 return sm_strrevcasecmp(xx->q_host, yy->q_host);
48 return sm_strcasecmp(xx->q_host, yy->q_host);
76 sortexpensive(xx, yy) in sortexpensive() argument
77 ADDRESS *xx; in sortexpensive()
84 return sm_strrevcasecmp(xx->q_host, yy->q_host);
86 return sm_strcasecmp(xx->q_host, yy->q_host);
107 sortbysignature(xx, yy) in sortbysignature() argument
108 ADDRESS *xx; in sortbysignature()
[all …]
/trueos/contrib/netbsd-tests/usr.bin/sort/
HDt_sort.sh360 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
/trueos/contrib/sendmail/test/
HDResults23 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)
/trueos/contrib/one-true-awk/
HDmaketab.c37 struct xx struct
115 const struct xx *p; in main()
/trueos/tools/regression/tls/libxx/
HDMakefile5 SRCS= xx.c
/trueos/bin/sh/tests/builtins/
HDread3.0.stdout7 x\xx
HDread1.0.stdout8 x 1 2 3 xx
/trueos/usr.sbin/pmcstudy/
HDeval_expr.c676 double xx; in calc_expr() local
697 xx = run_expr(exp, 1, NULL); in calc_expr()
698 printf("Answer is %f\n", xx); in calc_expr()
699 return(xx); in calc_expr()
/trueos/contrib/groff/contrib/mm/
HDMakefile.sim19 indexdir = xx
/trueos/sys/gnu/dts/arm/
HDpxa3xx.dtsi1 /* The pxa3xx skeleton simply augments the 2xx version */
HDpxa27x.dtsi1 /* The pxa3xx skeleton simply augments the 2xx version */
/trueos/crypto/openssl/crypto/bn/
HDbn_gf2m.c805 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], in BN_GF2m_mod_inv_arr() argument
811 bn_check_top(xx); in BN_GF2m_mod_inv_arr()
818 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr()
952 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, in BN_GF2m_mod_div_arr() argument
959 bn_check_top(xx); in BN_GF2m_mod_div_arr()
967 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/trueos/sys/dev/hptmv/
HDreadme.txt1 RocketRAID 18xx Driver for FreeBSD
37 18xx SATA controller.
77 device hptmv #HighPoint RocketRAID 18xx
/trueos/sys/i386/conf/
HDGENERIC150 device hptrr # Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
151 device hpt27xx # Highpoint RocketRAID 27xx

12345