Searched refs:DEBUGLOG (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.c | 284 # define DEBUGLOG(l, ...) { \ macro 291 # define DEBUGLOG(l, ...) {} /* disabled */ macro 884 DEBUGLOG(4, "LZ4_prepareTable: Resetting table in %p", cctx); in LZ4_prepareTable() 889 DEBUGLOG(4, "LZ4_prepareTable: Re-use hash table (no reset)"); in LZ4_prepareTable() 899 DEBUGLOG(5, "LZ4_prepareTable: adding 64KB to currentOffset"); in LZ4_prepareTable() 964 DEBUGLOG(5, "LZ4_compress_generic_validated: srcSize=%i, tableType=%u", inputSize, tableType); in LZ4_compress_generic_validated() 1057 … DEBUGLOG(7, "extDict candidate: matchIndex=%5u < startIndex=%5u", matchIndex, startIndex); in LZ4_compress_generic_validated() 1072 DEBUGLOG(7, "candidate at pos=%u (offset=%u \n", matchIndex, current - matchIndex); in LZ4_compress_generic_validated() 1119 DEBUGLOG(6, "seq.start:%i, literals=%u, match.start:%i", in LZ4_compress_generic_validated() 1141 …DEBUGLOG(6, " with offset=%u (ext if > %i)", offset, (int)(ip - (const BYTE*)source)); in LZ4_compress_generic_validated() [all …]
|