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

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 778 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd);
779 size_t const matchLength = ZSTD_count(ip, match, vEnd);

Completed in 23 milliseconds