Home
last modified time | relevance | path

Searched refs:DEBUG_3 (Results 1 – 25 of 82) sorted by relevance

1234

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/build/
H A Dmakefile.vc184 DEBUG_3 =
187 DEBUG_3 = d
215 -if exist ..\lib\muparser$(DEBUG_3).lib del ..\lib\muparser$(DEBUG_3).lib
216 -if exist ..\lib\muparser$(DEBUG_3).dll del ..\lib\muparser$(DEBUG_3).dll
217 -if exist ..\lib\muparser$(DEBUG_3).ilk del ..\lib\muparser$(DEBUG_3).ilk
218 -if exist ..\lib\muparser$(DEBUG_3).pdb del ..\lib\muparser$(DEBUG_3).pdb
219 -if exist ..\lib\muparser$(DEBUG_3).lib del ..\lib\muparser$(DEBUG_3).lib
228 ..\lib\muparser$(DEBUG_3).lib: $(MUPARSER_LIB_OBJECTS)
236 ..\lib\muparser$(DEBUG_3).dll: $(MUPARSER_DLL_OBJECTS)
245 $(EXAMPLE1_OBJECTS) ..\lib\muparser$(DEBUG_3).lib
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_freemgr.cpp119 if ( isDebug( DEBUG_3 )) in init()
299 if ( isDebug( DEBUG_3 )) in init()
367 if ( isDebug( DEBUG_3 )) in init()
491 if ( isDebug( DEBUG_3 )) in assignSegment()
575 if ( isDebug( DEBUG_3 )) in assignSegment()
890 if ( isDebug( DEBUG_3 )) in assignSubblock()
1062 if (isDebug(DEBUG_3)) in assignSubblock()
1129 if ( isDebug( DEBUG_3 )) in releaseSegment()
1408 if ( isDebug( DEBUG_3)) in releaseSubblock()
1430 if ( isDebug( DEBUG_3)) in releaseSubblock()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/index/
H A Dwe_freemgr.cpp119 if ( isDebug( DEBUG_3 )) in init()
299 if ( isDebug( DEBUG_3 )) in init()
367 if ( isDebug( DEBUG_3 )) in init()
491 if ( isDebug( DEBUG_3 )) in assignSegment()
575 if ( isDebug( DEBUG_3 )) in assignSegment()
890 if ( isDebug( DEBUG_3 )) in assignSubblock()
1062 if (isDebug(DEBUG_3)) in assignSubblock()
1129 if ( isDebug( DEBUG_3 )) in releaseSegment()
1408 if ( isDebug( DEBUG_3)) in releaseSubblock()
1430 if ( isDebug( DEBUG_3)) in releaseSubblock()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_IV_FaceSetsextract.c5 #define DEBUG_3 macro
142 #ifdef DEBUG_3 in SUMA_IV_FaceSetsextract()
178 #ifdef DEBUG_3 in SUMA_IV_FaceSetsextract()
203 #ifdef DEBUG_3 in SUMA_IV_FaceSetsextract()
207 #ifdef DEBUG_3 in SUMA_IV_FaceSetsextract()
238 #ifdef DEBUG_3 in SUMA_IV_FaceSetsextract()
H A DSUMA_IV_XYZextract.c5 #define DEBUG_3 macro
156 #ifdef DEBUG_3 in SUMA_IV_XYZextract()
192 #ifdef DEBUG_3 in SUMA_IV_XYZextract()
219 #ifdef DEBUG_3 in SUMA_IV_XYZextract()
223 #ifdef DEBUG_3 in SUMA_IV_XYZextract()
254 #ifdef DEBUG_3 in SUMA_IV_XYZextract()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_colbufmgr.cpp144 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
163 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
179 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
198 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
252 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
278 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
486 if (fLog->isDebug( DEBUG_3 )) in writeToFile()
537 if (fLog->isDebug( DEBUG_3 )) in writeToFileExtentCheck()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_colbufmgr.cpp144 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
163 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
179 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
198 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
252 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
278 if (fLog->isDebug( DEBUG_3 )) in reserveSection()
486 if (fLog->isDebug( DEBUG_3 )) in writeToFile()
537 if (fLog->isDebug( DEBUG_3 )) in writeToFileExtentCheck()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Drenderer-clutter.c141 DEBUG_3("scale %d %d", rc->pr->width, rc->pr->height); in rc_sync_actor()
142 DEBUG_3("pos %d %d", rc->pr->x_offset, rc->pr->y_offset); in rc_sync_actor()
245 DEBUG_3("%s tex upload high prio", get_exec_time()); in rc_schedule_texture_upload()
251 DEBUG_3("%s tex upload low prio", get_exec_time()); in rc_schedule_texture_upload()
326 DEBUG_3("%s upload end", get_exec_time()); in rc_area_changed_cb()
443 DEBUG_3("rc_update_pixbuf"); in rc_update_pixbuf()
448 DEBUG_3("%s change time reset", get_exec_time()); in rc_update_pixbuf()
497 DEBUG_3("rc_update_zoom"); in rc_update_zoom()
695 DEBUG_3("rc_update_viewport scale %d %d", rc->pr->width, rc->pr->height); in rc_update_viewport()
719 DEBUG_3("rc_scroll"); in rc_scroll()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/panorama/panoparser/ptoparser/
H A Dtparserdebug.h33 # define DEBUG_3(a,b,c) fprintf(stderr, #a "\n", b, c); macro
38 # define DEBUG_3(a,b,c) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/dictionary/
H A Dtdctnry.cpp85 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertDelete()
246 m_Dctnry.setDebugLevel( DEBUG_3 ); in testGetBlockHdr()
308 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryDropCreate()
329 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryOpen()
348 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertDeleteStore()
494 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertStressStore()
558 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryMultipleInsert()
H A Dqdctnry.cpp83 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertLarge()
267 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertDelete()
426 m_Dctnry.setDebugLevel( DEBUG_3); in testDctnryInsertStress()
609 m_Dctnry.setDebugLevel( DEBUG_3 ); in testGetBlockHdr()
684 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertDeleteStore()
799 if ( m_DctnryStore.isDebug( DEBUG_3 )) in testDctnryInsertDeleteStore()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/dictionary/
H A Dtdctnry.cpp85 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertDelete()
246 m_Dctnry.setDebugLevel( DEBUG_3 ); in testGetBlockHdr()
308 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryDropCreate()
329 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryOpen()
348 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertDeleteStore()
494 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertStressStore()
558 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryMultipleInsert()
H A Dqdctnry.cpp83 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertLarge()
267 m_Dctnry.setDebugLevel( DEBUG_3 ); in testDctnryInsertDelete()
426 m_Dctnry.setDebugLevel( DEBUG_3); in testDctnryInsertStress()
609 m_Dctnry.setDebugLevel( DEBUG_3 ); in testGetBlockHdr()
684 m_DctnryStore.setDebugLevel( DEBUG_3 ); in testDctnryInsertDeleteStore()
799 if ( m_DctnryStore.isDebug( DEBUG_3 )) in testDctnryInsertDeleteStore()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Common/
H A DEdkLogger.py23 DEBUG_3 = 4 variable
42 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, DEBUG_7, DEBUG_8, DEBU…
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DEdkLogger.py18 DEBUG_3 = 4 variable
38 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5,
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Common/
H A DEdkLogger.py18 DEBUG_3 = 4 variable
38 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5,
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/Logger/
H A DLog.py43 DEBUG_3 = 4 variable
68 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/Logger/
H A DLog.py37 DEBUG_3 = 4 variable
62 _LOG_LEVELS = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Common/
H A DEdkLogger.py18 DEBUG_3 = 4 variable
38 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5,

1234