HomeSort by: relevance | last modified time | path
    Searched refs:DEBUGLEVEL (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
debug.c 24 #if !defined(ZSTD_LINUX_KERNEL) || (DEBUGLEVEL>=2)
25 /* We only use this when DEBUGLEVEL>=2, but we get -Werror=pedantic errors if a
29 int g_debuglevel = DEBUGLEVEL;
debug.h 21 * By default, DEBUGLEVEL==0, which means run-time debug is disabled.
28 * which is only declared if DEBUGLEVEL>=2,
46 /* DEBUGLEVEL is expected to be defined externally,
49 #ifndef DEBUGLEVEL
50 # define DEBUGLEVEL 0
54 /* recommended values for DEBUGLEVEL :
69 #if (DEBUGLEVEL>=1)
78 #if (DEBUGLEVEL>=2)
threading.c 135 #if defined(ZSTD_MULTITHREAD) && DEBUGLEVEL >= 1 && !defined(_WIN32)
threading.h 80 #if DEBUGLEVEL < 1
99 #else /* DEBUGLEVEL >= 1 */
xxhash.h 2371 # ifdef DEBUGLEVEL /* backwards compat */
2372 # define XXH_DEBUGLEVEL DEBUGLEVEL
  /src/external/bsd/zstd/dist/build/single_file_libs/
zstd-in.c 37 #define DEBUGLEVEL 0
zstddeclib-in.c 35 #define DEBUGLEVEL 0
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
debug.h 20 #define DEBUGLEVEL LDAP_DEBUG_ANY
27 if((level) & DEBUGLEVEL){ \
  /src/usr.bin/rump_wmd/
rump_wmd.sh 30 DEBUGLEVEL=0
58 DEBUGLEVEL=$((DEBUGLEVEL + 1))
72 [ ${DEBUGLEVEL} -ge ${1} ] && \
  /src/external/bsd/zstd/dist/
Makefile 81 DEBUGLEVEL ?= 1
84 DEBUGLEVEL=$(DEBUGLEVEL) MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
  /src/external/bsd/zstd/dist/tests/fuzz/
Makefile 28 DEBUGLEVEL ?= 2
267 CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" $(PYTHON) ./fuzz.py build all --debug=$(DEBUGLEVEL)
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_literals.c 20 #if DEBUGLEVEL >= 2
zstd_compress_internal.h 656 #if defined(DEBUGLEVEL) && (DEBUGLEVEL >= 6)
1321 #if (DEBUGLEVEL>=2)
zstdmt_compress.c 35 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2) \
63 if (DEBUGLEVEL >= MUTEX_WAIT_TIME_DLEVEL) { \
huf_compress.c 59 #if DEBUGLEVEL >= 2
897 #if DEBUGLEVEL >= 1
zstd_opt.c 67 #if (DEBUGLEVEL>=2)
  /src/external/bsd/zstd/dist/lib/
libzstd.mk 108 DEBUGLEVEL ?= 0
109 CPPFLAGS += -DXXH_NAMESPACE=ZSTD_ -DDEBUGLEVEL=$(DEBUGLEVEL)
  /src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c 1117 #if defined(DEBUGLEVEL) && (DEBUGLEVEL>=1)
1118 params.zParams.notificationLevel = DEBUGLEVEL;
  /src/external/bsd/zstd/dist/tests/
Makefile 26 DEBUGLEVEL ?= 2
27 export DEBUGLEVEL # transmit value to sub-makefiles
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c 1349 #if DEBUGLEVEL >= 1
1372 #if DEBUGLEVEL >= 1

Completed in 66 milliseconds