Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
const BIT_DStream_t *DStream

Brief:! BIT_endOfDStream() :

376  Return ptr == start && bitsConsumed == size of bitContainer * 8
Caller
NameDescribe
HUF_decompress4X2_usingDTable_internal
HUF_decompress1X4_usingDTable_internal
HUF_decompress4X4_usingDTable_internal