函数逻辑报告 |
Source Code:lib\zstd\huf_decompress.c |
Create Date:2022-07-27 08:04:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:HUF_decompress4X2_usingDTable_internal
函数原型:static size_t HUF_decompress4X2_usingDTable_internal(void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable *DTable)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | dst | |
size_t | dstSize | |
const void * | cSrc | |
size_t | cSrcSize | |
const HUF_DTable * | DTable |
250 | 如果cSrcSize小于10则返回:-***************************************** Error codes handling(corruption_detected) |
273 | segmentSize等于dstSize加3的和除4 |
274 | opStart2等于ostart加segmentSize |
275 | opStart3等于opStart2加segmentSize |
276 | opStart4等于opStart3加segmentSize |
282 | dtd等于HUF_getDTableDesc(DTable) |
288 | errorCode等于1,2,4,8 would be better for bitmap combinations, but slows down performance a bit ... :( |
289 | 如果HUF_isError(errorCode)则返回:errorCode |
293 | errorCode等于1,2,4,8 would be better for bitmap combinations, but slows down performance a bit ... :( |
294 | 如果HUF_isError(errorCode)则返回:errorCode |
298 | errorCode等于1,2,4,8 would be better for bitmap combinations, but slows down performance a bit ... :( |
299 | 如果HUF_isError(errorCode)则返回:errorCode |
303 | errorCode等于1,2,4,8 would be better for bitmap combinations, but slows down performance a bit ... :( |
304 | 如果HUF_isError(errorCode)则返回:errorCode |
309 | endSignal等于BIT_reloadDStream( & bitD1)按位或BIT_reloadDStream( & bitD2)按位或BIT_reloadDStream( & bitD3)按位或BIT_reloadDStream( & bitD4) |
310 | 以endSignal恒等于BIT_DStream_unfinished且op4小于oend减7循环 |
323 | HUF_DECODE_SYMBOLX2_0(op1, & bitD1) |
324 | HUF_DECODE_SYMBOLX2_0(op2, & bitD2) |
325 | HUF_DECODE_SYMBOLX2_0(op3, & bitD3) |
326 | HUF_DECODE_SYMBOLX2_0(op4, & bitD4) |
327 | endSignal等于BIT_reloadDStream( & bitD1)按位或BIT_reloadDStream( & bitD2)按位或BIT_reloadDStream( & bitD3)按位或BIT_reloadDStream( & bitD4) |
331 | 如果op1大于opStart2则返回:-***************************************** Error codes handling(corruption_detected) |
333 | 如果op2大于opStart3则返回:-***************************************** Error codes handling(corruption_detected) |
335 | 如果op3大于opStart4则返回:-***************************************** Error codes handling(corruption_detected) |
347 | 如果非endSignal则返回:-***************************************** Error codes handling(corruption_detected) |
351 | 返回:dstSize |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |