Home
last modified time | relevance | path

Searched defs:maxCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c82 …{ unsigned const maxCount = HIST_count_simple(count, &maxSymbolValue, weightTable, wtSize); /*… in HUF_compressWeights() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c108 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c28269 u32 maxCount; /* Maximum instantaneous currentCount */ member