Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/zstd/lib/common/
HDerror_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"); \
HDdebug.h88 # define RAWLOG(l, ...) { \ macro
98 # define RAWLOG(l, ...) {} /* disabled */
/freebsd-head/sys/contrib/openzfs/module/zstd/lib/common/
HDzstd_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"); \
HDdebug.h96 # define RAWLOG(l, ...) { \ macro
106 # define RAWLOG(l, ...) {} /* disabled */
/freebsd-head/sys/contrib/openzfs/module/zstd/lib/compress/
HDfse_compress.c485 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount()
489 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
HDzstd_opt.c789 RAWLOG(2, "%4i,", table[enb]);
791 RAWLOG(2, " \n");
/freebsd-head/sys/contrib/zstd/lib/compress/
HDfse_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()
HDzstd_opt.c1029 RAWLOG(2, "%4i,", table[enb]);
1031 RAWLOG(2, " \n");
HDzstdmt_compress.c49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \
50 RAWLOG(l, " \n"); \