函数逻辑报告 |
Source Code:lib\bch.c |
Create Date:2022-07-27 07:57:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:his function builds and solves a linear system for finding roots of a degree* 4 affine monic polynomial X^4+aX^2+bX+c over GF(2^m).
函数原型:static int find_affine4_roots(struct bch_control *bch, unsigned int a, unsigned int b, unsigned int c, unsigned int *roots)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bch_control * | bch | |
unsigned int | a | |
unsigned int | b | |
unsigned int | c | |
unsigned int * | roots |
532 | rows[i + 1]等于private: [4 * i]按位异或如果a则private: [shorter and faster modulo function, only works when v < 2N.]否则0按位异或如果b则private: [shorter and faster modulo function, only works when v < 2N.]否则0 |
535 | j自加 |
536 | k加等于2 |
名称 | 描述 |
---|---|
find_poly_deg3_roots | mpute roots of a degree 3 polynomial over GF(2^m) |
find_poly_deg4_roots | mpute roots of a degree 4 polynomial over GF(2^m) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |