Searched refs:RAWLOG (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/zstd/common/ |
D | zstd_internal.h | 85 RAWLOG(3, "%s:%d: ERROR!: check %s failed, returning %s", \ 88 RAWLOG(3, ": " __VA_ARGS__); \ 89 RAWLOG(3, "\n"); \ 100 RAWLOG(3, "%s:%d: ERROR!: unconditional check failed, returning %s", \ 103 RAWLOG(3, ": " __VA_ARGS__); \ 104 RAWLOG(3, "\n"); \ 117 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \ 120 RAWLOG(3, ": " __VA_ARGS__); \ 121 RAWLOG(3, "\n"); \
|
D | debug.h | 85 # define RAWLOG(l, ...) { \ macro 95 # define RAWLOG(l, ...) {} /* disabled */ macro
|
/linux-6.1.9/lib/zstd/compress/ |
D | fse_compress.c | 480 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount() 484 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
|
D | zstd_opt.c | 935 RAWLOG(2, "%4i,", table[enb]); 937 RAWLOG(2, " \n");
|