Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_superblock.c444 size_t targetBudget, size_t avgLitCost, size_t avgSeqCost, in sizeBlockSequences() argument
455 if (budget > targetBudget) return 1; in sizeBlockSequences()
464 if ( (budget > targetBudget) in sizeBlockSequences()