Searched refs:updateStartIdx (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 887 U32 updateStartIdx, U32 const updateEndIdx, in ZSTD_row_update_internalImpl() argument 896 …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() 898 … ? ZSTD_row_nextCachedHash(ms->hashCache, hashTable, tagTable, base, updateStartIdx, hashLog, rowL… in ZSTD_row_update_internalImpl() 899 …: (U32)ZSTD_hashPtrSalted(base + updateStartIdx, hashLog + ZSTD_ROW_HASH_TAG_BITS, mls, ms->hashSa… in ZSTD_row_update_internalImpl() 905 …assert(hash == ZSTD_hashPtrSalted(base + updateStartIdx, hashLog + ZSTD_ROW_HASH_TAG_BITS, mls, ms… in ZSTD_row_update_internalImpl() 907 row[pos] = updateStartIdx; in ZSTD_row_update_internalImpl()
|