Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c354 /* FSE_count_parallel_wksp() :
357 static size_t FSE_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned checkMax, in FSE_count_parallel_wksp() function
452 return FSE_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, 0, workSpace); in FSE_countFast_wksp()
461 return FSE_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, 1, workSpace); in FSE_count_wksp()

Completed in 2 milliseconds