Searched defs:sourceSize (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | hist.c | 66 HIST_count_parallel_wksp( unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, HIST_checkInput_e check, U32* const workSpace) HIST_count_parallel_wksp() argument 140 HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_countFast_wksp() argument 154 HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_count_wksp() argument [all...] |
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | fse_compress.c | 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() argument 448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_countFast_wksp() argument 458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_count_wksp() argument [all...] |
Completed in 3 milliseconds