Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4opt.h195 #define SET_PRICE(pos, mlen, offset, litlen, price) \ macro
257 SET_PRICE(mlen, mlen, matches[i].off, litlen, price); in LZ4HC_compress_optimal()
284 SET_PRICE(cur, mlen, best_mlen, litlen, price); in LZ4HC_compress_optimal()
316 SET_PRICE(cur2 + mlen, mlen, matches[i].off, litlen, price); in LZ4HC_compress_optimal()