Function report |
Source Code:lib\zstd\bitstream.h |
Create Date:2022-07-28 07:01:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:BIT_addBits
Proto:ZSTD_STATIC void BIT_addBits(BIT_CStream_t *bitC, size_t value, unsigned nbBits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
BIT_CStream_t * | bitC | |
size_t | value | |
unsigned | nbBits |
179 | bitContainer |= (value & up to 26 bits [nbBits]) << bitPos |
Name | Describe |
---|---|
ZSTD_compressSequences_internal |
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 |