Lines Matching defs:ll0
562 U32 const ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */
610 assert(ll0 <= 1); /* necessarily 1 or 0 */
611 { U32 const lastR = ZSTD_REP_NUM + ll0;
613 for (repCode = ll0; repCode < lastR; repCode++) {
644 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u",
645 repCode, ll0, repOffset, repLen);
647 matches[mnum].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */
792 U32 const ll0,
802 U32 const ll0,
812 return ZSTD_insertBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, mls);
825 U32 const ll0, \
830 rep, ll0, lengthToBeat, ZSTD_##dictMode, mls); \
1082 U32 const ll0 = !litlen;
1083 U32 nbMatches = getAllMatches(matches, ms, &nextToUpdate3, ip, iend, rep, ll0, minMatch);
1196 { U32 const ll0 = (opt[cur].mlen != 0);
1200 U32 nbMatches = getAllMatches(matches, ms, &nextToUpdate3, inr, iend, opt[cur].rep, ll0, minMatch);