Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ZSTD_wildcopy

Proto:ZSTD_STATIC void ZSTD_wildcopy(void *dst, const void *src, ptrdiff_t length)

Type:void

Parameter:

TypeParameterName
void *dst
const void *src
ptrdiff_tlength
137  ip = src
138  op = dst
139  oend = op + length
145  If length <= 8 Then Return -******************************************** Shared functions to include for inlining
147  Do
148  -******************************************** Shared functions to include for inlining
149  op += 8
150  ip += 8
151  When op < oend cycle
Caller
NameDescribe
ZSTD_storeSeq! ZSTD_storeSeq() :Store a sequence (literal length, literals, offset code and match length code) into seqStore_t.`offsetCode` : distance to match, or 0 == repCode.`matchCode` : matchLength - MINMATCH
ZSTD_execSequenceLast7
ZSTD_execSequence
ZSTD_execSequenceLong