Searched refs:ptr1 (Results 26 - 50 of 119) sorted by relevance

12345

/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkBitmap.c125 * ptr1 field of the Tcl_Obj points to a TkBitmap object.
175 bitmapPtr = (TkBitmap *) objPtr->internalRep.twoPtrValue.ptr1;
214 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) bitmapPtr;
225 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) bitmapPtr;
746 TkBitmap *bitmapPtr = (TkBitmap *) objPtr->internalRep.twoPtrValue.ptr1;
754 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) NULL;
782 TkBitmap *bitmapPtr = (TkBitmap *) srcObjPtr->internalRep.twoPtrValue.ptr1;
785 dupObjPtr->internalRep.twoPtrValue.ptr1 = (VOID *) bitmapPtr;
925 bitmapPtr = (TkBitmap *) objPtr->internalRep.twoPtrValue.ptr1;
949 objPtr->internalRep.twoPtrValue.ptr1
[all...]
H A Dtk3d.c94 borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
144 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) borderPtr;
156 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) borderPtr;
541 TkBorder *borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
549 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) NULL;
577 TkBorder *borderPtr = (TkBorder *) srcObjPtr->internalRep.twoPtrValue.ptr1;
580 dupObjPtr->internalRep.twoPtrValue.ptr1 = (VOID *) borderPtr;
1298 borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
1331 objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) borderPtr;
1382 objPtr->internalRep.twoPtrValue.ptr1
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclDTrace.d161 void *ptr1;
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsupport.c570 char ptr1[MAX_PATH]; local
677 memset(ptr1,0,MAX_PATH);
682 GetEnvironmentVariable("USERPROFILE",ptr1,MAX_PATH);
686 ptr1[MAX_PATH -1] = ptr2[MAX_PATH-1] = ptr3[MAX_PATH-1]= 0;
689 if (!ptr1[0] || osver.dwMajorVersion <4) {
693 wsprintfA(temp, "%s",ptr1);
699 rc = GetWindowsDirectory(ptr1,MAX_PATH);
704 (void)StringCbPrintf(temp,sizeof(temp),"%s",ptr1);
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp.h536 const Arg& ptr1 = no_arg,
554 const Arg& ptr1 = no_arg,
572 const Arg& ptr1 = no_arg,
590 const Arg& ptr1 = no_arg,
H A Dpcrecpp.cc152 const Arg& ptr1,
170 if (&ptr1 == &no_arg) goto done; args[n++] = &ptr1;
194 const Arg& ptr1,
212 if (&ptr1 == &no_arg) goto done; args[n++] = &ptr1;
236 const Arg& ptr1,
254 if (&ptr1 == &no_arg) goto done; args[n++] = &ptr1;
284 const Arg& ptr1,
151 FullMatch(const StringPiece& text, const Arg& ptr1, const Arg& ptr2, const Arg& ptr3, const Arg& ptr4, const Arg& ptr5, const Arg& ptr6, const Arg& ptr7, const Arg& ptr8, const Arg& ptr9, const Arg& ptr10, const Arg& ptr11, const Arg& ptr12, const Arg& ptr13, const Arg& ptr14, const Arg& ptr15, const Arg& ptr16) const argument
193 PartialMatch(const StringPiece& text, const Arg& ptr1, const Arg& ptr2, const Arg& ptr3, const Arg& ptr4, const Arg& ptr5, const Arg& ptr6, const Arg& ptr7, const Arg& ptr8, const Arg& ptr9, const Arg& ptr10, const Arg& ptr11, const Arg& ptr12, const Arg& ptr13, const Arg& ptr14, const Arg& ptr15, const Arg& ptr16) const argument
235 Consume(StringPiece* input, const Arg& ptr1, const Arg& ptr2, const Arg& ptr3, const Arg& ptr4, const Arg& ptr5, const Arg& ptr6, const Arg& ptr7, const Arg& ptr8, const Arg& ptr9, const Arg& ptr10, const Arg& ptr11, const Arg& ptr12, const Arg& ptr13, const Arg& ptr14, const Arg& ptr15, const Arg& ptr16) const argument
283 FindAndConsume(StringPiece* input, const Arg& ptr1, const Arg& ptr2, const Arg& ptr3, const Arg& ptr4, const Arg& ptr5, const Arg& ptr6, const Arg& ptr7, const Arg& ptr8, const Arg& ptr9, const Arg& ptr10, const Arg& ptr11, const Arg& ptr12, const Arg& ptr13, const Arg& ptr14, const Arg& ptr15, const Arg& ptr16) const argument
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Denumerator.c367 struct enumerator *ptr0, *ptr1; local
376 TypedData_Get_Struct(obj, struct enumerator, &enumerator_data_type, ptr1);
378 if (!ptr1) {
382 ptr1->obj = ptr0->obj;
383 ptr1->meth = ptr0->meth;
384 ptr1->args = ptr0->args;
385 ptr1->fib = 0;
386 ptr1->lookahead = Qundef;
387 ptr1->feedvalue = Qundef;
388 ptr1
1193 struct generator *ptr0, *ptr1; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A Dtk3d.c95 borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
143 objPtr->internalRep.twoPtrValue.ptr1 = (void *) borderPtr;
155 objPtr->internalRep.twoPtrValue.ptr1 = (void *) borderPtr;
534 TkBorder *borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
542 objPtr->internalRep.twoPtrValue.ptr1 = NULL;
570 TkBorder *borderPtr = (TkBorder *) srcObjPtr->internalRep.twoPtrValue.ptr1;
573 dupObjPtr->internalRep.twoPtrValue.ptr1 = (void *) borderPtr;
1275 borderPtr = (TkBorder *) objPtr->internalRep.twoPtrValue.ptr1;
1308 objPtr->internalRep.twoPtrValue.ptr1 = (void *) borderPtr;
1359 objPtr->internalRep.twoPtrValue.ptr1
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/dl/
H A Dcptr.c411 void *ptr1, *ptr2; local
415 ptr1 = rb_dlptr2cptr(self);
418 return ptr1 == ptr2 ? Qtrue : Qfalse;
431 void *ptr1, *ptr2; local
436 ptr1 = rb_dlptr2cptr(self);
438 diff = (SIGNED_VALUE)ptr1 - (SIGNED_VALUE)ptr2;
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/
H A Dpointer.c459 void *ptr1, *ptr2; local
463 ptr1 = rb_fiddle_ptr2cptr(self);
466 return ptr1 == ptr2 ? Qtrue : Qfalse;
480 void *ptr1, *ptr2; local
485 ptr1 = rb_fiddle_ptr2cptr(self);
487 diff = (SIGNED_VALUE)ptr1 - (SIGNED_VALUE)ptr2;
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DDbValue.cpp178 BlobValue::Comparator::operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length) argument
180 return memcmp(ptr1, ptr2, length);
348 StringValue::Comparator::operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length) argument
350 return strncmp(reinterpret_cast<const char *>(ptr1),
H A DDbValue.h139 virtual int operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length);
173 virtual int operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length);
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DDbValue.cpp178 BlobValue::Comparator::operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length) argument
180 return memcmp(ptr1, ptr2, length);
348 StringValue::Comparator::operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length) argument
350 return strncmp(reinterpret_cast<const char *>(ptr1),
H A DDbValue.h139 virtual int operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length);
173 virtual int operator () (const uint8 *ptr1, const uint8 *ptr2, uint32 length);
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclDTrace.d187 void *ptr1;
H A DtclProc.c67 * encoding the type of level reference in ptr1 and the actual parsed out
83 * Internally, ptr1 is a pointer to a Proc instance that is not bound to a
803 if (PTR2INT(objPtr->internalRep.twoPtrValue.ptr1)) {
834 objPtr->internalRep.twoPtrValue.ptr1 = (void *) 0;
849 objPtr->internalRep.twoPtrValue.ptr1 = (void *) 1;
2433 Proc *procPtr = srcPtr->internalRep.twoPtrValue.ptr1;
2436 copyPtr->internalRep.twoPtrValue.ptr1 = procPtr;
2449 Proc *procPtr = objPtr->internalRep.twoPtrValue.ptr1;
2626 objPtr->internalRep.twoPtrValue.ptr1 = procPtr;
2677 procPtr = lambdaPtr->internalRep.twoPtrValue.ptr1;
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmltok_impl.c1619 PREFIX(sameName)(const ENCODING *enc, const char *ptr1, const char *ptr2) argument
1622 switch (BYTE_TYPE(enc, ptr1)) {
1625 if (*ptr1++ != *ptr2++) \
1630 if (*ptr1++ != *ptr2++)
1642 if (*ptr2++ != *ptr1++)
1645 if (*ptr2++ != *ptr1++)
1648 if (*ptr2++ != *ptr1++)
1651 if (*ptr2++ != *ptr1++)
1658 if (MINBPC(enc) == 1 && *ptr1 == *ptr2)
1683 PREFIX(nameMatchesAscii)(const ENCODING *enc, const char *ptr1, argument
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmltok_impl.c1619 PREFIX(sameName)(const ENCODING *enc, const char *ptr1, const char *ptr2) argument
1622 switch (BYTE_TYPE(enc, ptr1)) {
1625 if (*ptr1++ != *ptr2++) \
1630 if (*ptr1++ != *ptr2++)
1642 if (*ptr2++ != *ptr1++)
1645 if (*ptr2++ != *ptr1++)
1648 if (*ptr2++ != *ptr1++)
1651 if (*ptr2++ != *ptr1++)
1658 if (MINBPC(enc) == 1 && *ptr1 == *ptr2)
1683 PREFIX(nameMatchesAscii)(const ENCODING *enc, const char *ptr1, argument
[all...]
/macosx-10.9.5/expat-12/expat/lib/
H A Dxmltok_impl.c1622 PREFIX(sameName)(const ENCODING *enc, const char *ptr1, const char *ptr2) argument
1625 switch (BYTE_TYPE(enc, ptr1)) {
1628 if (*ptr1++ != *ptr2++) \
1633 if (*ptr1++ != *ptr2++)
1645 if (*ptr2++ != *ptr1++)
1648 if (*ptr2++ != *ptr1++)
1651 if (*ptr2++ != *ptr1++)
1654 if (*ptr2++ != *ptr1++)
1661 if (MINBPC(enc) == 1 && *ptr1 == *ptr2)
1686 PREFIX(nameMatchesAscii)(const ENCODING *enc, const char *ptr1, argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dxmltok_impl.c1622 PREFIX(sameName)(const ENCODING *enc, const char *ptr1, const char *ptr2) argument
1625 switch (BYTE_TYPE(enc, ptr1)) {
1628 if (*ptr1++ != *ptr2++) \
1633 if (*ptr1++ != *ptr2++)
1645 if (*ptr2++ != *ptr1++)
1648 if (*ptr2++ != *ptr1++)
1651 if (*ptr2++ != *ptr1++)
1654 if (*ptr2++ != *ptr1++)
1661 if (MINBPC(enc) == 1 && *ptr1 == *ptr2)
1686 PREFIX(nameMatchesAscii)(const ENCODING *enc, const char *ptr1, argument
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dsubst.c3770 char *ptr1, *ptr2, *ptr3, *lptr, c, *test, *sep, *t, *tt, tc, *e; local
3807 ptr1 = *ptr;
3809 charlen = MB_METACHARLENCONV(ptr1, &del);
3812 del = (wint_t)((*ptr1 == Meta) ? ptr1[1] ^ 32 : *ptr1);
3814 ptr1 += charlen;
3815 for (ptr2 = ptr1, charlen = 0; *ptr2; ptr2 += charlen) {
3861 if (*ptr1) {
3863 hsubl = ztrdup(ptr1);
[all...]
/macosx-10.9.5/bc-21/bc/lib/
H A Dnumber.c938 unsigned char *ptr1, *ptr2, *n2ptr, *qptr; local
1062 ptr1 = (unsigned char *) num1+qdig+len2;
1066 val = (int) *ptr1 - (int) *ptr2-- - borrow;
1074 *ptr1-- = val;
1082 ptr1 = (unsigned char *) num1+qdig+len2;
1087 val = (int) *ptr1 + (int) *ptr2-- + carry;
1095 *ptr1-- = val;
1097 if (carry == 1) *ptr1 = (*ptr1 + 1) % 10;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOWorkLoop.cpp636 void * ptr1; local
639 ptr1 = OSMemberFunctionCast(void*, inEventSource, &IOEventSource::checkForWork);
642 if (ptr1 == ptr2)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dp.c86 p->sfirst->self->internalRep.twoPtrValue.ptr1 = NULL;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantIntegers.c1423 giantDigit *ptr1; local
1449 ptr1 = ptr2 = ptr;
1453 ptr1 += cur_term - asize;
1465 while(ptr1 < ptr2) {
1467 * temp = *ptr1++ * *ptr2--;
1469 giantMulDigits(*ptr1++, *ptr2--, &tempLo, &tempHi);
1487 if (ptr1 == ptr2) {
1489 * temp = *ptr1;
1492 giantMulDigits(*ptr1, *ptr1,
[all...]

Completed in 197 milliseconds

12345