Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Ddebug.h49 #ifndef DEBUGLEVEL
50 # define DEBUGLEVEL 0 macro
69 #if (DEBUGLEVEL>=1)
78 #if (DEBUGLEVEL>=2)
H A Ddebug.c24 int g_debuglevel = DEBUGLEVEL;
H A Dthreading.c79 #if defined(ZSTD_MULTITHREAD) && DEBUGLEVEL >= 1 && !defined(_WIN32)
H A Dthreading.h85 #if DEBUGLEVEL < 1
/f-stack/freebsd/contrib/zstd/
H A DMakefile81 DEBUGLEVEL ?= 1 macro
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
H A Dappveyor.yml199 SCRIPT: "CFLAGS=-Werror make -j allzstd DEBUGLEVEL=2"
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile58 DEBUGLEVEL ?= 0 macro
59 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h506 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
1081 #if (DEBUGLEVEL>=2)
H A Dzstdmt_compress.c38 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \
64 if (DEBUGLEVEL >= MUTEX_WAIT_TIME_DLEVEL) { \
H A Dzstd_opt.c57 #if (DEBUGLEVEL>=2)
/f-stack/freebsd/contrib/zstd/programs/
H A DMakefile53 DEBUGLEVEL ?= 0 macro
54 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c1121 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=1) in ZDICT_trainFromBuffer()
1122 params.zParams.notificationLevel = DEBUGLEVEL; in ZDICT_trainFromBuffer()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1076 #if DEBUGLEVEL >= 1 in ZSTD_assertValidSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c116 #ifndef DEBUGLEVEL
117 # define DEBUGLEVEL 0 macro
145 #if (DEBUGLEVEL>=1)
153 #if (DEBUGLEVEL>=2)
184 int g_debuglevel = DEBUGLEVEL;
6926 #if DEBUGLEVEL < 1
10354 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
10913 #if (DEBUGLEVEL>=2)
20203 #if (DEBUGLEVEL>=2)