Searched refs:n0 (Results 201 - 225 of 238) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dmv_twsi.c161 int m, n, m0, n0; local
164 m0 = n0 = 4; /* Default values on reset */
174 n0 = n;
179 rate->raw = TWSI_BAUD_RATE_RAW(clk, m0, n0);
180 rate->param = TWSI_BAUD_RATE_PARAM(m0, n0);
182 rate->n = n0;
/freebsd-11-stable/contrib/diff/src/
H A Dio.c583 size_t n0, n1;
609 n0 = filevec[0].buffered;
620 if (n0 < n1)
621 p0[n0] = ~p1[n0];
639 && ((buffer0 + n0 - filevec[0].missing_newline < p0)
660 p0 = buffer0 + n0;
671 beg0 = filevec[0].prefix_end + (n0 < n1 ? 0 : n0 - n1);
715 && context < LIN_MAX / 4 && context < n0)
577 size_t n0, n1; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h120 #define udiv_qrnnd(q, r, n1, n0, d) \
122 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
301 #define sdiv_qrnnd(q, r, n1, n0, d) \
306 __x.__i.__h = n1; __x.__i.__l = n0; \
337 #define udiv_qrnnd(q, r, n1, n0, dv) \
341 : "0" ((USItype) (n0)), \
426 #define udiv_qrnnd(q, r, n1, n0, d) \
430 : "0" ((USItype) (n0)), \
434 #define sdiv_qrnnd(q, r, n1, n0, d) \
438 : "0" ((USItype) (n0)), \
[all...]
H A Dlibgcc2.c897 UWtype d0, d1, n0, n1, n2;
903 n0 = nn.s.low;
913 udiv_qrnnd (q0, n0, n1, n0, d0);
916 /* Remainder in n0. */
926 udiv_qrnnd (q0, n0, n1, n0, d0);
928 /* Remainder in n0. */
933 rr.s.low = n0;
955 n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZ
873 UWtype d0, d1, n0, n1, n2; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl70 $n0="%r6"; # const BN_ULONG *n0,
121 lg $n0,0($n0) # pull n0
122 _dswap $n0
131 lgr $mn0,$alo # "tp[0]"*n0
132 msgr $mn0,$n0
184 msgr $mn0,$n0 # tp[0]*n0
[all...]
H A Dppc-mont.pl86 $n0="r7";
148 $LD $n0,0($n0) ; pull n0[0] value
161 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
226 $UMULL $m1,$lo0,$n0 ; tp[0]*n0
H A Dsparcv9-mont.pl50 $n0="%i4"; # const BN_ULONG *n0,
94 ld [$n0],$n0
117 mulx $n0,$acc0,$mul1 ! "t[0]"*n0
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
189 mulx $n0,$acc0,$mul1
305 mulx $n0,
[all...]
H A Dvis3-mont.pl34 ($n0,$m0,$m1,$lo0,$hi0, $lo1,$hi1,$aj,$alo,$nj,$nlo,$tj)=
42 $n0p="%o4"; # const BN_ULONG *n0,
84 ld [$n0p+0], $t0 ! pull n0[0..1] value
89 sllx $t1, 32, $n0
91 or $t0, $n0, $n0
122 mulx $lo0, $n0, $m1 ! "tp[0]"*n0
222 mulx $lo0, $n0, $m1 ! tp[0]*n0
[all...]
H A Dmips3-mont.pl26 $n0="a4"; # const BN_ULONG *n0,
75 ld $n0,0($n0)
99 dmultu $lo0,$n0
183 dmultu $lo0,$n0
H A Dsparct4-mont.pl107 # const u64 *np,const BN_ULONG *n0);
157 ld [%i4+0],%f1 ! load *n0
431 # int bn_pwr5_mont_t4_$NUM(u64 *tp,const u64 *np,const BN_ULONG *n0,
480 ld [%i2+0],%f1 ! load *n0
669 ($n0,$m0,$m1,$lo0,$hi0, $lo1,$hi1,$aj,$alo,$nj,$nlo,$tj)=
677 $n0p="%o4"; # const BN_ULONG *n0,
707 ld [$n0p+0], $t0 ! pull n0[0..1] value
711 sllx $t1, 32, $n0
713 or $t0, $n0, $n0
[all...]
H A Dmips-mont.pl94 $n0=$a4; # const BN_ULONG *n0,
128 lw $n0,16($sp)
168 $LD $n0,0($n0)
184 $MULTU $lo0,$n0
268 $MULTU $lo0,$n0
H A Dx86_64-mont.pl81 $n0="%r8"; # const BN_ULONG *n0,
160 mov ($n0),$n0 # pull n0[0] value
167 mov $n0,$m1
172 imulq $lo0,$m1 # "tp[0]"*n0
228 mov $n0,$m1
235 imulq $lo0,$m1 # tp[0]*n0
389 mov ($n0),
[all...]
H A Dsparcv9a-mont.pl79 $n0="%i4"; # const BN_ULONG *n0,
91 $n0="%g4"; # reassigned(!) to "64-bit" register
140 ld [%i4+0],$n0 ! $n0 reassigned, remember?
144 or %o0,$n0,$n0 ! $n0=n0[1].n0[
[all...]
H A Dx86_64-mont5.pl66 $n0="%r8"; # const BN_ULONG *n0,
232 mov ($n0),$n0 # pull n0[0] value
238 mov $n0,$m1
243 imulq $lo0,$m1 # "tp[0]"*n0
328 mov $n0,$m1
336 imulq $lo0,$m1 # tp[0]*n0
638 mov ($n0),
[all...]
H A Dppc64-mont.pl116 $n0="r7";
276 ld $n0,0($n0) ; pull n0[0] value
289 mulld $t7,$t7,$n0 ; tp[0]*n0
290 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values
311 mr $n1,$n0
316 lwz $n0,0($n1) ; pull n0[
[all...]
H A Drsaz-avx2.pl114 my $n0="%ecx"; # const BN_ULONG n0,
483 imull $n0, %eax
503 imull $n0, %eax
537 imull $n0, %eax
572 imull $n0, %eax
629 imull $n0, %eax
669 imull $n0, %eax
853 my $n0="%r8d"; # unsigned int n0);
[all...]
H A Drsaz-x86_64.pl123 my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
146 movq $n0, 128(%rsp)
768 movq 128(%rsp), %rdx # pull $n0
822 my ($out,$ap,$bp,$mod,$n0) = ("%rdi","%rsi","%rdx","%rcx","%r8");
839 movq $n0, 128(%rsp)
878 movq 128(%rsp), %rdx # pull $n0
918 my ($out,$ap,$bp,$mod,$n0,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
1011 movq $n0, 128(%rsp) # off-load arguments
1197 mov $n0, 128(%rsp) # off-load arguments
1370 my ($out,$ap,$mod,$n0,
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkquery.c209 int n0, /*%< current offset in buffer */
224 cp = buf + n0;
265 int n0, /*%< current offset in buffer */
280 cp = buf + n0;
208 res_nopt(res_state statp, int n0, u_char *buf, int buflen, int anslen) argument
264 res_nopt_rdata(res_state statp, int n0, u_char *buf, int buflen, u_char *rdata, u_short code, u_short len, u_char *data) argument
H A Dres_data.c281 res_opt(int n0, u_char *buf, int buflen, int anslen) argument
283 return (res_nopt(&_res, n0, buf, buflen, anslen));
/freebsd-11-stable/contrib/gdtoa/
H A Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
188 n0 = n = nbits >> kshift;
194 for(j = 0; j < n0; ++j)
196 if (n > n0)
/freebsd-11-stable/tools/tools/netmap/
H A Dbridge.c284 int n0, n1, ret; local
287 n0 = pkt_queued(pa, 0);
290 if (n0) {
304 if (n0)
/freebsd-11-stable/contrib/libarchive/tar/
H A Dutil.c570 tar_i64toa(int64_t n0) argument
573 uint64_t n = n0 < 0 ? -n0 : n0;
580 if (n0 < 0)
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D06.t11 n0=`namegen`
14 expect 0 mkdir ${n0} 0755
15 expect 0 chown ${n0} 65534 65534
17 cd ${n0}
187 expect 0 rmdir ${n0}
/freebsd-11-stable/tools/regression/iscsi/
H A Discsi-test.sh476 check bonnie++ -u root -s 2g -r 1g -n0
484 check bonnie++ -u root -s 2g -r 1g -n0
493 check bonnie++ -u root -s 2g -r 1g -n0
502 check bonnie++ -u root -s 2g -r 1g -n0
511 check bonnie++ -u root -s 2g -r 1g -n0
519 check bonnie++ -u root -s 2g -r 1g -n0
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c904 BN_ULONG c0, c1, ml, *tp, n0; local
918 n0 = *n0p;
953 ml = (c1 * n0) & BN_MASK2;
997 const BN_ULONG *np, const BN_ULONG *n0, int num)
1047 BN_ULONG c0, c1, *tp, n0 = *n0p; local
1062 c0 = bn_mul_add_words(tp, np, num, tp[0] * n0);
1086 const BN_ULONG *np, const BN_ULONG *n0, int num)
996 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument
1085 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) argument

Completed in 322 milliseconds

12345678910