Lines Matching refs:ll0

527 …   U32 const ll0,   /* tells if associated literal length is 0 or not. This value must be 0 or 1 */  in ZSTD_insertBtAndGetAllMatches()  argument
575 assert(ll0 <= 1); /* necessarily 1 or 0 */ in ZSTD_insertBtAndGetAllMatches()
576 { U32 const lastR = ZSTD_REP_NUM + ll0; in ZSTD_insertBtAndGetAllMatches()
578 for (repCode = ll0; repCode < lastR; repCode++) { in ZSTD_insertBtAndGetAllMatches()
610 repCode, ll0, repOffset, repLen); in ZSTD_insertBtAndGetAllMatches()
612 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()
761 U32 const ll0, in ZSTD_BtGetAllMatches() argument
771 …tAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, 3); in ZSTD_BtGetAllMatches()
773 …tAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, 4); in ZSTD_BtGetAllMatches()
774 …tAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, 5); in ZSTD_BtGetAllMatches()
776 …tAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat, 6); in ZSTD_BtGetAllMatches()
986 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local
987 …atches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); in ZSTD_compressBlock_opt_generic()
1098 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local
1102 …STD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].rep, ll0, minMatch); in ZSTD_compressBlock_opt_generic()