函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\bch.c Create Date:2022-07-27 07:57:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:parity

函数原型:static inline int parity(unsigned int x)

返回类型:int

参数:

类型参数名称
unsigned intx
297  x异或等于x右移1位
298  x异或等于x右移2位
299  x等于x按位与0x11111111U的值乘0x11111111U
300  返回:x右移28位按位与1
调用者
名称描述
solve_linear_systemsolve a m x m linear system in GF(2) with an expected number of solutions,* and return the number of found solutions