Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bitops.h Create Date:2022-07-28 05:34:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:l32 - rotate a 32-bit value left*@word: value to rotate*@shift: bits to roll

Proto:static inline __u32 rol32(__u32 word, unsigned int shift)

Type:__u32

Parameter:

TypeParameterName
__u32word
unsigned intshift
102  Return word << (shift & 31) | word >> (-shift & 31)
Caller
NameDescribe
chacha_permute