Home
last modified time | relevance | path

Searched refs:DEBUGLEVEL (Results 1 – 20 of 20) sorted by relevance

/external/zstd/lib/common/
Ddebug.h49 #ifndef DEBUGLEVEL
50 # define DEBUGLEVEL 0 macro
69 #if (DEBUGLEVEL>=1)
78 #if (DEBUGLEVEL>=2)
Ddebug.c24 int g_debuglevel = DEBUGLEVEL;
Dthreading.c79 #if defined(ZSTD_MULTITHREAD) && DEBUGLEVEL >= 1 && !defined(_WIN32)
Dthreading.h85 #if DEBUGLEVEL < 1
/external/lz4/ossfuzz/
DMakefile31 DEBUGLEVEL?= 1 macro
32 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL)
/external/zstd/contrib/single_file_libs/
Dzstddeclib-in.c31 #define DEBUGLEVEL 0 macro
Dzstd-in.c33 #define DEBUGLEVEL 0 macro
/external/zstd/
DMakefile81 DEBUGLEVEL ?= 1 macro
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
/external/zstd/tests/
DMakefile27 DEBUGLEVEL ?= 1 macro
28 export DEBUGLEVEL # transmit value to sub-makefiles
29 DEBUGFLAGS = -g -DDEBUGLEVEL=$(DEBUGLEVEL)
/external/python/cpython3/Lib/
Dtelnetlib.py44 DEBUGLEVEL = 0 variable
204 self.debuglevel = DEBUGLEVEL
/external/zstd/lib/
DMakefile58 DEBUGLEVEL ?= 0 macro
59 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
/external/python/cpython2/Lib/
Dtelnetlib.py45 DEBUGLEVEL = 0 variable
196 self.debuglevel = DEBUGLEVEL
/external/lz4/tests/
DMakefile36 DEBUGLEVEL?= 1 macro
37 DEBUGFLAGS = -g -DLZ4_DEBUG=$(DEBUGLEVEL)
78 fullbench : DEBUGLEVEL=0 macro
/external/mesa3d/src/util/
Dxxhash.h480 #ifndef DEBUGLEVEL
481 # define DEBUGLEVEL 0 macro
484 #if (DEBUGLEVEL>=1)
/external/zstd/lib/compress/
Dzstd_compress_internal.h506 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
1081 #if (DEBUGLEVEL>=2)
Dzstdmt_compress.c38 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \
64 if (DEBUGLEVEL >= MUTEX_WAIT_TIME_DLEVEL) { \
Dzstd_opt.c57 #if (DEBUGLEVEL>=2)
/external/zstd/programs/
DMakefile53 DEBUGLEVEL ?= 0 macro
54 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
/external/zstd/lib/dictBuilder/
Dzdict.c1118 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=1) in ZDICT_trainFromBuffer()
1119 params.zParams.notificationLevel = DEBUGLEVEL; in ZDICT_trainFromBuffer()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c1076 #if DEBUGLEVEL >= 1 in ZSTD_assertValidSequence()