Home
last modified time | relevance | path

Searched refs:DEBUG_STATS (Results 1 – 25 of 135) sorted by relevance

123456

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DappIdStats.c157 # ifdef DEBUG_STATS in appIdStatsUpdate()
192 # ifdef DEBUG_STATS in appIdStatsUpdate()
228 # ifdef DEBUG_STATS in appIdStatsUpdate()
336 # ifdef DEBUG_STATS in getStatsBucket()
364 # ifdef DEBUG_STATS in getStatsBucket()
384 # ifdef DEBUG_STATS in getStatsBucket()
421 # ifdef DEBUG_STATS in dumpStats2()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dgc.py36 DEBUG_STATS = None variable
/dports/devel/efl/efl-1.25.1/src/modules/evas/image_savers/tgv/
H A Devas_image_save_tgv.c20 # define DEBUG_STATS macro
185 #ifdef DEBUG_STATS in evas_image_save_file_tgv()
441 #ifdef DEBUG_STATS in evas_image_save_file_tgv()
515 #ifdef DEBUG_STATS in evas_image_save_file_tgv()
/dports/devel/py-blist/blist-1.3.6/blist/test/
H A Dtest_list.py32 gc.set_debug(gc.DEBUG_STATS)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dgc.pyi19 DEBUG_STATS: int
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dgc.pyi19 DEBUG_STATS: int
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2/
H A Dgc.pyi23 DEBUG_STATS: int
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dgc.pyi23 DEBUG_STATS: int
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/plugins/examplars/memory_debugger/
H A D__init__.py40 gc.set_debug(gc.DEBUG_STATS | gc.DEBUG_COLLECTABLE | gc.DEBUG_UNCOLLECTABLE)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dgc.pyi10 DEBUG_STATS: int
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dgc.pyi10 DEBUG_STATS: int
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dgc.pyi7 DEBUG_STATS: int
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dgc.pyi7 DEBUG_STATS: int
/dports/ftp/omi/omi/
H A Domi.h75 #define DEBUG_STATS 0x0000800 // summary statistics (if activity) macro
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dstats.c63 #define DEBUG_STATS 0 macro
68 #if DEBUG_STATS
396 #if DEBUG_STATS in clamav_stats_submit()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dstats.c63 #define DEBUG_STATS 0 macro
68 #if DEBUG_STATS
396 #if DEBUG_STATS in clamav_stats_submit()
/dports/graphics/pixie/Pixie/src/ri/
H A Dsurface.cpp532 #ifdef DEBUG_STATS
533 static int tessPerLevel[DEBUG_STATS*TESSELATION_NUM_LEVELS];
534 static int tessPerDepth[DEBUG_STATS];
583 #ifdef DEBUG_STATS in CTesselationPatch()
692 #ifdef DEBUG_STATS in intersect()
1960 #ifdef DEBUG_STATS in initTesselations()
1961 for(int i=0;i<TESSELATION_NUM_LEVELS*DEBUG_STATS;i++) tessPerLevel[i] = 0; in initTesselations()
1962 for(int i=0;i<DEBUG_STATS;i++) tessPerDepth[i] = 0; in initTesselations()
1981 #ifdef DEBUG_STATS in shutdownTesselations()
1982 for(int d = 0; d < DEBUG_STATS; d++) { in shutdownTesselations()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dgcmodule.c156 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
887 if (debug & DEBUG_STATS) { in collect()
992 if (debug & DEBUG_STATS) { in collect()
1417 ADD_INT(DEBUG_STATS); in initgc()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dgcmodule.c156 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
887 if (debug & DEBUG_STATS) { in collect()
992 if (debug & DEBUG_STATS) { in collect()
1417 ADD_INT(DEBUG_STATS); in initgc()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c116 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
839 if (debug & DEBUG_STATS) { in collect()
941 if (debug & DEBUG_STATS) { in collect()
1366 ADD_INT(DEBUG_STATS); in initgc()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheIndex.h30 #define DEBUG_STATS 1 macro
486 #ifdef DEBUG_STATS in BeforeChange()
558 #ifdef DEBUG_STATS in AfterChange()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheIndex.h30 #define DEBUG_STATS 1 macro
545 #ifdef DEBUG_STATS in BeforeChange()
619 #ifdef DEBUG_STATS in AfterChange()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dgcmodule.c49 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
812 if (_PyRuntime.gc.debug & DEBUG_STATS) { in collect()
925 if (_PyRuntime.gc.debug & DEBUG_STATS) { in collect()
1549 ADD_INT(DEBUG_STATS); in PyInit_gc()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheIndex.h31 # define DEBUG_STATS 1 macro
581 #ifdef DEBUG_STATS in BeforeChange()
661 #ifdef DEBUG_STATS in AfterChange()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dgcmodule.c118 #define DEBUG_STATS (1<<0) /* print collection statistics */ macro
1019 if (state->debug & DEBUG_STATS) { in collect()
1133 if (state->debug & DEBUG_STATS) { in collect()
1817 ADD_INT(DEBUG_STATS); in PyInit_gc()

123456