HomeSort by: relevance | last modified time | path
    Searched defs:mlRep (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 1634 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4;
1635 int const gain2 = (int)(mlRep * 3);
1637 if ((mlRep >= 4) && (gain2 > gain1))
1638 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip;
1648 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
1649 int const gain2 = (int)(mlRep * 3);
1651 if ((mlRep >= 4) && (gain2 > gain1))
1652 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip;
1670 size_t const mlRep = ZSTD_count(ip+4, ip+4-offset_1, iend) + 4;
1671 int const gain2 = (int)(mlRep * 4)
    [all...]

Completed in 28 milliseconds