函数逻辑报告 |
Source Code:lib\zstd\fse_compress.c |
Create Date:2022-07-27 07:59:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:FSE_count_parallel_wksp() :* Same as FSE_count_parallel(), but using an externally provided scratch buffer.* `workSpace` size must be a minimum of `1024 * sizeof(unsigned)``
函数原型:static size_t FSE_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned checkMax, unsigned *const workSpace)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned * | count | |
unsigned * | maxSymbolValuePtr | |
const void * | source | |
size_t | sourceSize | |
unsigned | checkMax | |
unsigned *const | workSpace |
361 | iend等于ip加sourceSize |
363 | max等于0 |
372 | 如果非sourceSize则 |
377 | 如果非maxSymbolValue则maxSymbolValue等于255 |
382 | cached等于ZSTD_read32(ip) |
383 | ip加等于4 |
386 | cached等于ZSTD_read32(ip) |
387 | ip加等于4 |
393 | cached等于ZSTD_read32(ip) |
394 | ip加等于4 |
400 | cached等于ZSTD_read32(ip) |
401 | ip加等于4 |
407 | cached等于ZSTD_read32(ip) |
408 | ip加等于4 |
414 | ip减等于4 |
421 | 如果checkMax则 |
439 | 当非count[maxSymbolValue]循环 |
440 | maxSymbolValue自减 |
442 | 返回:max |
名称 | 描述 |
---|---|
FSE_countFast_wksp | FSE_countFast_wksp() :* Same as FSE_countFast(), but using an externally provided scratch buffer.* `workSpace` size must be table of >= `1024` unsigned |
FSE_count_wksp | FSE_count_wksp() :* Same as FSE_count(), but using an externally provided scratch buffer.* `workSpace` size must be table of >= `1024` unsigned |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |