Home
last modified time | relevance | path

Searched refs:RAWLOG (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Dzstd_internal.h93 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
96 RAWLOG(3, ": " __VA_ARGS__); \
97 RAWLOG(3, "\n"); \
108 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
111 RAWLOG(3, ": " __VA_ARGS__); \
112 RAWLOG(3, "\n"); \
125 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
128 RAWLOG(3, ": " __VA_ARGS__); \
129 RAWLOG(3, "\n"); \
H A Ddebug.h88 # define RAWLOG(l, ...) { \ macro
98 # define RAWLOG(l, ...) {} /* disabled */
/dragonfly/contrib/zstd/lib/compress/
H A Dfse_compress.c487 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount()
491 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
H A Dzstd_opt.c922 RAWLOG(2, "%4i,", table[enb]);
924 RAWLOG(2, " \n");
H A Dzstdmt_compress.c49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \
50 RAWLOG(l, " \n"); \