Searched refs:ZSTD_row_update_internalImpl (Results 1 - 1 of 1) sorted by last modified time

/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c902 /* ZSTD_row_update_internalImpl():
905 FORCE_INLINE_TEMPLATE void ZSTD_row_update_internalImpl(ZSTD_matchState_t* ms, function
915 DEBUGLOG(6, "ZSTD_row_update_internalImpl(): updateStartIdx=%u, updateEndIdx=%u", updateStartIdx, updateEndIdx);
954 ZSTD_row_update_internalImpl(ms, idx, bound, mls, rowLog, rowMask, useCache);
960 ZSTD_row_update_internalImpl(ms, idx, target, mls, rowLog, rowMask, useCache);

Completed in 273 milliseconds