Searched refs:rp (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/freebsd-9.3-release/usr.bin/yacc/
H A Dclosure.c105 short *rp; local
133 rp = derives[j];
134 while ((rule = *rp++) >= 0)
279 unsigned *rp; local
288 rp = first_derives + i * WORDSIZE(nrules);
294 cword = *rp++;
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, argument
81 mul_add(rp[0], ap[0], w, c1);
82 mul_add(rp[1], ap[1], w, c1);
83 mul_add(rp[2], ap[2], w, c1);
84 mul_add(rp[3], ap[3], w, c1);
86 rp += 4;
90 mul_add(rp[0], ap[0], w, c1);
93 mul_add(rp[1], ap[1], w, c1);
96 mul_add(rp[2], ap[2], w, c1);
103 BN_ULONG bn_mul_words(BN_ULONG *rp, cons argument
160 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
192 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c272 entropypool_add_word(isc_entropypool_t *rp, isc_uint32_t val) { argument
281 val ^= rp->pool[(rp->cursor + TAP1) & (RND_POOLWORDS - 1)];
282 val ^= rp->pool[(rp->cursor + TAP2) & (RND_POOLWORDS - 1)];
283 val ^= rp->pool[(rp->cursor + TAP3) & (RND_POOLWORDS - 1)];
284 val ^= rp->pool[(rp->cursor + TAP4) & (RND_POOLWORDS - 1)];
285 val ^= rp
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c272 entropypool_add_word(isc_entropypool_t *rp, isc_uint32_t val) { argument
281 val ^= rp->pool[(rp->cursor + TAP1) & (RND_POOLWORDS - 1)];
282 val ^= rp->pool[(rp->cursor + TAP2) & (RND_POOLWORDS - 1)];
283 val ^= rp->pool[(rp->cursor + TAP3) & (RND_POOLWORDS - 1)];
284 val ^= rp->pool[(rp->cursor + TAP4) & (RND_POOLWORDS - 1)];
285 val ^= rp
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c105 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, argument
114 mul_add(rp[0], ap[0], w, c1);
115 mul_add(rp[1], ap[1], w, c1);
116 mul_add(rp[2], ap[2], w, c1);
117 mul_add(rp[3], ap[3], w, c1);
119 rp += 4;
123 mul_add(rp[0], ap[0], w, c1);
126 mul_add(rp[1], ap[1], w, c1);
129 mul_add(rp[2], ap[2], w, c1);
136 BN_ULONG bn_mul_words(BN_ULONG *rp, cons argument
200 bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, int n) argument
224 bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, int n) argument
[all...]
H A Dsparcv8.S42 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
43 * BN_ULONG *rp,*ap;
155 * BN_ULONG bn_mul_words(rp,ap,num,w)
156 * BN_ULONG *rp,*ap;
351 * BN_ULONG bn_add_words(rp,ap,bp,n)
352 * BN_ULONG *rp,*ap,*bp;
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
440 * BN_ULONG *rp,*ap,*bp;
538 #define rp(I) [%i0+4*I] define
571 st c_1,rp(
[all...]
H A Dsparcv8plus.S159 * BN_ULONG bn_mul_add_words(rp,ap,num,w)
160 * BN_ULONG *rp,*ap;
261 * BN_ULONG bn_mul_words(rp,ap,num,w)
262 * BN_ULONG *rp,*ap;
455 * BN_ULONG bn_add_words(rp,ap,bp,n)
456 * BN_ULONG *rp,*ap,*bp;
533 * BN_ULONG bn_sub_words(rp,ap,bp,n)
534 * BN_ULONG *rp,*ap,*bp;
634 #define rp(I) [%i0+4*I] define
669 stuw t_1,rp(
[all...]
H A Dpa-risc2.s47 ; return register : r2 (rp)
167 LDD 0(r_ptr),rp_val ; rp[0]
168 LDD 8(r_ptr),rp_val_1 ; rp[1]
222 ADD lt_0,rp_val,lt_0 ; lt[0] = lt[0]+rp[0]
228 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
230 ADD lt_1,rp_val_1,lt_1 ; lt[1] = lt[1]+rp[1]
234 STD lt_1,8(r_ptr) ; rp[1] = lt[1]
245 LDD 0(r_ptr),rp_val ; rp[0]
273 ADD lt_0,rp_val,lt_0 ; lt = lt+rp[0]
275 STD lt_0,0(r_ptr) ; rp[
[all...]
H A Dpa-risc2W.s41 ; return register : r2 (rp)
159 LDD 0(r_ptr),rp_val ; rp[0]
160 LDD 8(r_ptr),rp_val_1 ; rp[1]
214 ADD lt_0,rp_val,lt_0 ; lt[0] = lt[0]+rp[0]
220 STD lt_0,0(r_ptr) ; rp[0] = lt[0]
222 ADD lt_1,rp_val_1,lt_1 ; lt[1] = lt[1]+rp[1]
226 STD lt_1,8(r_ptr) ; rp[1] = lt[1]
237 LDD 0(r_ptr),rp_val ; rp[0]
265 ADD lt_0,rp_val,lt_0 ; lt = lt+rp[0]
267 STD lt_0,0(r_ptr) ; rp[
[all...]
H A Dx86_64-mont.pl28 $rp="%rdi"; # BN_ULONG *rp,
179 mov %rax,($rp,$i,8) # rp[i]=tp[i]-np[i]
188 mov $rp,$np
191 or $np,$ap # ap=borrow?tp:rp
195 mov %rax,($rp,$j,8) # rp[i]=tp[i]
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c489 ng_hci_role_discovery_rp *rp = NULL; local
493 NG_HCI_M_PULLUP(mrp, sizeof(*rp));
495 rp = mtod(mrp, ng_hci_role_discovery_rp *);
497 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle));
510 con->role = rp->role;
679 ng_hci_read_buffer_size_rp *rp = NULL; local
685 NG_HCI_M_PULLUP(mrp, sizeof(*rp));
687 rp = mtod(mrp, ng_hci_read_buffer_size_rp *);
691 le16toh(rp->num_acl_pkt), /* number */
692 le16toh(rp
[all...]
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Drap.c305 u_int16_t *rp, conv; local
321 rp = (u_int16_t*)rap->r_pbuf;
322 rap->r_result = le16toh(*rp++);
323 conv = le16toh(*rp++);
324 rap->r_npbuf = (char*)rp;
/freebsd-9.3-release/usr.sbin/makefs/
H A Dmtree.c148 char *res, *rp[MAKEFS_MAX_TREE_DEPTH]; local
152 rp[depth] = node->name;
157 rp[++depth] = pnode->name;
166 sbuf_cat(sb, rp[depth--]);
169 sbuf_cat(sb, rp[depth]);
/freebsd-9.3-release/usr.sbin/ppp/
H A Droute.c611 route_Add(struct sticky_route **rp, int type, const struct ncprange *dst, argument
618 while (*rp) {
619 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
620 (!dsttype && ncprange_equal(&(*rp)->dst, dst))) {
623 r = *rp;
624 *rp = r->next;
626 rp = &(*rp)->next;
640 *rp = r;
644 route_Delete(struct sticky_route **rp, in argument
661 route_DeleteAll(struct sticky_route **rp) argument
[all...]
H A Dmppe.c165 char *rp; local
184 rp = MBUF_CTOP(mo);
209 ua_htons(&prefix, rp);
213 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2);
216 rp = MBUF_CTOP(mp);
217 RC4(&mop->rc4key, ilen, rp, rp);
245 char *rp; local
361 rp = MBUF_CTOP(mp);
363 RC4(&mip->rc4key, len, rp, r
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-udp.c413 register struct sunrpc_msg *rp; local
429 rp = (struct sunrpc_msg *)(up + 1);
430 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
432 sunrpcrequest_print((u_char *)rp, length,
435 nfsreply_print((u_char *)rp, length,
489 register struct sunrpc_msg *rp; local
492 rp = (struct sunrpc_msg *)(up + 1);
493 if (TTEST(rp->rm_direction)) {
494 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
496 nfsreq_print((u_char *)rp, lengt
[all...]
H A Dprint-decnet.c328 print_l1_routes(const char *rp, u_int len) argument
336 TCHECK2(*rp, 3 * sizeof(short));
337 count = EXTRACT_LE_16BITS(rp);
340 rp += sizeof(short);
342 id = EXTRACT_LE_16BITS(rp);
343 rp += sizeof(short);
345 info = EXTRACT_LE_16BITS(rp);
346 rp += sizeof(short);
358 print_l2_routes(const char *rp, u_int len) argument
366 TCHECK2(*rp,
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtoe.c416 ENTRY *qp, *rp; local
421 for_entry_list(rp) {
422 if (rp->nuses == 0)
425 for (i = 0; i < rp->nuses; i++)
427 rp->uses[i].name, "|")) {
432 _nc_first_name(rp->tterm.term_names));
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c276 char *rp; local
293 rp = strstr(rfn, "req/");
295 if (!rp)
296 rp = strstr(rfn, "req\\");
298 assert(rp);
299 memcpy(rp, "rsp", 3);
300 rp = strstr(rfn, ".req");
301 memcpy(rp, ".rsp", 4);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_ialloc_btree.c90 xfs_inobt_rec_t *rp; /* pointer to btree records */ local
154 rp = XFS_INOBT_REC_ADDR(block, 1, cur);
156 memmove(&rp[ptr - 1], &rp[ptr],
157 (numrecs - ptr) * sizeof(*rp));
165 key.ir_startino = rp->ir_startino;
551 xfs_inobt_rec_t *rp=NULL; /* pointer to btree records */ local
596 rp = XFS_INOBT_REC_ADDR(block, ptr, cur);
597 xfs_btree_check_rec(cur->bc_btnum, recp, rp);
696 rp
824 xfs_inobt_rec_t *rp; /* record pointer for btree block */ local
1205 xfs_inobt_rec_t *rp; /* btree record pointer */ local
2046 xfs_inobt_rec_t *rp; /* pointer to updated record */ local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_wwv.c929 struct sync *sp, *rp; local
1148 rp = &up->mitig[up->achan].wwvh;
1149 rp->amp = sqrt(hiamp * hiamp + hqamp * hqamp) / SYNCYC;
1151 wwv_qrz(peer, rp, (int)(pp->fudgetime2 * WWV_SEC));
1757 struct sync *sp, *rp; local
1847 rp = &cp->wwvh;
1848 rp->synsnr = wwv_snr(rp->synmax, rp->amp);
1849 rp
2401 struct sync *sp, *rp; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h287 RegPressureTracker(IntervalPressure &rp) :
288 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(true),
291 RegPressureTracker(RegionPressure &rp) :
292 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(false),
/freebsd-9.3-release/sys/ia64/include/
H A Ddb_machdep.h48 kdb_thrctx->pcb_special.rp : \
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c408 dof_relodesc_t *rp; local
431 rp = krp++;
434 rp = urp++;
449 rp->dofr_name = (dof_stridx_t)soff;
450 rp->dofr_type = DOF_RELO_SETX;
451 rp->dofr_offset = DIF_INSTR_INTEGER(dip->di_instr) *
453 rp->dofr_data = 0;
/freebsd-9.3-release/sys/dev/ubsec/
H A Dubsec.c1743 struct ubsec_q2_rsapriv *rp = (struct ubsec_q2_rsapriv *)q; local
1746 krp = rp->rpr_krp;
1747 ubsec_dma_sync(&rp->rpr_msgin, BUS_DMASYNC_POSTWRITE);
1748 ubsec_dma_sync(&rp->rpr_msgout, BUS_DMASYNC_POSTREAD);
1751 bcopy(rp->rpr_msgout.dma_vaddr,
1756 bzero(rp->rpr_msgin.dma_vaddr, rp->rpr_msgin.dma_size);
1757 bzero(rp->rpr_msgout.dma_vaddr, rp->rpr_msgout.dma_size);
1758 bzero(rp
2089 struct ubsec_q2_rsapriv *rp = (struct ubsec_q2_rsapriv *)q; local
2546 struct ubsec_q2_rsapriv *rp = NULL; local
[all...]

Completed in 232 milliseconds

1234567891011>>