Searched refs:DEBUGLOG (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/lib/ |
D | lz4hc.c | 267 DEBUGLOG(7, "LZ4HC_InsertAndGetWiderMatch"); in LZ4HC_InsertAndGetWiderMatch() 271 DEBUGLOG(7, "First match at index %u / %u (lowestMatchIndex)", in LZ4HC_InsertAndGetWiderMatch() 489 DEBUGLOG(6, "pos:%7u -- literals:%4u, match:%4i, offset:%5u, cost:%4u + %5u", in LZ4HC_encodeSequence() 501 DEBUGLOG(6, "Not enough room to write %i literals (%i bytes remaining)", in LZ4HC_encodeSequence() 526 DEBUGLOG(6, "Not enough room to write match length"); in LZ4HC_encodeSequence() 743 DEBUGLOG(6, "Final literal run : %i literals", (int)lastRunSize); in LZ4HC_compress_hashChain() 769 DEBUGLOG(6, "Last sequence overflowing"); in LZ4HC_compress_hashChain() 829 DEBUGLOG(4, "LZ4HC_compress_generic(ctx=%p, src=%p, srcSize=%d, limit=%d)", in LZ4HC_compress_generic_internal() 996 DEBUGLOG(4, "LZ4_freeStreamHC(%p)", LZ4_streamHCPtr); in LZ4_freeStreamHC() 1008 DEBUGLOG(4, "LZ4_initStreamHC(%p, %u)", buffer, (unsigned)size); in LZ4_initStreamHC() [all …]
|
D | lz4.c | 254 # define DEBUGLOG(l, ...) { \ macro 261 # define DEBUGLOG(l, ...) {} /* disabled */ macro 821 DEBUGLOG(4, "LZ4_prepareTable: Resetting table in %p", cctx); in LZ4_prepareTable() 826 DEBUGLOG(4, "LZ4_prepareTable: Re-use hash table (no reset)"); in LZ4_prepareTable() 835 DEBUGLOG(5, "LZ4_prepareTable: adding 64KB to currentOffset"); in LZ4_prepareTable() 898 DEBUGLOG(5, "LZ4_compress_generic_validated: srcSize=%i, tableType=%u", inputSize, tableType); in LZ4_compress_generic_validated() 986 … DEBUGLOG(7, "extDict candidate: matchIndex=%5u < startIndex=%5u", matchIndex, startIndex); in LZ4_compress_generic_validated() 1000 DEBUGLOG(7, "candidate at pos=%u (offset=%u \n", matchIndex, current - matchIndex); in LZ4_compress_generic_validated() 1044 DEBUGLOG(6, "seq.start:%i, literals=%u, match.start:%i", in LZ4_compress_generic_validated() 1066 …DEBUGLOG(6, " with offset=%u (ext if > %i)", offset, (int)(ip - (const BYTE*)source)); in LZ4_compress_generic_validated() [all …]
|
D | lz4frame.c | 113 #if defined(LZ4_DEBUG) && (LZ4_DEBUG>=2) && !defined(DEBUGLOG) 116 # define DEBUGLOG(l, ...) { \ macro 123 # define DEBUGLOG(l, ...) {} /* disabled */ macro 443 DEBUGLOG(4, "LZ4F_compressFrame"); in LZ4F_compressFrame() 494 DEBUGLOG(4, "LZ4F_createCDict"); in LZ4F_createCDict() 751 … DEBUGLOG(5, "LZ4F_makeBlock: compression failed, creating a raw block (size %u)", (U32)srcSize); in LZ4F_makeBlock() 839 DEBUGLOG(4, "LZ4F_compressUpdate (srcSize=%zu)", srcSize); in LZ4F_compressUpdate() 994 DEBUGLOG(5,"LZ4F_compressEnd: dstCapacity=%u", (unsigned)dstCapacity); in LZ4F_compressEnd() 1008 DEBUGLOG(5,"Writing 32-bit content checksum"); in LZ4F_compressEnd() 1119 DEBUGLOG(5, "LZ4F_decodeHeader"); in LZ4F_decodeHeader() [all …]
|
/third_party/lz4/ossfuzz/ |
D | round_trip_stream_fuzzer.c | 130 DEBUGLOG(2, "dictSize = %zu", dictSize); in state_trimDict() 230 DEBUGLOG(2, "extDictHC"); in state_extDictHCRoundTrip() 242 DEBUGLOG(2, "srcSize = %d", srcSize); in state_extDictHCRoundTrip() 293 DEBUGLOG(2, "Round trip %d", i); in LLVMFuzzerTestOneInput()
|