Searched refs:RAWLOG (Results 1 – 11 of 11) sorted by relevance
| /src/sys/contrib/zstd/lib/common/ |
| H A D | 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"); \
|
| H A D | debug.h | 88 # define RAWLOG(l, ...) { \ macro 98 # define RAWLOG(l, ...) {} /* disabled */
|
| /src/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | error_private.h | 117 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 D | debug.h | 85 # define RAWLOG(l, ...) \ macro 104 # define RAWLOG(l, ...) do { } while (0) /* disabled */ macro
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_literals.c | 28 RAWLOG(5, " %02X", ip[u]); (void)ip; in showHexa() 30 RAWLOG(5, " \n"); in showHexa()
|
| H A D | huf_compress.c | 66 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 D | fse_compress.c | 516 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 D | zstd_opt.c | 1064 RAWLOG(2, "%4i,", table[enb]); 1066 RAWLOG(2, " \n");
|
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | 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()
|
| H A D | zstd_opt.c | 1029 RAWLOG(2, "%4i,", table[enb]); 1031 RAWLOG(2, " \n");
|
| H A D | zstdmt_compress.c | 49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \ 50 RAWLOG(l, " \n"); \
|