Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Ddebug.h46 #ifndef DEBUGLEVEL
47 # define DEBUGLEVEL 0 macro
66 #if (DEBUGLEVEL>=1)
75 #if (DEBUGLEVEL>=2)
H A Ddebug.c24 int g_debuglevel = DEBUGLEVEL;
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h595 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6) in ZSTD_storeSeq()
1275 #if (DEBUGLEVEL>=2)
H A Dhuf_compress.c804 #if DEBUGLEVEL >= 1 in HUF_addBits()
H A Dzstd_opt.c56 #if (DEBUGLEVEL>=2)
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1293 #if DEBUGLEVEL >= 1