Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
Derror_private.h103 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
106 RAWLOG(3, ": " __VA_ARGS__); \
107 RAWLOG(3, "\n"); \
118 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
121 RAWLOG(3, ": " __VA_ARGS__); \
122 RAWLOG(3, "\n"); \
135 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
138 RAWLOG(3, ": " __VA_ARGS__); \
139 RAWLOG(3, "\n"); \
Ddebug.h85 # define RAWLOG(l, ...) { \ macro
95 # define RAWLOG(l, ...) {} /* disabled */ macro
/linux-6.6.21/lib/zstd/compress/
Dfse_compress.c523 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount()
527 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
Dzstd_opt.c1029 RAWLOG(2, "%4i,", table[enb]);
1031 RAWLOG(2, " \n");