Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dhuf_compress.c1293 unsigned optLog = maxTableLog, optLogGuess; in HUF_optimalTableLog() local
1319 optLog = optLogGuess; in HUF_optimalTableLog()
1322 assert(optLog <= HUF_TABLELOG_MAX); in HUF_optimalTableLog()
1323 return optLog; in HUF_optimalTableLog()