Searched refs:rp (Results 101 - 125 of 342) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
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]
/macosx-10.10.1/ntp-92/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...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-udp.c411 register struct sunrpc_msg *rp; local
427 rp = (struct sunrpc_msg *)(up + 1);
428 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
430 sunrpcrequest_print((u_char *)rp, length,
433 nfsreply_print((u_char *)rp, length,
487 register struct sunrpc_msg *rp; local
490 rp = (struct sunrpc_msg *)(up + 1);
491 if (TTEST(rp->rm_direction)) {
492 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
494 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...]
H A Dprint-domain.c151 register const u_char *rp = NULL; local
164 rp = cp + l;
171 rp = cp + 1;
223 rp += l + 1;
227 return (rp);
361 register const u_char *rp; local
410 rp = cp + len;
413 if (rp > snapend)
466 while (cp < rp) {
575 return (rp); /* XX
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dresources.cpp144 std::string rp; local
147 rp = "../" + string(relpath);
148 if (rp.substr(0, 12) == "../Contents/")
149 rp = rp.substr(12);
150 relpath = rp.c_str();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dresources.cpp144 std::string rp; local
147 rp = "../" + string(relpath);
148 if (rp.substr(0, 12) == "../Contents/")
149 rp = rp.substr(12);
150 relpath = rp.c_str();
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcmore.c82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) argument
84 static int ttyquery(rp, wp, label, dp)
85 Sfio_t* rp;
98 int rfd = sffileno(rp);
99 int wfd = sffileno(rp);
137 r = (s = sfgetr(rp, '\n', 0)) ? *s : -1;
/macosx-10.10.1/ncurses-44/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));
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c280 char *rp; local
301 rp=strstr(rfn,"req/");
303 if (!rp)
304 rp=strstr(rfn,"req\\");
306 assert(rp);
307 memcpy(rp,"rsp",3);
308 rp = strstr(rfn, ".req");
309 memcpy(rp, ".rsp", 4);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c280 char *rp; local
301 rp=strstr(rfn,"req/");
303 if (!rp)
304 rp=strstr(rfn,"req\\");
306 assert(rp);
307 memcpy(rp,"rsp",3);
308 rp = strstr(rfn, ".req");
309 memcpy(rp, ".rsp", 4);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c616 struct hostent **rp, int *errp)
628 buflen, rp, errp));
653 n = REAL(gethostbyname_r)(name, &he, data, datalen, rp, errp);
655 if (n == 0 && *rp != NULL)
656 *rp = copy_decode_hostent_static(*rp, result, buffer, buflen,
674 struct hostent **rp, int *errp)
686 buflen, rp, errp));
710 n = REAL(gethostbyname2_r)(name, af, &he, data, datalen, rp, errp);
712 if (n == 0 && *rp !
614 gethostbyname_r(const char *name, struct hostent *result, char *buffer, size_t buflen, struct hostent **rp, int *errp) argument
672 gethostbyname2_r(const char *name, int af, struct hostent *result, char *buffer, size_t buflen, struct hostent **rp, int *errp) argument
729 gethostbyaddr_r(GHBA_ADDR_T addr, GHBA_ADDRLEN_T len, int type, struct hostent *result, char *buffer, size_t buflen, struct hostent **rp, int *errp) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmime.c381 register char* rp; local
393 !(rp = strchr(lp = (char*)type, '/')) ||
397 rp = buf + (rp - lp);
398 *rp++ = 0;
399 if (*rp == 'x' && *(rp + 1) == '-')
400 rp += 2;
404 rb = rp;
405 for (rv = rp
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c479 _ure_range_t *rp; local
499 for (i = 0, rp = ccl->ranges;
500 i < ccl->ranges_used && r->min_code < rp->min_code; i++, rp++) ;
506 r->min_code == rp->min_code && r->max_code == rp->max_code)
519 rp = ccl->ranges + ccl->ranges_used;
522 _ure_memmove((char *) (rp + 1), (char *) rp,
526 rp
1837 _ure_range_t *rp; local
1958 _ure_range_t *rp; local
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_wwv.c933 struct sync *sp, *rp; local
1152 rp = &up->mitig[up->achan].wwvh;
1153 rp->amp = sqrt(hiamp * hiamp + hqamp * hqamp) / SYNCYC;
1155 wwv_qrz(peer, rp, (int)(pp->fudgetime2 * SECOND));
1761 struct sync *sp, *rp; local
1851 rp = &cp->wwvh;
1852 rp->synsnr = wwv_snr(rp->synmax, rp->amp);
1853 rp
2402 struct sync *sp, *rp; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_map.c22 __os_attach(env, infop, rp)
25 REGION *rp;
59 ret = __os_map(env, infop->name, infop, fhp, rp->size,
62 rp->segid = 1;
/macosx-10.10.1/dtrace-147/libdtrace/
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;
/macosx-10.10.1/screen-22/screen/
H A Dteln.c303 char *rp, *wp; local
306 rp = wp = buf;
309 c = *(unsigned char *)rp++;
363 if (wp + 1 == rp)
368 bcopy(rp, rp + 1, len);
369 rp++;
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-dsa-eay.c98 static int eay_dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
231 eay_dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument
325 if (*rp != NULL) {
326 BN_clear_free(*rp);
328 *rp = r;
/macosx-10.10.1/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_ossl.c71 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
205 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument
280 if (*rp != NULL) BN_clear_free(*rp);
281 *rp=r;
/macosx-10.10.1/OpenSSL098-52/src/crypto/ecdsa/
H A Decs_ossl.c67 BIGNUM **rp);
90 BIGNUM **rp)
116 r = BN_new(); /* this value is later returned in *rp */
194 if (*rp != NULL)
195 BN_clear_free(*rp);
199 *rp = r;
89 ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument

Completed in 504 milliseconds

1234567891011>>