HomeSort by: relevance | last modified time | path
    Searched refs:repMatchEnd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c 409 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
410 mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
665 const BYTE* repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
666 mLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixStart) + 4;
zstd_fast.c 569 const BYTE* const repMatchEnd = repIndex < prefixStartIndex ? dictEnd : iend;
570 mLength = ZSTD_count_2segments(ip0 + 1 + 4, repMatch + 4, iend, repMatchEnd, prefixStart) + 4;
zstd_lazy.c 1595 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1596 matchLength = ZSTD_count_2segments(ip+1+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
1647 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1648 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;
1683 const BYTE* repMatchEnd = repIndex < prefixLowestIndex ? dictEnd : iend;
1684 size_t const mlRep = ZSTD_count_2segments(ip+4, repMatch+4, iend, repMatchEnd, prefixLowest) + 4;

Completed in 71 milliseconds