函数逻辑报告 |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-27 07:59:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:FSE_writeNCount
函数原型:size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | buffer | |
size_t | bufferSize | |
const short * | normalizedCounter | |
unsigned | maxSymbolValue | |
unsigned | tableLog |
303 | 如果tableLog大于Constants则返回:-***************************************** Error codes handling(tableLog_tooLarge) |
305 | 如果tableLog小于FSE_MIN_TABLELOG则返回:-***************************************** Error codes handling(GENERIC) |
311 | 返回:FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 1) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |