Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/lib/
Dlz4.c1101 …U32 newMatchCode = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) … in LZ4_compress_generic_validated() local
1102 ip -= matchCode - newMatchCode; in LZ4_compress_generic_validated()
1103 assert(newMatchCode < matchCode); in LZ4_compress_generic_validated()
1104 matchCode = newMatchCode; in LZ4_compress_generic_validated()