Home
last modified time | relevance | path

Searched refs:LIZARD_LOG_DECOMPRESS_LZ4 (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_decompress_lz4.h49 …if (unlikely(ctx->literalsPtr > iend - 5)) { LIZARD_LOG_DECOMPRESS_LZ4("0"); goto _output_error; } in Lizard_decompress_LZ4()
62 …if (unlikely((size_t)(op+length)<(size_t)(op))) { LIZARD_LOG_DECOMPRESS_LZ4("1"); goto _output_err… in Lizard_decompress_LZ4()
63 …size_t)(ctx->literalsPtr+length)<(size_t)(ctx->literalsPtr))) { LIZARD_LOG_DECOMPRESS_LZ4("2"); go… in Lizard_decompress_LZ4()
68 … || ctx->literalsPtr + length > iend - (2 + WILDCOPYLENGTH))) { LIZARD_LOG_DECOMPRESS_LZ4("offset … in Lizard_decompress_LZ4()
94 …if (unlikely(ctx->literalsPtr > iend - 5)) { LIZARD_LOG_DECOMPRESS_LZ4("4"); goto _output_error; } in Lizard_decompress_LZ4()
107 …if (unlikely((size_t)(op+length)<(size_t)(op))) { LIZARD_LOG_DECOMPRESS_LZ4("5"); goto _output_err… in Lizard_decompress_LZ4()
113 …if (unlikely(op + length > oend - WILDCOPYLENGTH)) { LIZARD_LOG_DECOMPRESS_LZ4("6"); goto _output_… in Lizard_decompress_LZ4()
138 …if (unlikely(cpy > oend - WILDCOPYLENGTH)) { LIZARD_LOG_DECOMPRESS_LZ4("1match=%p lowLimit=%p\n", … in Lizard_decompress_LZ4()
150 …if ((ctx->literalsPtr+length != iend) || (cpy > oend)) { LIZARD_LOG_DECOMPRESS_LZ4("9"); goto _out… in Lizard_decompress_LZ4()
160LIZARD_LOG_DECOMPRESS_LZ4("_output_error=%d ctx->flagsPtr=%p blockBase=%p\n", (int) (-(ctx->flagsP… in Lizard_decompress_LZ4()
[all …]
H A Dlizard_common.h58 #define LIZARD_LOG_DECOMPRESS_LZ4(...) //printf(__VA_ARGS__) macro