Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
A Dzstd_internal.h85 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
88 RAWLOG(3, ": " __VA_ARGS__); \
89 RAWLOG(3, "\n"); \
100 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
103 RAWLOG(3, ": " __VA_ARGS__); \
104 RAWLOG(3, "\n"); \
117 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
120 RAWLOG(3, ": " __VA_ARGS__); \
121 RAWLOG(3, "\n"); \
A Ddebug.h85 # define RAWLOG(l, ...) { \ macro
95 # define RAWLOG(l, ...) {} /* disabled */ macro
/linux/lib/zstd/compress/
A Dfse_compress.c480 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount()
484 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
A Dzstd_opt.c935 RAWLOG(2, "%4i,", table[enb]);
937 RAWLOG(2, " \n");

Completed in 11 milliseconds