Home
last modified time | relevance | path

Searched defs:llAdd (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c488 U32 const llAdd = (ll>=15) ? ((ll-15) / 255) + 1 : 0; in LZ4HC_encodeSequence() local
737 size_t llAdd = (lastRunSize + 255 - RUN_MASK) / 255; in LZ4HC_compress_hashChain() local
1570 size_t llAdd = (lastRunSize + 255 - RUN_MASK) / 255; in LZ4HC_compress_optimal() local