Searched refs:bestEntry (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c389 ldmEntry_t const* bestEntry = NULL; local
439 bestEntry = cur;
445 if (bestEntry == NULL) {
451 offset = (U32)(split - base) - bestEntry->offset;
466 * done after the previous block to avoid clobbering bestEntry */

Completed in 138 milliseconds