Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:-**************************** Simple Hash Functions

Proto:static uint32_t xxh32_round(uint32_t seed, const uint32_t input)

Type:uint32_t

Parameter:

TypeParameterName
uint32_tseed
const uint32_tinput
96  seed += input * PRIME32_2
97  seed = -************************************** Macros(seed, 13)
98  seed *= -************************************** Constants
99  Return seed
Caller
NameDescribe
xxh32
xxh32_update