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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_double_fast.c 639 const BYTE* const matchBase = matchIndex < prefixStartIndex ? dictBase : base;
640 const BYTE* match = matchBase + matchIndex;
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c 1719 { const BYTE* const matchBase = (sequence.offset > prefetchPos) ? dictEnd : prefixStart;
1722 const BYTE* const match = ZSTD_wrappedPtrSub(ZSTD_wrappedPtrAdd(matchBase, prefetchPos), sequence.offset);

Completed in 136 milliseconds