Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/common/
H A Derror_private.h114 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
117 RAWLOG(3, ": " __VA_ARGS__); \
118 RAWLOG(3, "\n"); \
129 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
132 RAWLOG(3, ": " __VA_ARGS__); \
133 RAWLOG(3, "\n"); \
146 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
149 RAWLOG(3, ": " __VA_ARGS__); \
150 RAWLOG(3, "\n"); \
H A Ddebug.h88 # define RAWLOG(l, ...) { \ macro
98 # define RAWLOG(l, ...) {} /* disabled */
/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.h117 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \
120 RAWLOG(3, ": " __VA_ARGS__); \
121 RAWLOG(3, "\n"); \
133 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \
136 RAWLOG(3, ": " __VA_ARGS__); \
137 RAWLOG(3, "\n"); \
150 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \
153 RAWLOG(3, ": " __VA_ARGS__); \
154 RAWLOG(3, "\n"); \
H A Ddebug.h85 # define RAWLOG(l, ...) \ macro
104 # define RAWLOG(l, ...) do { } while (0) /* disabled */ macro
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_literals.c28 RAWLOG(5, " %02X", ip[u]); (void)ip; in showHexa()
30 RAWLOG(5, " \n"); in showHexa()
H A Dhuf_compress.c66 RAWLOG(6, " %u", arr[u]); (void)arr; in showU32()
68 RAWLOG(6, " \n"); in showU32()
78 RAWLOG(6, " %zu", HUF_getNbBits(ctable[u])); (void)ctable; in showCTableBits()
80 RAWLOG(6, " \n"); in showCTableBits()
89 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()
91 RAWLOG(6, " \n"); in showHNodeSymbols()
99 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()
101 RAWLOG(6, " \n"); in showHNodeBits()
H A Dfse_compress.c516 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount()
520 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
H A Dzstd_opt.c1064 RAWLOG(2, "%4i,", table[enb]);
1066 RAWLOG(2, " \n");
/src/sys/contrib/zstd/lib/compress/
H A 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()
H A Dzstd_opt.c1029 RAWLOG(2, "%4i,", table[enb]);
1031 RAWLOG(2, " \n");
H A Dzstdmt_compress.c49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \
50 RAWLOG(l, " \n"); \