Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c892 …U32 newMatchCode = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) … in LZ4_compress_generic() local
893 ip -= matchCode - newMatchCode; in LZ4_compress_generic()
894 matchCode = newMatchCode; in LZ4_compress_generic()