Home
last modified time | relevance | path

Searched refs:updateEndIdx (Results 1 – 1 of 1) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_lazy.c882 * Updates the hash table with positions starting from updateStartIdx until updateEndIdx.
887 U32 updateStartIdx, U32 const updateEndIdx, in ZSTD_row_update_internalImpl() argument
896 DEBUGLOG(6, "ZSTD_row_update_internalImpl(): updateStartIdx=%u, updateEndIdx=%u", updateStartIdx, updateEndIdx); in ZSTD_row_update_internalImpl()
897 for (; updateStartIdx < updateEndIdx; ++updateStartIdx) { in ZSTD_row_update_internalImpl()