Function report |
Source Code:lib\zstd\fse_decompress.c |
Create Date:2022-07-28 07:08:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FSE_decompress_usingDTable_generic
Proto:FORCE_INLINE size_t FSE_decompress_usingDTable_generic(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const FSE_DTable *dt, const unsigned fast)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
void * | dst | |
size_t | maxDstSize | |
const void * | cSrc | |
size_t | cSrcSize | |
const FSE_DTable * | dt | |
const unsigned | fast |
219 | omax = op + maxDstSize |
229 | FSE_initDState( & state1, & bitD, dt) |
230 | FSE_initDState( & state2, & bitD, dt) |
235 | When BIT_reloadDStream( & bitD) == BIT_DStream_unfinished & op < olimit cycle |
238 | If (14 - 2) * 2 + 7 > size of bitContainer * 8 Then BIT_reloadDStream( & bitD) |
243 | If (14 - 2) * 4 + 7 > size of bitContainer * 8 Then |
245 | If BIT_reloadDStream( & bitD) > BIT_DStream_unfinished Then |
246 | op += 2 |
247 | Break |
253 | If (14 - 2) * 2 + 7 > size of bitContainer * 8 Then BIT_reloadDStream( & bitD) |
261 | When 1 cycle |
262 | If op > omax - 2 Then Return -***************************************** Error codes handling(dstSize_tooSmall) |
265 | If BIT_reloadDStream( & bitD) == BIT_DStream_overflow Then |
270 | If op > omax - 2 Then Return -***************************************** Error codes handling(dstSize_tooSmall) |
273 | If BIT_reloadDStream( & bitD) == BIT_DStream_overflow Then |
Name | Describe |
---|---|
FSE_decompress_usingDTable |
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 |