函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Implement the following as inlines, but define the interface using* macros to allow constant folding when possible:* ___swab16, ___swab32, ___swab64, ___swahw32, ___swahb32

函数原型:static inline __attribute_const__ __u16 __fswab16(__u16 val)

返回类型:__u16

参数:

类型参数名称
__u16val
52  返回:casts are necessary for constants, because we never know how for sure* how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.(val)
调用者
名称描述
be16_encode_bits
be16_replace_bits
be16p_replace_bits
be16_get_bits