Searched refs:pb (Results 1 - 25 of 143) sorted by last modified time

123456

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopRanges.cpp83 int MachineLoopRange::byNumber(const void *pa, const void *pb) { argument
85 const MachineLoopRange *b = *static_cast<MachineLoopRange *const *>(pb);
99 int MachineLoopRange::byAreaDesc(const void *pa, const void *pb) { argument
101 const MachineLoopRange *b = *static_cast<MachineLoopRange *const *>(pb);
104 return byNumber(pa, pb);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcrypto_openssl.c142 unsigned char *pa = NULL, *pb = NULL; local
148 pb = b->data;
156 while (lb > 0 && isspace(*pb))
159 pb++;
165 while (lb > 0 && isspace(pb[lb-1]))
175 cb = tolower(*pb);
179 pa++; pb++;
186 if (isspace(*pa) && isspace(*pb))
194 while (lb > 0 && isspace(*pb))
197 pb
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_vnops.c5485 struct ByteRangeLockPB *pb = (struct ByteRangeLockPB *) ap->a_data; local
5620 if (pb->unLockFlag == 1) {
5676 if (pb->startEndFlag) {
5684 pb->offset += fileSize;
5685 pb->startEndFlag = 0;
5689 if (pb->unLockFlag)
5706 error = smbfs_smb_lock(share, flags, fid, lck_pid, pb->offset,
5707 pb->length, timo, ap->a_context);
5710 AddRemoveByteRangeLockEntry (fndEntry, pb->offset, pb
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dpsort.c225 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
264 pa = pb = (char *)a + es;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
271 swap(pa, pb);
274 pb += es;
276 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
284 if (pb > pc)
286 swap(pb, pc);
288 pb
[all...]
H A Dpsort_b.c225 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
264 pa = pb = (char *)a + es;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
271 swap(pa, pb);
274 pb += es;
276 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
284 if (pb > pc)
286 swap(pb, pc);
288 pb
[all...]
H A Dpsort_r.c225 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
264 pa = pb = (char *)a + es;
268 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
271 swap(pa, pb);
274 pb += es;
276 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
284 if (pb > pc)
286 swap(pb, pc);
288 pb
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp457 IOHIDResourceDeviceUserClientAsyncParamBlock *pb = (IOHIDResourceDeviceUserClientAsyncParamBlock *)param; local
462 sendAsyncResult64(pb->fAsyncRef, res, args, 0);
463 IOFree(pb, sizeof(*pb));
500 IOHIDResourceDeviceUserClientAsyncParamBlock *pb = local
503 if (!pb) {
510 bcopy(arguments->asyncReference, pb->fAsyncRef, sizeof(OSAsyncReference64));
511 pb->fAsyncCount = arguments->asyncReferenceCount;
515 tap.parameter = pb;
522 IOFree(pb, sizeo
[all...]
H A DIOHIDLibUserClient.cpp1180 AsyncParam * pb = (AsyncParam *)IOMalloc(sizeof(AsyncParam)); local
1182 if(!pb)
1186 bcopy(arguments->asyncReference, pb->fAsyncRef, sizeof(OSAsyncReference64));
1187 pb->fAsyncCount = arguments->asyncReferenceCount;
1190 tap.parameter = pb;
1198 if ( pb )
1199 IOFree(pb, sizeof(*pb));
1250 AsyncParam * pb = (AsyncParam *)completion->parameter; local
1251 pb
1285 AsyncParam * pb = (AsyncParam *)IOMalloc(sizeof(AsyncParam)); local
1378 AsyncParam * pb = (AsyncParam *)completion->parameter; local
1418 AsyncParam * pb = (AsyncParam *)param; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_int.c117 unsigned char *p,*n,pb=0; local
129 pb=0;
133 pb=0xFF;
141 pb=0xFF;
151 if (pad) *(p++)=pb;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.c56 point_mont pb[D+2]; variable
70 pb[0] = NULL; /* To guarantee proper ECM initialization. */
347 if(pb[0] == NULL) {
349 pb[k] = new_point_mont(curshorts);
355 ptop_mont(pt1, pb[0]);
356 ell_mul_int_brent(pb[0], k*D+1 , An, Ad, N);
357 ptop_mont(pt1, pb[D+1]);
358 ell_mul_int_brent(pb[D+1], (k+2)*D+1 , An, Ad, N);
362 ptop_mont(pt1, pb[j]);
363 ell_mul_int_brent(pb[
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.c56 point_mont pb[D+2]; variable
70 pb[0] = NULL; /* To guarantee proper ECM initialization. */
347 if(pb[0] == NULL) {
349 pb[k] = new_point_mont(curshorts);
355 ptop_mont(pt1, pb[0]);
356 ell_mul_int_brent(pb[0], k*D+1 , An, Ad, N);
357 ptop_mont(pt1, pb[D+1]);
358 ell_mul_int_brent(pb[D+1], (k+2)*D+1 , An, Ad, N);
362 ptop_mont(pt1, pb[j]);
363 ell_mul_int_brent(pb[
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.cpp1084 CFArrayRef pb = (CFArrayRef)mPushedback; local
1086 CFIndex i, n = CFArrayGetCount(pb);
1090 SecTransformAttributeRef ah = CFArrayGetValueAtIndex(pb, i);
1110 CFRelease(pb);
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dloose_ends.c463 const void *pb,
467 const char *b = (const char *)pb;
461 bcmp( const void *pa, const void *pb, size_t len) argument
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-bpf.c267 * pb->nonblock so we don't call select(2) if the pcap handle is in non-
274 struct pcap_bpf *pb = p->priv; local
276 if (pb->zerocopy)
277 return (pb->nonblock);
286 struct pcap_bpf *pb = p->priv; local
288 if (pb->zerocopy) {
289 pb->nonblock = nonblock;
309 struct pcap_bpf *pb = p->priv; local
312 if (pb->zbuffer == pb
347 struct pcap_bpf *pb = p->priv; local
445 struct pcap_bpf *pb = p->priv; local
909 struct pcap_bpf *pb = p->priv; local
1392 struct pcap_bpf *pb = p->priv; local
1625 struct pcap_bpf *pb = p->priv; local
2447 struct pcap_bpf *pb = p->priv; local
2762 struct pcap_bpf *pb = p->priv; local
[all...]
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1075 IONDRVControlParameters pb; local
1086 pb.code = code;
1087 pb.params = params;
1089 err = self->doDriverIO( /*ID*/ 1, &pb,
1109 IONDRVControlParameters pb; local
1120 pb.code = code;
1121 pb.params = params;
1123 err = self->doDriverIO( /*ID*/ 1, &pb,
1170 IONDRVControlParameters pb; local
1184 err = doDriverIO( 0, &pb,
2580 IONDRVControlParameters pb; local
4140 IONDRVControlParameters * pb = (IONDRVControlParameters *) contents; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-gen.c78 Principal *pb = b; local
81 COMPARE_STRING(pa,pb,realm);
82 COMPARE_INTEGER(pa,pb,name.name_type);
83 COMPARE_INTEGER(pa,pb,name.name_string.len);
86 COMPARE_STRING(pa,pb,name.name_string.val[i]);
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_parse.c981 char *p, *pb; local
989 pb = buf;
990 while ((p = strtok_r(pb, ",", &placeholder)) != NULL) {
991 pb = NULL;
H A Dautod_mount.c1020 char *p, *pb; local
1026 pb = buf;
1028 while ((p = (char *)strtok_r(pb, ",", &placeholder)) != NULL) {
1029 pb = NULL;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Drbbi.cpp1446 int32_t pb = next(); local
1447 if (pa != pb) {
1448 // note: the if (pa != pb) test is here only to eliminate warnings for
1450 U_ASSERT(pa == pb);
/macosx-10.10.1/autofs-246/automountlib/
H A Dauto_subr.c329 char *p, *pb, *lasts; local
337 pb = buf;
338 while ((p = (char *)strtok_r(pb, ",", &lasts)) != NULL) {
339 pb = NULL;
/macosx-10.10.1/libpcap-48/libpcap/tests/ngofflinereadtest/
H A Dngofflinereadtest.c311 printf(" <unkown pb option>\n");
414 struct pcapng_packet_fields *pb = (struct pcapng_packet_fields *)(block_header + 1); local
417 pb->interface_id, pb->drops_count, pb->timestamp_high, pb->timestamp_low, pb->caplen, pb->len);
419 hex_and_ascii_print("", pb, sizeof(struct pcapng_packet_fields), "\n");
421 hex_and_ascii_print("", pb
498 struct pcapng_packet_fields *pb = pcap_ng_get_packet_fields(block); local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtrn.c987 const char *pb; local
1029 for(pb=(const char *)bytes, pu=uchars;
1030 *pb!=(char)0xff;
1031 pb+=srcLength+1, pu+=destLength0+1, ++number
1033 srcLength=uprv_strlen(pb);
1040 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode);
1052 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode);
1064 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode);
1076 pDest=u_strFromUTF8Lenient(dest, destLength0, &destLength, pb, -1, &errorCode);
1088 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, srcLengt
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c3633 LPBYTE pb; local
3647 pb = V_ARRAY(&realargs[i])->pvData;
3683 *pb++ = V_UI1(&velem);
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dsubst.c680 strcatsub(char **d, char *pb, char *pe, char *src, int l, char *s, int glbsub, argument
684 int pl = pe - pb;
692 strncpy(dest, pb, pl);
/macosx-10.10.1/lsof-53/lsof/
H A Dprint.c478 static char pb[128]; local
532 (void) snpf(pb, sizeof(pb), "%d", p);
533 pn = pb;
557 (void) snpf(pb, sizeof(pb), "%d", p);
558 return(pb);

Completed in 316 milliseconds

123456