Searched refs:FSE_count_simple (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/lib/zstd/ |
D | fse_compress.c | 324 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()
|
D | fse.h | 261 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSi…
|
D | huf_compress.c | 116 CHECK_V_F(maxCount, FSE_count_simple(count, &maxSymbolValue, weightTable, wtSize)); in HUF_compressWeights_wksp()
|