Searched refs:rp (Results 1 - 25 of 342) sorted by last modified time

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c1119 kdp_connect_reply_t *rp = local
1121 kdp_error_t err = rp->error;
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dtrap.c514 struct recovery *rp; local
738 for (rp = recover_table; rp < recover_table_end; rp++) {
739 if (kern_ip == rp->fault_addr) {
740 set_recovery_ip(saved_state, rp->recover_addr);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c8533 vnode_resolve_t rp; local
8548 rp = vp->v_resolve;
8549 lck_mtx_lock(&rp->vr_lock);
8551 if (seq > rp->vr_lastseq) {
8553 rp->vr_flags |= VNT_RESOLVED;
8555 rp->vr_flags &= ~VNT_RESOLVED;
8557 rp->vr_lastseq = seq;
8560 lck_mtx_unlock(&rp->vr_lock);
8566 vnode_resolver_attach(vnode_t vp, vnode_resolve_t rp, boolean_t ref) argument
8575 vp->v_resolve = rp;
8598 vnode_resolve_t rp; local
8641 vnode_resolver_release(vnode_resolve_t rp) argument
8659 vnode_resolve_t rp; local
8683 vnode_resolve_t rp; local
8730 vnode_resolve_t rp; local
8786 vnode_resolve_t rp; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c1870 struct fileglob **rp = (struct fileglob **)(cm + 1); local
1884 fg = *rp;
1886 *rp++ = NULL;
1906 if (mac_file_check_receive(kauth_cred_get(), *rp)) {
1907 fg = *rp;
1908 *rp++ = 0;
1915 fg = rp[i];
1978 struct fileglob **rp; local
2008 rp = (struct fileglob **)(cm + 1);
2016 rp[
2289 struct fileglob **rp; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAPInt.cpp1545 // Set rp = (u[j+n]*b + u[j+n-1]) % v[n-1]. (rp=rprime=r')
1546 // Now test if qp == b or qp*v[n-2] > b*rp + u[j+n-2]; if so, decrease
1547 // qp by 1, inrease rp by v[n-1], and repeat this test if rp < b. The test
1554 uint64_t rp = dividend % v[n-1];
1555 if (qp == b || qp*v[n-2] > b*rp + u[j+n-2]) {
1557 rp += v[n-1];
1558 if (rp < b && (qp == b || qp*v[n-2] > b*rp
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterPressure.h164 RegPressureTracker(IntervalPressure &rp) : argument
165 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(true) {}
167 RegPressureTracker(RegionPressure &rp) : argument
168 MF(0), TRI(0), RCI(0), LIS(0), MBB(0), P(rp), RequireIntervals(false) {}
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1119 for(const char** rp = context.rootPaths; *rp != NULL; ++rp) {
1121 strlcpy(newPath, *rp, PATH_MAX);
H A Ddyld.cpp2796 for(const ImageLoader::RPathChain* rp=context.rpath; rp != NULL; rp=rp->next) {
2797 if (rp->paths != NULL ) {
2798 for(std::vector<const char*>::iterator it=rp->paths->begin(); it != rp->paths->end(); ++it) {
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPrivate.c1200 char rights[16], *rp = &rights[0]; local
1203 *rp++ = ' ';
1204 *rp++ = '(';
1206 *rp++ = 'S';
1208 *rp++ = 'R';
1210 *rp++ = 'O';
1212 *rp++ = 'P';
1214 *rp++ = 'D';
1215 *rp++ = ')';
1217 *rp
[all...]
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat67 echo " rp is not set."
68 echo "<string>rp is not set.</string>" >>"%PLIST%"
73 echo " rp has bad value '%IPPFIND_TXT_RP%'"
74 echo "<string>rp has bad value '%IPPFIND_TXT_RP%'.</string>" >>"%PLIST%"
137 ippfind "%1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet && set result=PASS
164 ippfind "%1._ipp._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x $IPPTOOL -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
228 ippfind "%1._ipps._tcp.local." --txt adminurl --txt pdl --txt rp --txt TLS --txt UUID --quiet && set result=PASS
265 ippfind "%1._ipps._tcp.local." --txt-adminurl "^(http:|https:)//" --txt-pdl image/pwg-raster --txt-pdl image/jpeg --txt-rp "^ipp/(print|print/[^/]+)$" --txt-UUID "^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$" -x ipptool -q -d "ADMINURL={txt_adminurl}" -d "UUID={txt_uuid}" "{}" bonjour-value-tests.test ";" && set result=PASS
H A Dbonjour-tests.sh96 echo " rp is not set."
97 echo "<string>rp is not set.</string>" >>"$PLIST"
103 echo " rp has bad value '$IPPFIND_TXT_RP'"
104 echo "<string>rp has bad value '$IPPFIND_TXT_RP'.</string>" >>"$PLIST"
184 $IPPFIND "$1._ipp._tcp.local." --txt adminurl --txt pdl --txt rp --txt UUID --quiet
209 $IPPFIND "$1._ipp._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
269 $IPPFIND "$1._ipps._tcp.local." --txt adminurl --txt pdl --txt rp --txt TLS --txt UUID --quiet
304 $IPPFIND "$1._ipps._tcp.local." --txt-adminurl '^(http:|https:)//' --txt-pdl 'image/pwg-raster' --txt-pdl 'image/jpeg' --txt-rp '^ipp/(print|print/[^/]+)$' --txt-UUID '^[0-9a-fA-F]{8,8}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{4,4}-[0-9a-fA-F]{12,12}$' -x $IPPTOOL -q -d 'ADMINURL={txt_adminurl}' -d 'UUID={txt_uuid}' '{}' bonjour-value-tests.test \;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigner.cpp194 const Requirements *rp = (const Requirements *)CFDataGetBytePtr(state.mRequirements.as<CFDataRef>()); local
195 if (!rp->validateBlob())
197 requirements = rp->clone();
207 if (const Requirements *rp = code->internalRequirements())
208 requirements = rp->clone();
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 Dsigner.cpp194 const Requirements *rp = (const Requirements *)CFDataGetBytePtr(state.mRequirements.as<CFDataRef>()); local
195 if (!rp->validateBlob())
197 requirements = rp->clone();
207 if (const Requirements *rp = code->internalRequirements())
208 requirements = rp->clone();
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.c125 char *rp; /* returned pointer */ local
137 rp = (char *)a->avail;
139 return rp;
152 rp = (char *)a->avail;
163 return(rp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_add.c129 BN_ULONG *ap,*bp,*rp,carry,t1; local
148 rp=r->d;
151 carry=bn_add_words(rp,ap,bp,min);
152 rp+=min;
163 if ((*(rp++)=(t1+1)&BN_MASK2) >= t1)
171 *(rp++)=1;
175 if (rp != ap)
178 *(rp++)= *(ap++);
180 /* memcpy(rp,ap,sizeof(*ap)*(max-i));*/
188 register BN_ULONG t1,t2,*ap,*bp,*rp; local
[all...]
H A Dbn_asm.c89 BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) argument
98 mul_add(rp[0],ap[0],w,c1);
99 mul_add(rp[1],ap[1],w,c1);
100 mul_add(rp[2],ap[2],w,c1);
101 mul_add(rp[3],ap[3],w,c1);
102 ap+=4; rp+=4; num-=4;
106 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
107 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
108 mul_add(rp[2],ap[2],w,c1); return c1;
114 BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULON argument
160 bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) argument
187 bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) argument
[all...]
H A Dbn_mont.c136 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local
159 rp=r->d;
178 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
180 rp++;
197 rp=ret->d;
213 rp[i+0]=t1;
214 rp[i+1]=t2;
215 rp[i+2]=t3;
216 rp[
[all...]
H A Dbn_shift.c83 register BN_ULONG *ap,*rp,t,c; local
97 rp=r->d;
102 *(rp++)=((t<<1)|c)&BN_MASK2;
107 *rp=1;
115 BN_ULONG *ap,*rp,t,c; local
130 rp=r->d;
135 rp[i]=((t>>1)&BN_MASK2)|c;
H A Dbn_sqr.c174 BN_ULONG *ap,*rp; local
178 rp=r;
179 rp[0]=rp[max-1]=0;
180 rp++;
186 rp[j]=bn_mul_words(rp,ap,j,ap[-1]);
187 rp+=2;
194 rp[j]=bn_mul_add_words(rp,a
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_ossl.c87 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
182 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument
226 if (*rp != NULL) BN_clear_free(*rp);
227 *rp=r;
H A Ddsa_sign.c108 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp) argument
110 return dsa->meth->dsa_sign_setup(dsa, ctx_in, kinvp, rp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbn.h482 BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
483 BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w);
484 void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num);
486 BN_ULONG bn_add_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num);
487 BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num);
H A Ddsa.h114 BIGNUM **rp);
185 int DSA_sign_setup( DSA *dsa,BN_CTX *ctx_in,BIGNUM **kinvp,BIGNUM **rp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.c125 char *rp; /* returned pointer */ local
137 rp = (char *)a->avail;
139 return rp;
152 rp = (char *)a->avail;
163 return(rp);

Completed in 270 milliseconds

1234567891011>>