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

12

/freebsd-current/tools/regression/tls/libxx/
H A DMakefile4 SRCS= xx.c
/freebsd-current/crypto/openssl/util/
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 */
H A Dcheck-format-test-negatives.c292 xx; typedef
/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/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c47 #define DIFF(xx) ( \
48 (mrefp->xx != NULL) && \
49 (mgetp->xx == NULL || strcmp(mrefp->xx, mgetp->xx) != 0))
/freebsd-current/sys/dev/bxe/
H A Dbxe_debug.c197 int xx; local
204 for (xx = 0; xx < len; xx++)
206 if ((xx != 0) && (xx % 16 == 0))
210 snprintf(c, sizeof(c), "%03x", xx);
236 int i, xx = 0; local
246 snprintf(c, sizeof(c), "%03x", xx);
254 if ((xx !
[all...]
/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/one-true-awk/
H A Dmaketab.c37 struct xx struct
117 const struct xx *p;
/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/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/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/dialog/
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/usr.sbin/pmcstudy/
H A Deval_expr.c673 double xx; local
694 xx = run_expr(exp, 1, NULL);
695 printf("Answer is %f\n", xx);
696 return(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/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/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/stand/common/
H A Dgfx_fb.c1548 int sx, sy, xx, yy, xy, width; local
1558 xx = x0 - x1;
1560 curvature = xx*sy - yy*sx;
1562 if (sx*sx + sy*sy > xx*xx+yy*yy) {
1570 xx += sx;
1572 xx *= sx;
1576 xy = (xx*yy) << 1;
1577 xx *= xx;
[all...]
/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/crypto/openssh/regress/
H A Dservcfginclude.sh155 Banner /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/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;

Completed in 339 milliseconds

12