Searched refs:RAWLOG (Results 1 – 5 of 5) sorted by relevance
/external/zstd/lib/common/ |
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"); \
|
D | debug.h | 88 # define RAWLOG(l, ...) { \ macro 98 # define RAWLOG(l, ...) {} /* disabled */
|
/external/zstd/lib/compress/ |
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()
|
D | zstd_opt.c | 922 RAWLOG(2, "%4i,", table[enb]); 924 RAWLOG(2, " \n");
|
D | zstdmt_compress.c | 49 RAWLOG(l, "%02X ", ((const unsigned char*)(p))[debug_u]); \ 50 RAWLOG(l, " \n"); \
|