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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 778 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base;
782 rval = MEM_read32(repBase + repIndex);
794 match0 = repBase + repIndex;
zstd_double_fast.c 649 const BYTE* const repBase = repIndex < prefixStartIndex ? dictBase : base;
650 const BYTE* const repMatch = repBase + repIndex;
zstd_lazy.c 1987 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
1988 const BYTE* const repMatch = repBase + repIndex;
2028 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
2029 const BYTE* const repMatch = repBase + repIndex;
2060 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
2061 const BYTE* const repMatch = repBase + repIndex;
2114 const BYTE* const repBase = repIndex < dictLimit ? dictBase : base;
2115 const BYTE* const repMatch = repBase + repIndex;

Completed in 29 milliseconds