Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dfse_compress.c414 unsigned tmpCounters[1024]; in FSE_countFast() local
415 return FSE_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, tmpCounters); in FSE_countFast()
433 unsigned tmpCounters[1024]; in FSE_count() local
434 return FSE_count_wksp(count, maxSymbolValuePtr, src, srcSize, tmpCounters); in FSE_count()