函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bitops.h Create Date:2022-07-27 06:38:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:l32 - rotate a 32-bit value left*@word: value to rotate*@shift: bits to roll

函数原型:static inline __u32 rol32(__u32 word, unsigned int shift)

返回类型:__u32

参数:

类型参数名称
__u32word
unsigned intshift
102  返回:word左移shift按位与31的值位按位或word右移负shift按位与31的值位
调用者
名称描述
chacha_permute
ip6_make_flowlabel