Home
last modified time | relevance | path

Searched refs:doFree (Results 1 – 25 of 97) sorted by relevance

1234

/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/list/
H A Dlistdraw.c66 bool doFree = allocsz > INITIAL_ALLOC_SIZE; in ListDraw() local
72 if (doFree) { in ListDraw()
124 bool doFree = allocsz > INITIAL_ALLOC_SIZE; in ListBSPTree() local
130 if (doFree) { in ListBSPTree()
170 bool doFree = allocsz > INITIAL_ALLOC_SIZE; in ListBSPTree() local
176 if (doFree) { in ListBSPTree()
216 bool doFree = allocsz > INITIAL_ALLOC_SIZE; in ListBSPTree() local
222 if (doFree) { in ListBSPTree()
/dports/devel/fmake/fmake-r250982/
H A Dcond.c237 Boolean doFree; in CondGetArg() local
239 cp2 = Var_Parse(cp, VAR_CMD, TRUE, &len, &doFree); in CondGetArg()
242 if (doFree) { in CondGetArg()
480 Boolean doFree; in CondToken() local
488 &varSpecLen, &doFree); in CondToken()
507 if (doFree) in CondToken()
519 doFree = TRUE; in CondToken()
717 if (doFree) in CondToken()
779 Boolean doFree; in CondToken() local
792 VAR_CMD, FALSE, &length, &doFree); in CondToken()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_ref_counted_block.cpp79 bool doFree = false; in Clear() local
88 doFree = true; in Clear()
92 if (doFree) in Clear()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/sidplay-libs/libsidplay/include/sidplay/
H A DSmartPtr.h17 doFree = bufOwner;
37 if ( doFree && (bufBegin != 0) ) in ~SmartPtrBase_sidtt()
187 bool doFree; variable
/dports/audio/fcplay/fcplay-0.0.1/
H A DSmartPtr.h17 doFree = bufOwner;
37 if ( doFree && (bufBegin != 0) ) in ~smartPtrBase()
184 bool doFree; variable
/dports/audio/libsidplay/libsidplay-1.36.60/src/
H A Dsmart.h17 doFree = bufOwner;
37 if ( doFree && (bufBegin != 0) ) in ~smartPtrBase()
188 bool doFree; variable
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidplay/include/sidplay/
H A DSmartPtr.h17 doFree = bufOwner;
37 if ( doFree && (bufBegin != 0) ) in ~SmartPtrBase_sidtt()
188 bool doFree; variable
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/sidtune/
H A DSmartPtr.h23 doFree(bufOwner), in bufBegin()
38 if (doFree && (bufBegin != nullptr)) in ~SmartPtrBase_sidtt()
186 const bool doFree; variable
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/sidtune/
H A DSmartPtr.h23 doFree(bufOwner), in bufBegin()
38 if (doFree && (bufBegin != nullptr)) in ~SmartPtrBase_sidtt()
186 const bool doFree; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/process_launcher/
H A DChildConnectionAllocator.java271 doFree(connection); in free()
308 /* package */ abstract void doFree(ChildProcessConnection connection); in doFree() method in ChildConnectionAllocator
355 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.FixedSizeAllocatorImpl
449 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.VariableSizeAllocatorImpl
511 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.Android10WorkaroundAllocatorImpl
513 mZygoteAllocator.doFree(connection); in doFree()
515 mNonZygoteAllocator.doFree(connection); in doFree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/process_launcher/
H A DChildConnectionAllocator.java284 doFree(connection); in free()
321 /* package */ abstract void doFree(ChildProcessConnection connection); in doFree() method in ChildConnectionAllocator
369 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.FixedSizeAllocatorImpl
469 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.VariableSizeAllocatorImpl
531 /* package */ void doFree(ChildProcessConnection connection) { in doFree() method in ChildConnectionAllocator.Android10WorkaroundAllocatorImpl
533 mZygoteAllocator.doFree(connection); in doFree()
535 mNonZygoteAllocator.doFree(connection); in doFree()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/resultwrapper/
H A DResultWrapper.php112 abstract protected function doFree(); function in Wikimedia\\Rdbms\\ResultWrapper
157 $this->doFree();
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGHashMap.hh280 GHashMap(bool doFree=std::is_pointer<V>::value):freeItems(doFree) { in GHashMap() argument
283 if (!std::is_pointer<V>::value) doFree=false; in GHashMap()
394 GHash(bool doFree=true) { in GHash() argument
395 this->freeItems=doFree; in GHash()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c455 Boolean doFree = FALSE; in awtJNI_GetFontData() local
497 doFree = FALSE; in awtJNI_GetFontData()
499 doFree = TRUE; in awtJNI_GetFontData()
503 doFree = FALSE; in awtJNI_GetFontData()
511 if (nativename != NULL && doFree) in awtJNI_GetFontData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c455 Boolean doFree = FALSE; in awtJNI_GetFontData() local
497 doFree = FALSE; in awtJNI_GetFontData()
499 doFree = TRUE; in awtJNI_GetFontData()
503 doFree = FALSE; in awtJNI_GetFontData()
511 if (nativename != NULL && doFree) in awtJNI_GetFontData()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c455 Boolean doFree = FALSE; in awtJNI_GetFontData() local
497 doFree = FALSE; in awtJNI_GetFontData()
499 doFree = TRUE; in awtJNI_GetFontData()
503 doFree = FALSE; in awtJNI_GetFontData()
511 if (nativename != NULL && doFree) in awtJNI_GetFontData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/common/awt/
H A Dawt_Font.c455 Boolean doFree = FALSE; in awtJNI_GetFontData() local
497 doFree = FALSE; in awtJNI_GetFontData()
499 doFree = TRUE; in awtJNI_GetFontData()
503 doFree = FALSE; in awtJNI_GetFontData()
511 if (nativename != NULL && doFree) in awtJNI_GetFontData()
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_z.h246 void doFree()//assuming that limbs exist in doFree() function
303 if(hasLimbs())doFree(); in ~IntegerTemplate()
309 if(hasLimps())doFree();
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_z.h246 void doFree()//assuming that limbs exist in doFree() function
303 if(hasLimbs())doFree(); in ~IntegerTemplate()
309 if(hasLimps())doFree();
/dports/math/gfanlib/gfan0.6.2/src/
H A Dgfanlib_z.h246 void doFree()//assuming that limbs exist in doFree() function
303 if(hasLimbs())doFree(); in ~IntegerTemplate()
309 if(hasLimps())doFree();
/dports/biology/cdbfasta/cdbfasta/gclib/
H A DGHash.hh61 GHash(bool doFree=true); // constructs of an empty hash (free the item objects)
63 void setFreeItem(bool doFree) { fFreeProc=(doFree)? &DefaultFreeProc : NULL; } in setFreeItem() argument
144 template <class OBJ> GHash<OBJ>::GHash(bool doFree) { in GHash() argument
146 fFreeProc = (doFree)?&DefaultFreeProc : NULL; in GHash()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A DGHash.hh59 GHash(bool doFree=true); // constructs of an empty hash (free the item objects)
61 void setFreeItem(bool doFree) { fFreeProc=(doFree)? &DefaultFreeProc : NULL; } in setFreeItem() argument
154 template <class OBJ> GHash<OBJ>::GHash(bool doFree) { in GHash() argument
158 fFreeProc = (doFree)?&DefaultFreeProc : NULL; in GHash()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/
H A DDomNode.java401 boolean doFree = false; in insertionEvent()
409 doFree = true; in insertionEvent()
424 if (doFree) in insertionEvent()
440 boolean doFree = false; in removalEvent()
448 doFree = true; in removalEvent()
466 if (doFree) in removalEvent()
718 boolean doFree = (event != null); in replaceChild()
832 if (doFree) in replaceChild()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/
H A DDomNode.java401 boolean doFree = false; in insertionEvent()
409 doFree = true; in insertionEvent()
424 if (doFree) in insertionEvent()
440 boolean doFree = false; in removalEvent()
448 doFree = true; in removalEvent()
466 if (doFree) in removalEvent()
718 boolean doFree = (event != null); in replaceChild()
832 if (doFree) in replaceChild()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/
H A DDomNode.java401 boolean doFree = false; in insertionEvent()
409 doFree = true; in insertionEvent()
424 if (doFree) in insertionEvent()
440 boolean doFree = false; in removalEvent()
448 doFree = true; in removalEvent()
466 if (doFree) in removalEvent()
718 boolean doFree = (event != null); in replaceChild()
832 if (doFree) in replaceChild()

1234