Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:HUF_decodeLastSymbolX4

Proto:static U32 HUF_decodeLastSymbolX4(void *op, BIT_DStream_t *DStream, const HUF_DEltX4 *dt, const U32 dtLog)

Type:U32

Parameter:

TypeParameterName
void *op
BIT_DStream_t *DStream
const HUF_DEltX4 *dt
const U32dtLog
605  val = ! BIT_lookBitsFast() :* unsafe version; only works only if nbBits >= 1
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
612  If bitsConsumed > size of bitContainer * 8 Then bitsConsumed = size of bitContainer * 8
617  Return 1
Caller
NameDescribe
HUF_decodeStreamX4