Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\zstd\compress.c Create Date:2022-07-28 07:03:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:-************************************** Fast Scan

Proto:static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls)

Type:void

Parameter:

TypeParameterName
ZSTD_CCtx *zc
const void *end
const U32mls
994  hashTable = hashTable
995  hBits = hashLog
996  base = base
997  ip = base + nextToUpdate
998  iend = end - HASH_READ_SIZE
999  fastHashFillStep = 3
1001  When ip <= iend cycle
1002  hashTable[ZSTD_hashPtr(ip, hBits, mls)] = ip - base
1003  ip += fastHashFillStep
Caller
NameDescribe
ZSTD_loadDictionaryContent : 0, or an error code