Searched refs:pb (Results 76 - 100 of 143) sorted by relevance

123456

/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dxmlparser.cpp166 const char *charset, *pb; local
216 pb=bytes;
221 &pb, bytes+bytesLength,
276 pb=bytes;
289 &pb, bytes+bytesLength,
/macosx-10.10.1/BootCache-109/
H A Dlibrary.c260 BC_merge_playlists(struct BC_playlist* pa, const struct BC_playlist* pb) argument
263 if ((pa->p_mounts = reallocf(pa->p_mounts, sizeof(*pa->p_mounts) * (pa->p_nmounts + pb->p_nmounts))) == NULL)
267 for (mount_idx_b = 0; mount_idx_b < pb->p_nmounts; mount_idx_b++) {
269 if (0 == uuid_compare(pa->p_mounts[mount_idx_a].pm_uuid, pb->p_mounts[mount_idx_b].pm_uuid)) {
278 uuid_copy(pa->p_mounts[mount_idx_a].pm_uuid, pb->p_mounts[mount_idx_b].pm_uuid);
281 pa->p_mounts[mount_idx_a].pm_nentries += pb->p_mounts[mount_idx_b].pm_nentries;
284 if ((pa->p_entries = reallocf(pa->p_entries, sizeof(*pa->p_entries) * (pa->p_nentries + pb->p_nentries))) == NULL)
286 memcpy(pa->p_entries + pa->p_nentries, pb->p_entries, pb->p_nentries * sizeof(*pb
[all...]
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h965 bstuff *pb; local
974 pb = tabq[parent].b_q; /* find parent's list of siblings */
977 stabb = scramble[pb->val_b];
978 for (mykey=pb->list_b; mykey; mykey=mykey->nextb_k)
987 /* change pb->val_b, which will change the hashes of all parent siblings */
988 pb->val_b = (rollback ? tabq[child].oldval_q : tabq[child].newval_q);
991 stabb = scramble[pb->val_b];
992 for (mykey=pb->list_b; mykey; mykey=mykey->nextb_k)
/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/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_IKImageBrowserView.py10 def imageBrowser_writeItemsAtIndexes_toPasteboard_(self, b, st, pb): return 44
/macosx-10.10.1/rsync-45/rsync/
H A Dloadparm.c431 static BOOL set_boolean(BOOL *pb, char *parmvalue);
569 static BOOL set_boolean(BOOL *pb, char *parmvalue) argument
577 *pb = True;
582 *pb = False;
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkLabel.c625 Ttk_Box pb = Ttk_AnchorBox( local
627 ImageDraw(&l->image, tkwin, d, pb, state);
628 pb = Ttk_AnchorBox(
630 TextDraw(&l->text, tkwin, d, pb);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef391 pascal ComponentResult IDHRead( ComponentInstance idh, IDHParameterBlock *pb)
396 pb - Specifies the address of a IDHParameterBlock structure. Each of the fields are described in detail
412 pascal ComponentResult IDHWrite( ComponentInstance idh, IDHParameterBlock *pb)
417 pb - Specifies the address of a IDHParameterBlock structure. Each of the fields are described in detail
432 pascal ComponentResult IDHReleaseBuffer( ComponentInstance idh, IDHParameterBlock *pb)
437 pb - Specifies the address of the IDHParameterBlock structure that was originally passed into
451 pascal ComponentResult IDHCancelPendingIO( ComponentInstance idh, IDHParameterBlock *pb)
456 pb - Specifies the address of the IDHParameterBlock structure that was originally passed into
805 IDHParameterBlock *pb = (IDHParameterBlock *) eventRecord;
808 pb
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsapplication.py20 def writeSelectionToPasteboard_types_(self, pb, tp):
22 def readSelectionFromPasteboard_(self, pb):
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c313 const int* pb = (const int*) vb; local
314 return (*pa - *pb);
/macosx-10.10.1/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource.c1381 CInfoPBRec pb; local
1384 pb.dirInfo.ioNamePtr = dirName;
1385 pb.dirInfo.ioVRefNum = fileSpec.vRefNum;
1386 pb.dirInfo.ioDrParID = fileSpec.parID;
1387 pb.dirInfo.ioFDirIndex = -1; // Info about directory
1388 if ( pb.dirInfo.ioDrDirID != fsRtDirID ) {
1389 pb.dirInfo.ioDrDirID = pb.dirInfo.ioDrParID;
1390 err = PBGetCatInfo( &pb, false);
1394 parentSpec.parID = pb
[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/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c1348 int pb = 0;
1453 pb = octets;
1454 if (pb > octets_per_line && ! prefix_addresses && ! wide_output)
1455 pb = octets_per_line;
1462 for (j = addr_offset * opb; j < addr_offset * opb + pb; j += bpc)
1480 for (; pb < octets_per_line; pb += bpc)
1505 while (pb < octets)
1511 j = addr_offset * opb + pb;
1520 pb
1344 int pb = 0; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwutil.c2553 int a, b, c, pa, pb, pc, p; local
2564 pb = abs(pc);
2568 pb = pc < 0 ? -pc : pc;
2572 p = (pa <= pb && pa <=pc) ? a : (pb <= pc) ? b : c;
2627 int a, b, c, pa, pb, pc, p; local
2638 pb = abs(pc);
2642 pb = pc < 0 ? -pc : pc;
2645 p = (pa <= pb && pa <=pc) ? a : (pb <
[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/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c191 static int compare_drivestats(const void* pa, const void* pb);
987 compare_drivestats(const void* pa, const void* pb) argument
990 struct drivestats* b = (struct drivestats*)pb;
/macosx-10.10.1/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp680 const uint8_t *pb; local
829 pb=bytes;
833 b=*pb++;
835 b=(b<<8)|*pb++;
837 b=(b<<8)|*pb++;
840 b=(b<<8)|*pb++;
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dp_lib.c290 *pb = EC_KEY_get0_public_key(b->pkey.ec); local
291 r = EC_POINT_cmp(group, pa, pb, NULL);
/macosx-10.10.1/awk-20/src/
H A Dproto.h144 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
/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/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c3268 mp_digit *pa, *pb; local
3284 pb = DIGITS(b);
3286 w += *pa + *pb++;
3325 mp_digit *pa, *pb; local
3335 pb = DIGITS(b);
3338 w = (RADIX + *pa) - w - *pb++;
3429 mp_digit *pa, *pb, *pt, *pbt; local
3442 pb = DIGITS(b);
3443 for(ix = 0; ix < ub; ++ix, ++pb) {
3444 if(*pb
[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/autofs-246/automountd/
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/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsoutlineview.py14 def outlineView_writeItems_toPasteboard_(self, ov, items, pb): return 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsoutlineview.py17 def outlineView_writeItems_toPasteboard_(self, ov, items, pb): return 1

Completed in 332 milliseconds

123456