Searched refs:iStart (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 764 * convention : on reaching mEnd, match count continue starting from iStart 768 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) in ZSTD_count_2segments() 776 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments() 777 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments() 778 return matchLength + ZSTD_count(ip+matchLength, iStart, iEnd); in ZSTD_count_2segments() 767 ZSTD_count_2segments(const BYTE* ip, const BYTE* match, const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) ZSTD_count_2segments() argument
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 938 * convention : on reaching mEnd, match count continue starting from iStart 940 static size_t ZSTD_count_2segments(const BYTE *ip, const BYTE *match, const BYTE *iEnd, const BYTE *mEnd, const BYTE *iStart) in ZSTD_count_2segments() argument 946 return matchLength + ZSTD_count(ip + matchLength, iStart, iEnd); in ZSTD_count_2segments()
|
Completed in 9 milliseconds