Function report |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-28 07:02:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FSE_count_wksp() :* Same as FSE_count(), but using an externally provided scratch buffer.* `workSpace` size must be table of >= `1024` unsigned
Proto:size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned * | count | |
unsigned * | maxSymbolValuePtr | |
const void * | source | |
size_t | sourceSize | |
unsigned * | workSpace |
462 | maxSymbolValuePtr = 255 |
Name | Describe |
---|---|
HUF_compress_internal | `workSpace` must a table of at least 1024 unsigned |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |