Searched refs:FSE_count_simple (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_compress.c | 317 /*! FSE_count_simple 324 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSize) in FSE_count_simple() function 451 return FSE_count_simple(count, maxSymbolValuePtr, source, sourceSize); in FSE_countFast_wksp()
|
H A D | fse.h | 257 /*! FSE_count_simple 261 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSize);
|
H A D | huf_compress.c | 116 CHECK_V_F(maxCount, FSE_count_simple(count, &maxSymbolValue, weightTable, wtSize)); in HUF_compressWeights_wksp()
|
Completed in 5 milliseconds