Home
last modified time | relevance | path

Searched refs:thePtr (Results 1 – 25 of 85) sorted by relevance

1234

/dports/cad/opencascade/opencascade-7.6.0/src/Poly/
H A DPoly_CoherentTriPtr.cxx77 (Poly_CoherentTriPtr * thePtr, in Remove() argument
83 if (thePtr->myNext && thePtr->myPrevious) { in Remove()
84 thePtr->myPrevious->myNext = thePtr->myNext; in Remove()
85 thePtr->myNext->myPrevious = thePtr->myPrevious; in Remove()
86 thePtr->myNext = thePtr; in Remove()
87 thePtr->myPrevious = thePtr; in Remove()
89 anAlloc->Free(thePtr); in Remove()
98 (Poly_CoherentTriPtr * thePtr, in RemoveList() argument
104 Poly_CoherentTriPtr * aPtr = thePtr; in RemoveList()
111 } while (aPtr != thePtr); in RemoveList()
H A DPoly_CoherentTriPtr.hxx50 inline Iterator (const Poly_CoherentTriPtr& thePtr) in Iterator() argument
51 : myFirst (&thePtr), in Iterator()
52 myCurrent (&thePtr) in Iterator()
148 Remove (Poly_CoherentTriPtr * thePtr,
155 RemoveList (Poly_CoherentTriPtr * thePtr,
/dports/lang/clips/clips_core_source_630/core/
H A Drulebsc.c372 struct defrule *thePtr; in EnvGetDefruleWatchActivations() local
378 thePtr != NULL; in EnvGetDefruleWatchActivations()
379 thePtr = thePtr->disjunct) in EnvGetDefruleWatchActivations()
394 struct defrule *thePtr; in EnvGetDefruleWatchFirings() local
400 thePtr != NULL; in EnvGetDefruleWatchFirings()
401 thePtr = thePtr->disjunct) in EnvGetDefruleWatchFirings()
417 struct defrule *thePtr; in EnvSetDefruleWatchActivations() local
423 thePtr != NULL; in EnvSetDefruleWatchActivations()
424 thePtr = thePtr->disjunct) in EnvSetDefruleWatchActivations()
444 thePtr != NULL; in EnvSetDefruleWatchFirings()
[all …]
H A Dprntutil.c467 void *thePtr; in FloatToString() local
476 return(ValueToString(thePtr)); in FloatToString()
483 return(ValueToString(thePtr)); in FloatToString()
494 void *thePtr; in LongIntegerToString() local
499 return(ValueToString(thePtr)); in LongIntegerToString()
509 void *thePtr; in DataObjectToString() local
551 thePtr = DOPToPointer(theDO); in DataObjectToString()
577 return(ValueToString(thePtr)); in DataObjectToString()
584 thePtr = DOPToPointer(theDO); in DataObjectToString()
587 return(ValueToString(thePtr)); in DataObjectToString()
[all …]
/dports/devel/hapy/Hapy-0.0.8/src/include/Hapy/
H A DRulePtr.h21 operator void*() const { return thePtr; }
22 bool operator !() const { return !thePtr; }
24 bool operator ==(const RulePtr &p) { return thePtr == p.thePtr; }
29 RuleBase *operator ->() { return thePtr; }
30 RuleBase &operator *() { return *thePtr; }
31 const RuleBase *operator ->() const { return thePtr; }
32 const RuleBase &operator *() const { return *thePtr; }
35 RuleBase *thePtr;
/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Memory.c291 { void *thePtr;
299 if (thePtr == NULL)
306 if (thePtr != NULL)
325 return(thePtr);
337 { void *thePtr;
350 if (thePtr == NULL)
377 return(thePtr);
397 realPtr = *thePtr;
423 *thePtr = NULL;
449 realPtr = *thePtr;
[all …]
H A DE3Memory.h81 void E3Memory_Free(void **thePtr);
82 TQ3Status E3Memory_Reallocate(void **thePtr, TQ3Uns32 newSize);
83 void E3Memory_Initialize(void *thePtr, TQ3Uns32 theSize, TQ3Uns8 theValue);
84 void E3Memory_Clear(void *thePtr, TQ3Uns32 theSize);
95 TQ3Boolean E3Memory_IsValidBlock( void *thePtr );
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DMemory.c155 Q3Memory_Free_(void **thePtr) in Q3Memory_Free_() argument
160 Q3_REQUIRE(Q3_VALID_PTR(thePtr)); in Q3Memory_Free_()
178 E3Memory_Free(thePtr); in Q3Memory_Free_()
189 Q3Memory_Reallocate_(void **thePtr, TQ3Uns32 newSize) in Q3Memory_Reallocate_() argument
194 Q3_REQUIRE_OR_RESULT(Q3_VALID_PTR(thePtr), kQ3Failure); in Q3Memory_Reallocate_()
215 return(E3Memory_Reallocate(thePtr, newSize)); in Q3Memory_Reallocate_()
231 Q3_REQUIRE(Q3_VALID_PTR(thePtr)); in Q3Memory_Initialize()
256 E3Memory_Initialize(thePtr, theSize, theValue); in Q3Memory_Initialize()
272 Q3Memory_Clear(void *thePtr, TQ3Uns32 theSize) in Q3Memory_Clear() argument
277 Q3_REQUIRE(Q3_VALID_PTR(thePtr)); in Q3Memory_Clear()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStandard_Handle.hxx62 handle (const T *thePtr) : entity(const_cast<T*>(thePtr)) in handle() argument
97 void reset (T* thePtr) in reset() argument
99 Assign (thePtr); in reset()
110 handle& operator= (const T* thePtr) in operator =() argument
112 Assign (const_cast<T*>(thePtr)); in operator =()
144 bool operator== (const T2 *thePtr) const in operator ==()
146 return get() == thePtr; in operator ==()
167 return get() != thePtr; in operator !=()
195 DownCast (const T2* thePtr) in DownCast() argument
376 if (thePtr == entity) in Assign()
[all …]
H A DOpenGl_GlCore11.hxx251 inline void glIndexPointer (GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glIndexPointer()
253 ::glIndexPointer (theType, theStride, thePtr); in glIndexPointer()
257 …nline void glVertexPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glVertexPointer()
259 ::glVertexPointer (theSize, theType, theStride, thePtr); in glVertexPointer()
263 inline void glNormalPointer (GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glNormalPointer()
265 ::glNormalPointer (theType, theStride, thePtr); in glNormalPointer()
269 …inline void glColorPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glColorPointer()
271 ::glColorPointer (theSize, theType, theStride, thePtr); in glColorPointer()
275 …ine void glTexCoordPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glTexCoordPointer()
277 ::glTexCoordPointer (theSize, theType, theStride, thePtr); in glTexCoordPointer()
H A DPoly_CoherentTriPtr.hxx50 inline Iterator (const Poly_CoherentTriPtr& thePtr) in Iterator() argument
51 : myFirst (&thePtr), in Iterator()
52 myCurrent (&thePtr) in Iterator()
148 Remove (Poly_CoherentTriPtr * thePtr,
155 RemoveList (Poly_CoherentTriPtr * thePtr,
H A DStandard.hxx46 Standard_EXPORT static void Free (const Standard_Address thePtr);
51 static inline void Free (T*& thePtr) in Free() argument
53 Free ((void*)thePtr); in Free()
54 thePtr = 0; in Free()
H A DTColStd_PackedMapOfInteger.hxx53 TColStd_intMapNode (TColStd_intMapNode* thePtr = NULL) in TColStd_intMapNode() argument
54 : myNext (thePtr), myMask (0), myData (0) {} in TColStd_intMapNode()
56 TColStd_intMapNode (Standard_Integer theValue, TColStd_intMapNode*& thePtr) in TColStd_intMapNode() argument
57 : myNext (thePtr), in TColStd_intMapNode()
61 TColStd_intMapNode (unsigned int theMask, unsigned int theData, TColStd_intMapNode* thePtr) in TColStd_intMapNode() argument
62 : myNext (thePtr), in TColStd_intMapNode()
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_Handle.hxx62 handle (const T *thePtr) : entity(const_cast<T*>(thePtr)) in handle() argument
97 void reset (T* thePtr) in reset() argument
99 Assign (thePtr); in reset()
110 handle& operator= (const T* thePtr) in operator =() argument
112 Assign (const_cast<T*>(thePtr)); in operator =()
144 bool operator== (const T2 *thePtr) const in operator ==()
146 return get() == thePtr; in operator ==()
167 return get() != thePtr; in operator !=()
195 DownCast (const T2* thePtr) in DownCast() argument
376 if (thePtr == entity) in Assign()
[all …]
H A DStandard.hxx46 Standard_EXPORT static void Free (const Standard_Address thePtr);
51 static inline void Free (T*& thePtr) in Free() argument
53 Free ((void*)thePtr); in Free()
54 thePtr = 0; in Free()
H A DStandard_CString.cxx70 …#define strtod_l(thePtr, theNextPtr, theLocale) _strtod_l(thePtr, theNextPtr, theLo… argument
87 #define strtod_l(thePtr, theNextPtr, theLocale) strtod(thePtr, theNextPtr) argument
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStandard_Handle.hxx62 handle (const T *thePtr) : entity(const_cast<T*>(thePtr)) in handle() argument
97 void reset (T* thePtr) in reset() argument
99 Assign (thePtr); in reset()
110 handle& operator= (const T* thePtr) in operator =() argument
112 Assign (const_cast<T*>(thePtr)); in operator =()
144 bool operator== (const T2 *thePtr) const in operator ==()
146 return get() == thePtr; in operator ==()
167 return get() != thePtr; in operator !=()
195 DownCast (const T2* thePtr) in DownCast() argument
376 if (thePtr == entity) in Assign()
[all …]
H A DPoly_CoherentTriPtr.hxx50 inline Iterator (const Poly_CoherentTriPtr& thePtr) in Iterator() argument
51 : myFirst (&thePtr), in Iterator()
52 myCurrent (&thePtr) in Iterator()
148 Remove (Poly_CoherentTriPtr * thePtr,
155 RemoveList (Poly_CoherentTriPtr * thePtr,
H A DStandard.hxx46 Standard_EXPORT static void Free (const Standard_Address thePtr);
51 static inline void Free (T*& thePtr) in Free() argument
53 Free ((void*)thePtr); in Free()
54 thePtr = 0; in Free()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlCore11.hxx251 inline void glIndexPointer (GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glIndexPointer()
253 ::glIndexPointer (theType, theStride, thePtr); in glIndexPointer()
257 …nline void glVertexPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glVertexPointer()
259 ::glVertexPointer (theSize, theType, theStride, thePtr); in glVertexPointer()
263 inline void glNormalPointer (GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glNormalPointer()
265 ::glNormalPointer (theType, theStride, thePtr); in glNormalPointer()
269 …inline void glColorPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glColorPointer()
271 ::glColorPointer (theSize, theType, theStride, thePtr); in glColorPointer()
275 …ine void glTexCoordPointer (GLint theSize, GLenum theType, GLsizei theStride, const GLvoid* thePtr) in glTexCoordPointer()
277 ::glTexCoordPointer (theSize, theType, theStride, thePtr); in glTexCoordPointer()
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Common/
H A DGLUtils.c386 void* thePtr = NULL; in GLGetProcAddress() local
395 thePtr = CFBundleGetFunctionPointerForName( theBundle, nameCF ); in GLGetProcAddress()
401 return thePtr; in GLGetProcAddress()
409 void* thePtr = NULL; in GLGetProcAddress() local
426 thePtr = NSAddressOfSymbol( symbol ); in GLGetProcAddress()
431 return thePtr; in GLGetProcAddress()
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaMemory.h188 void **thePtr
227 void **thePtr,
256 void *thePtr,
282 void *thePtr,
/dports/cad/opencascade/opencascade-7.6.0/src/TColStd/
H A DTColStd_PackedMapOfInteger.hxx53 TColStd_intMapNode (TColStd_intMapNode* thePtr = NULL) in TColStd_intMapNode() argument
54 : myNext (thePtr), myMask (0), myData (0) {} in TColStd_intMapNode()
56 TColStd_intMapNode (Standard_Integer theValue, TColStd_intMapNode*& thePtr) in TColStd_intMapNode() argument
57 : myNext (thePtr), in TColStd_intMapNode()
61 TColStd_intMapNode (unsigned int theMask, unsigned int theData, TColStd_intMapNode* thePtr) in TColStd_intMapNode() argument
62 : myNext (thePtr), in TColStd_intMapNode()
/dports/graphics/quesa/quesa-1.8/Source/Core/Support/
H A DE3HashTable.c107 TQ3Uns8 *thePtr; in e3hash_find_node() local
118 thePtr = (TQ3Uns8 *) &theKey; in e3hash_find_node()
120 theIndex = (27*thePtr[0] + 9*thePtr[1] + 3*thePtr[2] + thePtr[3]) & (theTable->tableSize - 1); in e3hash_find_node()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_AlignedAllocator.cxx47 void NCollection_AlignedAllocator::Free (void* thePtr) in Free() argument
49 Standard::FreeAligned (thePtr); in Free()

1234