Function report |
Source Code:lib\zstd\bitstream.h |
Create Date:2022-07-28 07:01:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: Tells if DStream has exactly reached its end (all bits consumed).
Proto:ZSTD_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t *DStream)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
const BIT_DStream_t * | DStream |
376 | Return ptr == start && bitsConsumed == size of bitContainer * 8 |
Name | Describe |
---|---|
HUF_decompress4X2_usingDTable_internal | |
HUF_decompress1X4_usingDTable_internal | |
HUF_decompress4X4_usingDTable_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 |
Brief:! BIT_endOfDStream() :