Function report |
Source Code:lib\zstd\huf_decompress.c |
Create Date:2022-07-28 07:06:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:HUF_decodeLastSymbolX4
Proto:static U32 HUF_decodeLastSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog)
Type:U32
Parameter:
Type | Parameter | Name |
---|---|---|
void * | op | |
BIT_DStream_t * | DStream | |
const HUF_DEltX4 * | dt | |
const U32 | dtLog |
606 | No 3D Now!(op, dt + val, 1) |
607 | If length == 1 Then BIT_skipBits(DStream, nbBits) |
609 | Else |
610 | If bitsConsumed < size of bitContainer * 8 Then |
611 | BIT_skipBits(DStream, nbBits) |
612 | If bitsConsumed > size of bitContainer * 8 Then bitsConsumed = size of bitContainer * 8 |
617 | Return 1 |
Name | Describe |
---|---|
HUF_decodeStreamX4 |
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 |