Searched refs:DEBUGLEVEL (Results 1 – 20 of 20) sorted by relevance
49 #ifndef DEBUGLEVEL50 # define DEBUGLEVEL 0 macro69 #if (DEBUGLEVEL>=1)78 #if (DEBUGLEVEL>=2)
24 int g_debuglevel = DEBUGLEVEL;
79 #if defined(ZSTD_MULTITHREAD) && DEBUGLEVEL >= 1 && !defined(_WIN32)
85 #if DEBUGLEVEL < 1
31 DEBUGLEVEL?= 1 macro32 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL)
31 #define DEBUGLEVEL 0 macro
33 #define DEBUGLEVEL 0 macro
81 DEBUGLEVEL ?= 1 macro84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
27 DEBUGLEVEL ?= 1 macro28 export DEBUGLEVEL # transmit value to sub-makefiles29 DEBUGFLAGS = -g -DDEBUGLEVEL=$(DEBUGLEVEL)
44 DEBUGLEVEL = 0 variable204 self.debuglevel = DEBUGLEVEL
58 DEBUGLEVEL ?= 0 macro59 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
45 DEBUGLEVEL = 0 variable196 self.debuglevel = DEBUGLEVEL
36 DEBUGLEVEL?= 1 macro37 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL)78 fullbench : DEBUGLEVEL=0 macro
480 #ifndef DEBUGLEVEL481 # define DEBUGLEVEL 0 macro484 #if (DEBUGLEVEL>=1)
506 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()1081 #if (DEBUGLEVEL>=2)
38 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \64 if (DEBUGLEVEL >= MUTEX_WAIT_TIME_DLEVEL) { \
57 #if (DEBUGLEVEL>=2)
53 DEBUGLEVEL ?= 0 macro54 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
1118 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=1) in ZDICT_trainFromBuffer()1119 params.zParams.notificationLevel = DEBUGLEVEL; in ZDICT_trainFromBuffer()
1076 #if DEBUGLEVEL >= 1 in ZSTD_assertValidSequence()