Searched refs:RAWLOG (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/lib/zstd/common/ |
| H A D | error_private.h | 109 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \ 112 RAWLOG(3, ": " __VA_ARGS__); \ 113 RAWLOG(3, "\n"); \ 125 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \ 128 RAWLOG(3, ": " __VA_ARGS__); \ 129 RAWLOG(3, "\n"); \ 142 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \ 145 RAWLOG(3, ": " __VA_ARGS__); \ 146 RAWLOG(3, "\n"); \
|
| H A D | debug.h | 85 # define RAWLOG(l, ...) \ macro 104 # define RAWLOG(l, ...) do { } while (0) /* disabled */ macro
|
| /linux-6.15/lib/zstd/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 | 63 RAWLOG(6, " %u", arr[u]); (void)arr; in showU32() 65 RAWLOG(6, " \n"); in showU32() 75 RAWLOG(6, " %zu", HUF_getNbBits(ctable[u])); (void)ctable; in showCTableBits() 77 RAWLOG(6, " \n"); in showCTableBits() 86 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols() 88 RAWLOG(6, " \n"); in showHNodeSymbols() 96 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits() 98 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");
|