Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:xxh64_merge_round

Proto:static uint64_t xxh64_merge_round(uint64_t acc, uint64_t val)

Type:uint64_t

Parameter:

TypeParameterName
uint64_tacc
uint64_tval
166  val = xxh64_round(0, val)
167  acc ^= val
168  acc = acc * PRIME64_1 + PRIME64_4
169  Return acc
Caller
NameDescribe
xxh64
xxh64_digest