Lines Matching defs:llen
1186 int const llen = (int)(ip - anchor);1206 int const cost = LZ4HC_literalsPrice(llen + rPos);1209 opt[rPos].litlen = llen + rPos;1220 int const cost = LZ4HC_sequencePrice(llen, mlen);1223 opt[mlen].litlen = llen;