Searched refs:FSE_count_wksp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse.h | 245 /* FSE_count_wksp() : 249 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace);
|
H A D | fse_compress.c | 455 /* FSE_count_wksp() : 458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_count_wksp() function
|
H A D | huf_compress.c | 695 CHECK_V_F(largest, FSE_count_wksp(count, &maxSymbolValue, (const BYTE *)src, srcSize, (U32 *)workSpace)); in HUF_compress_internal()
|
Completed in 4 milliseconds