Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c324 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSi… in FSE_count_simple() function
451 return FSE_count_simple(count, maxSymbolValuePtr, source, sourceSize); in FSE_countFast_wksp()
Dfse.h261 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSi…
Dhuf_compress.c116 CHECK_V_F(maxCount, FSE_count_simple(count, &maxSymbolValue, weightTable, wtSize)); in HUF_compressWeights_wksp()