Searched refs:DEBUGLOG (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.3/kernel/src/libs/ |
D | lz4.c | 261 #define DEBUGLOG(l, ...) \ macro 271 #define DEBUGLOG(l, ...) \ macro 1109 DEBUGLOG(4, "LZ4_prepareTable: Resetting table in %p", cctx); in LZ4_prepareTable() 1116 DEBUGLOG(4, "LZ4_prepareTable: Re-use hash table (no reset)"); in LZ4_prepareTable() 1126 DEBUGLOG(5, "LZ4_prepareTable: adding 64KB to currentOffset"); in LZ4_prepareTable() 1188 DEBUGLOG(5, "LZ4_compress_generic_validated: srcSize=%i, tableType=%u", inputSize, tableType); in LZ4_compress_generic_validated() 1301 … DEBUGLOG(7, "extDict candidate: matchIndex=%5u < startIndex=%5u", matchIndex, startIndex); in LZ4_compress_generic_validated() 1319 DEBUGLOG(7, "candidate at pos=%u (offset=%u \n", matchIndex, current - matchIndex); in LZ4_compress_generic_validated() 1378 DEBUGLOG(6, "seq.start:%i, literals=%u, match.start:%i", in LZ4_compress_generic_validated() 1402 …DEBUGLOG(6, " with offset=%u (ext if > %i)", offset, (int)(ip - (const BYTE *)source)… in LZ4_compress_generic_validated() [all …]
|