Searched refs:RAWLOG (Results 1 – 9 of 9) sorted by relevance
| /freebsd-head/sys/contrib/zstd/lib/common/ |
| HD | error_private.h | 114 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"); \
|
| HD | debug.h | 88 # define RAWLOG(l, ...) { \ macro 98 # define RAWLOG(l, ...) {} /* disabled */
|
| /freebsd-head/sys/contrib/openzfs/module/zstd/lib/common/ |
| HD | zstd_internal.h | 93 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"); \
|
| HD | debug.h | 96 # define RAWLOG(l, ...) { \ macro 106 # define RAWLOG(l, ...) {} /* disabled */
|
| /freebsd-head/sys/contrib/openzfs/module/zstd/lib/compress/ |
| HD | fse_compress.c | 485 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount() 489 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
|
| HD | zstd_opt.c | 789 RAWLOG(2, "%4i,", table[enb]); 791 RAWLOG(2, " \n");
|
| /freebsd-head/sys/contrib/zstd/lib/compress/ |
| HD | fse_compress.c | 523 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount() 527 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
|
| HD | zstd_opt.c | 1029 RAWLOG(2, "%4i,", table[enb]); 1031 RAWLOG(2, " \n");
|
| HD | zstdmt_compress.c | 49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \ 50 RAWLOG(l, " \n"); \
|