Home
last modified time | relevance | path

Searched refs:FSE_count_wksp (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h245 /* FSE_count_wksp() :
249 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace);
H A Dfse_compress.c455 /* 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 Dhuf_compress.c695 CHECK_V_F(largest, FSE_count_wksp(count, &maxSymbolValue, (const BYTE *)src, srcSize, (U32 *)workSpace)); in HUF_compress_internal()

Completed in 4 milliseconds