Home
last modified time | relevance | path

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

/freebsd/sys/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
H A Dxxhash.h1507 # ifdef DEBUGLEVEL /* backwards compat */
1508 # define XXH_DEBUGLEVEL DEBUGLEVEL
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Ddebug.h49 #ifndef DEBUGLEVEL
50 # define DEBUGLEVEL 0 macro
78 #if (DEBUGLEVEL>=1)
86 #if (DEBUGLEVEL>=2)
/freebsd/sys/contrib/zstd/lib/
H A Dlibzstd.mk87 DEBUGLEVEL ?= 0
88 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
/freebsd/sys/contrib/zstd/
H A DMakefile81 DEBUGLEVEL ?= 1 macro
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h443 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
1002 #if (DEBUGLEVEL>=2)
H A Dzstd_opt.c57 #if (DEBUGLEVEL>=2)
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h607 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
1331 #if (DEBUGLEVEL>=2)
H A Dzstdmt_compress.c38 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \
64 if (DEBUGLEVEL >= MUTEX_WAIT_TIME_DLEVEL) { \
H A Dhuf_compress.c807 #if DEBUGLEVEL >= 1 in HUF_addBits()
H A Dzstd_opt.c56 #if (DEBUGLEVEL>=2)
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c1192 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=1) in ZDICT_trainFromBuffer()
1193 params.zParams.notificationLevel = DEBUGLEVEL; in ZDICT_trainFromBuffer()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h52 #define DEBUGLEVEL 0 macro
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1293 #if DEBUGLEVEL >= 1