Searched refs:RAWLOG (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | 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"); \
|
| H A D | debug.h | 88 # define RAWLOG(l, ...) { \ macro 98 # define RAWLOG(l, ...) {} /* disabled */
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 487 RAWLOG(2, "%3i: %4i \n", s, normalizedCounter[s]); in FSE_normalizeCount() 491 RAWLOG(2, "Warning !!! Total == %u != %u !!!", nTotal, 1U<<tableLog); in FSE_normalizeCount()
|
| H A D | zstd_opt.c | 922 RAWLOG(2, "%4i,", table[enb]); 924 RAWLOG(2, " \n");
|
| H A D | zstdmt_compress.c | 49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \ 50 RAWLOG(l, " \n"); \
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 162 # define RAWLOG(l, ...) { \ macro 172 # define RAWLOG(l, ...) {} /* disabled */ 6393 RAWLOG(3, ": " __VA_ARGS__); \ 6394 RAWLOG(3, "\n"); \ 6408 RAWLOG(3, ": " __VA_ARGS__); \ 6409 RAWLOG(3, "\n"); \ 6422 RAWLOG(3, "%s:%d: ERROR!: forwarding error in %s: %s", \ 6425 RAWLOG(3, ": " __VA_ARGS__); \ 6426 RAWLOG(3, "\n"); \ 20934 RAWLOG(2, "%4i,", table[enb]); [all …]
|