Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:LZ4_NbCommonBytes

Proto:static inline __attribute__((__always_inline__)) unsigned int LZ4_NbCommonBytes(register size_t val)

Type:unsigned int

Parameter:

TypeParameterName
register size_tval
176  Return __ffs - find first set bit in word*@word: The word to search* Undefined if no bit exists, so code should check against 0 first. >> 3