Function report |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-28 07:01:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FSE_writeNCount
Proto:size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
void * | buffer | |
size_t | bufferSize | |
const short * | normalizedCounter | |
unsigned | maxSymbolValue | |
unsigned | tableLog |
303 | If tableLog > Constants Then Return -***************************************** Error codes handling(tableLog_tooLarge) |
305 | If tableLog < FSE_MIN_TABLELOG Then Return -***************************************** Error codes handling(GENERIC) |
311 | Return FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 1) |
Name | Describe |
---|---|
HUF_compressWeights_wksp | |
ZSTD_compressSequences_internal |
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 |