Searched refs:xx (Results 1 - 25 of 32) sorted by path

12

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
/freebsd-current/contrib/bearssl/src/hash/
H A Dghash_pwr8.c76 #define FIX_ENDIAN(xx) vperm(xx, xx, xx, BSW)
79 #define FIX_ENDIAN(xx)
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match.mk304 WORDS= - + x xx 0 1 2 3 4 [x1-3
312 WORDS= - + x xx 0 1 2 3 4 00 01 10 11 000 001 010 011 100 101 110 111 [x1-3
314 .if ${WORDS:M*[-x1-3} != "- x xx 1 2 3 01 11 001 011 101 111 [x1-3"
321 WORDS= - + x xx 0 1 2 3 4 [x1-3
/freebsd-current/contrib/dialog/
H A Dconfigure15868 { char *xx = curses_version(); return (xx == 0); }
16056 { char *xx = curses_version(); return (xx == 0); }
17897 { char *xx = curses_version(); return (xx == 0); }
18085 { char *xx = curses_version(); return (xx == 0); }
H A Ddlg_keys.c762 unsigned xx; local
807 for (xx = 0; xx < COUNT_CURSES; ++xx) {
808 if (!dlg_strcmp(curses_names[xx].name, q)) {
809 curses_key = curses_names[xx].code;
820 for (xx = 0; xx < COUNT_DIALOG; ++xx) {
821 if (!dlg_strcmp(dialog_names[xx]
[all...]
/freebsd-current/contrib/libdiff/lib/
H A Ddiff_patience.c483 int xx; local
484 for (xx = 0; xx < patience_stacks_count; xx++) {
486 (xx == target_stack) ? ">" : "",
488 PATIENCE(patience_stacks[xx]).pos_in_other));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi.cpp56 void __asan_abi_set_shadow_xx_n(void *p, unsigned char xx, size_t n) {} argument
H A Dasan_abi.h61 void __asan_abi_set_shadow_xx_n(void *p, unsigned char xx, size_t n);
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_color.c1052 int xx = fg;
1054 bg = xx;
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c889 int xx = fg; local
891 bg = xx;
/freebsd-current/contrib/netbsd-tests/usr.bin/sort/
H A Dt_sort.sh369 atf_check -x "sort -k2b -k2 in >xx"
370 atf_check -e ignore sort -c -t: -k2n xx
372 atf_check -x "sort -k2,2.1b -k2 in >xx"
373 atf_check -e ignore sort -c -t: -k3n xx
375 atf_check -x "sort -k2.3 -k2 in >xx"
376 atf_check -e ignore sort -c -t: -k4n xx
378 atf_check -x "sort -k2b,2.3 -k2 in >xx"
379 atf_check -e ignore sort -c -t: -k5n xx
381 atf_check -x "sort -k2.3,2.1b -k2 in >xx"
382 atf_check -e ignore sort -c -t: -k6n xx
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dmaketab.c37 struct xx struct
117 const struct xx *p;
/freebsd-current/contrib/sendmail/src/
H A Drecipient.c35 ** xx -- first ADDRESS
39 ** <0 when xx->q_host is less than yy->q_host
40 ** >0 when xx->q_host is greater than yy->q_host
45 sorthost(xx, yy)
46 register ADDRESS *xx;
51 return sm_strrevcasecmp(xx->q_host, yy->q_host);
53 return sm_strcasecmp(xx->q_host, yy->q_host);
60 ** The mailer has been noted already as "expensive" for 'xx'. This
64 ** recipients. We avoid an MX RR lookup when both 'xx' and 'yy' are
69 ** xx
[all...]
/freebsd-current/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h525 u64 *xx; local
529 xx = buf + 15;
531 fmul(x2, xx, zz);
532 fdifference(zz, xx);
535 fsum(zzz, xx);
/freebsd-current/crypto/heimdal/
H A Dconfigure17713 struct foo { int foo; } xx;
17718 snprintf(&xx)
17814 struct foo { int foo; } xx;
17819 vsnprintf(&xx)
17900 struct foo { int foo; } xx;
17905 glob(&xx)
18345 struct foo { int foo; } xx;
18350 hstrerror(&xx)
18384 struct foo { int foo; } xx;
18389 asprintf(&xx)
[all...]
/freebsd-current/crypto/openssh/regress/
H A Dservcfginclude.sh155 Banner /xx
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c775 * Invert xx, reduce modulo p, and store the result in r. r could be xx.
780 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], argument
786 bn_check_top(xx);
793 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
833 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
834 * * or yy, xx could equal yy. This function calls down to the
838 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
845 bn_check_top(xx);
[all...]
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86_64.pl782 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
791 my @x=map("\"$_\"",@xx);
1375 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
1383 my @x=map("\"$_\"",@xx);
1825 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
1834 my @x=map("\"$_\"",@xx);
2890 my @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
2900 my @x=map("\"$_\"",@xx);
3394 @xx=($xa0,$xa1,$xa2,$xa3, $xb0,$xb1,$xb2,$xb3,
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl75 $xx="eax";
90 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &inc (&LB($xx));
96 &mov ($tx,&DWP(0,$dat,$xx,4));
109 my @XX=($xx,$out);
145 &mov (&DWP(0,$dat,$xx,4),$ty);
146 &inc ($xx);
148 &movz ($xx,&LB($xx)); # (*)
153 &mov ($tx,&DWP(0,$dat,$xx,
[all...]
H A Drc4-c64xplus.pl30 ($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-current/crypto/openssl/util/
H A Dcheck-format-test-negatives.c292 xx; typedef
H A Dcheck-format-test-positives.c83 int xx = 1) + /*@ unexpected closing parenthesis */
91 (xx /*@0 unclosed parenthesis in expression */
113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */
120 xx = a + b /*@ extra single-statement indent off by 1 */
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y224 xx: { newrule(); } label
255 xx collection action
256 | xx insert collection action
/freebsd-current/sbin/ipf/ipnat/
H A Dipnat_y.y129 line: xx rule { int err;
164 xx: { newnatrule(); } label
/freebsd-current/sbin/routed/
H A Dradix.c562 struct radix_node *xx = x; local
568 saved_tt = tt; x = xx;

Completed in 382 milliseconds

12