Searched refs:ptr1 (Results 76 - 100 of 119) sorted by relevance

12345

/macosx-10.9.5/CF-855.17/
H A DCFStorage.c917 uint8_t *ptr1, *ptr2; local
926 ptr1 = ptr2 = NULL;
930 if (loc >= range1.location + range1.length) ptr1 = (uint8_t *)CFStorageGetValueAtIndex(storage1, loc, &range1);
935 if (memcmp(ptr1, ptr2, valueSize * cntThisTime) != 0) return false;
936 ptr1 += valueSize * cntThisTime;
H A DCFString.c1663 static Boolean __cStrEqual(const void *ptr1, const void *ptr2) { argument
1664 return (strcmp((const char *)ptr1, (const char *)ptr2) == 0);
3277 static Boolean __rangeEqual(const void *ptr1, const void *ptr2) { argument
3278 CFRange range1 = *(CFRange *)ptr1;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c2676 unsigned short *ptr = a->n, *ptr1, *ptr2; local
2694 ptr1 = ptr2 = ptr;
2698 ptr1 += cur_term - asize;
2703 while(ptr1 < ptr2) {
2704 temp = *ptr1++ * *ptr2--;
2708 if (ptr1 == ptr2) {
2709 temp = *ptr1;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c2676 unsigned short *ptr = a->n, *ptr1, *ptr2; local
2694 ptr1 = ptr2 = ptr;
2698 ptr1 += cur_term - asize;
2703 while(ptr1 < ptr2) {
2704 temp = *ptr1++ * *ptr2--;
2708 if (ptr1 == ptr2) {
2709 temp = *ptr1;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dhp-symtab.h1262 dnttpointer ptr1 ; /* link from template */ member in struct:dntt_type_link
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCmdIL.c2490 listRepPtr = (List *) listPtr->internalRep.twoPtrValue.ptr1;
2683 listPtr = (List *) resultObj->internalRep.twoPtrValue.ptr1;
2700 if (((List *) objv[1]->internalRep.twoPtrValue.ptr1)->refCount > 1) {
3804 listRepPtr = (List *) resultPtr->internalRep.twoPtrValue.ptr1;
H A DtclNamesp.c2738 resNamePtr = (ResolvedNsName *) objPtr->internalRep.twoPtrValue.ptr1;
2749 resNamePtr = (ResolvedNsName *) objPtr->internalRep.twoPtrValue.ptr1;
4652 objPtr->internalRep.twoPtrValue.ptr1;
4704 srcPtr->internalRep.twoPtrValue.ptr1;
4706 copyPtr->internalRep.twoPtrValue.ptr1 = resNamePtr;
4778 objPtr->internalRep.twoPtrValue.ptr1 = resNamePtr;
H A Dtcl.h770 VOID *ptr1; member in struct:Tcl_Obj::__anon12704::__anon12705
H A DtclUtil.c1183 listRepPtr = (List *) objPtr->internalRep.twoPtrValue.ptr1;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp981 ->internalRep.twoPtrValue.ptr1 != tag) {
1006 objPtr->internalRep.twoPtrValue.ptr1 = tag;
1050 return (int &)obj_->internalRep.twoPtrValue.ptr1;
1100 objPtr->internalRep.twoPtrValue.ptr1 = (void*)i;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h525 VOID *ptr1; member in struct:Tcl_Obj::__anon13367::__anon13368
H A Dtcl.h.orig525 VOID *ptr1;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkConfig.c1141 if (objPtr->internalRep.twoPtrValue.ptr1 == (void *) tablePtr) {
1160 objPtr->internalRep.twoPtrValue.ptr1 = (void *) tablePtr;
H A DtkTextIndex.c62 ((TkTextIndex *) (objPtr)->internalRep.twoPtrValue.ptr1)
66 ((objPtr)->internalRep.twoPtrValue.ptr1 = (VOID *) (indexPtr))
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConfig.c1160 if (objPtr->internalRep.twoPtrValue.ptr1 == (VOID *) tablePtr) {
1179 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) tablePtr;
/macosx-10.9.5/vim-53/src/
H A Dgetchar.c4234 char_u **ptr1; local
4242 ptr1 = *file;
4243 ptr2 = ptr1 + 1;
4244 ptr3 = ptr1 + count;
4248 if (STRCMP(*ptr1, *ptr2))
4249 *++ptr1 = *ptr2++;
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c845 void *ptr1 = NULL, *ptr2 = NULL; local
857 ptr1 = image1;
859 if (ptr1 == NULL) {
863 ptr1 = (void *) bitmap1;
866 if (ptr1 == NULL) {
870 ptr1 = (item->state & STATE_OPEN) ? &themeOpen : &themeClosed;
873 if (ptr1 == NULL) {
875 ptr1 = (item->state & STATE_OPEN) ? &butOpen : &butClosed;
905 } else if (ptr1 != ptr2) {
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dtcl.h807 VOID *ptr1;
805 VOID *ptr1; member in struct:Tcl_Obj::__anon12786::__anon12787
/macosx-10.9.5/ruby-104/ruby/
H A Dstring.c2312 const char *ptr1, *ptr2; local
2316 RSTRING_GETMEM(str1, ptr1, len1);
2318 if (ptr1 == ptr2 || (retval = memcmp(ptr1, ptr2, lesser(len1, len2))) == 0) {
2339 const char *ptr1, *ptr2; local
2343 if ((ptr1 = RSTRING_PTR(str1)) == (ptr2 = RSTRING_PTR(str2)))
2345 if (memcmp(ptr1, ptr2, len) == 0)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-ia64.c231 static int elfNN_ia64_local_htab_eq PARAMS ((const void *ptr1,
1939 elfNN_ia64_local_htab_eq (ptr1, ptr2)
1940 const void *ptr1, *ptr2;
1943 = (struct elfNN_ia64_local_hash_entry *) ptr1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c1919 unsigned char *ptr1 = index (user, ':');
1920 if (ptr1 != 0 && ptr1 - user < len)
1921 len = ptr1 - user;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a1/
H A Dtcl.h417 VOID *ptr1; member in struct:Tcl_Obj::__anon13333::__anon13334
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a2/
H A Dtcl.h390 VOID *ptr1; member in struct:Tcl_Obj::__anon13338::__anon13339
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h402 VOID *ptr1; member in struct:Tcl_Obj::__anon13343::__anon13344
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b2/
H A Dtcl.h396 VOID *ptr1; member in struct:Tcl_Obj::__anon13349::__anon13350

Completed in 489 milliseconds

12345