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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c 521 const BYTE* repMatch2 = repIndex2 < prefixLowestIndex ?
525 && (MEM_read32(repMatch2) == MEM_read32(ip)) ) {
527 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixLowest) + 4;
729 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
732 && (MEM_read32(repMatch2) == MEM_read32(ip)) ) {
734 size_t const repLength2 = ZSTD_count_2segments(ip+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
zstd_fast.c 648 const BYTE* repMatch2 = repIndex2 < prefixStartIndex ?
652 && (MEM_read32(repMatch2) == MEM_read32(ip0))) {
654 size_t const repLength2 = ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;
944 const BYTE* const repMatch2 = repIndex2 < prefixStartIndex ? dictBase + repIndex2 : base + repIndex2;
946 && (MEM_read32(repMatch2) == MEM_read32(ip0)) ) {
948 size_t const repLength2 = ZSTD_count_2segments(ip0+4, repMatch2+4, iend, repEnd2, prefixStart) + 4;

Completed in 60 milliseconds