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

12345678910

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl20 # - 2x unroll with help of n0[1] would make the code scalable on
99 n0=f6;
130 ldf8 n0=[in4] // n0
158 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
229 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
447 { .mfi; ldf8 n0=[in4]
527 (p16) xmpy.lu mj[0]=alo[0],n0 // (a
[all...]
H A Dparisc-mont.pl116 $n0="%r22"; # passed through stack in 32-bit
130 $xfer=$n0; # accomodates [-16..15] offset in fld[dw]s
161 ldw `-$FRAME_MARKER-4`($fp),$n0
180 fldws 0($n0),${fn0}
188 fldws 4($n0),${fn0} ; only low part of n0
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c967 int n0, n1, n2; local
972 if (sscanf(argv[0], "%x:%x:%x", &n2, &n1, &n0) != 3)
975 cp.uclass[0] = (n0 & 0xff);
985 n0 = sizeof(rp);
989 (char *) &rp, &n0) == ERROR)
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c1475 cpio_i64toa(int64_t n0) argument
1481 int64_t n = n0 < 0 ? -n0 : n0;
1489 if (n0 < 0)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c641 unsigned n0, n1; local
658 n0 = (numStats + 1) >> 1;
660 if (n0 != n1)
661 p->MinContext->Stats = STATS_REF(ShrinkUnits(p, stats, n0, n1));
H A Darchive_ppmd8.c1010 unsigned n0, n1; local
1025 n0 = (numStats + 2) >> 1;
1027 if (n0 != n1)
1028 p->MinContext->Stats = STATS_REF(ShrinkUnits(p, stats, n0, n1));
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c178 int same_netobj(const netobj *n0, const netobj *n1);
672 same_netobj(const netobj *n0, const netobj *n1) argument
680 if (n0->n_len == n1->n_len) {
682 retval = !bcmp(n0->n_bytes, n1->n_bytes, n0->n_len);
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c554 struct mbuf *n0 = n; local
558 n = m_gethdr(M_NOWAIT, n0->m_type);
561 m_freem(n0);
565 m_move_pkthdr(n, n0); /* FIB copied. */
566 n0len = n0->m_pkthdr.len; /* save for use below */
581 m_adj(n0, off + sizeof(struct icmp6_hdr));
584 n->m_next = n0;
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c463 int newlines, lpos, temp, modmark, n0, num; local
653 n0 = num;
657 z = _rl_col_width (local_prompt, n0, num);
681 lpos -= _rl_col_width (local_prompt, n0, num);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_lcl.h532 const BN_ULONG *np, const BN_ULONG *n0, int num);
H A Dbn.h330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type member in struct:bn_mont_ctx_st
331 * changed with 0.9.9, was "BN_ULONG n0;"
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-4.h352 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \
355 umul_ppmm(p1,p0,m,n0); \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2546 int n0, n1;
2547 n0 = k0;
2548 while (N0[n0] == '_' && n0 > 0 && N0[n0 - 1] == '_')
2549 n0 -= 1;
2553 if (n0 == n1 && DEPRECATED_STREQN (N0, N1, n0))
2541 int n0, n1; local

Completed in 323 milliseconds

12345678910