函数逻辑报告 |
Source Code:lib\bch.c |
Create Date:2022-07-27 07:57:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gf_sqr
函数原型:static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bch_control * | bch | |
unsigned int | a |
名称 | 描述 |
---|---|
compute_syndromes | mpute 2t syndromes of ecc polynomial, i.e. ecc(a^j) for j=1..2t |
find_poly_deg2_roots | mpute roots of a degree 2 polynomial over GF(2^m) |
find_poly_deg3_roots | mpute roots of a degree 3 polynomial over GF(2^m) |
compute_trace_bk_mod | Given a polynomial f and an integer k, compute Tr(a^kX) mod f* This is used in Berlekamp Trace algorithm for splitting polynomials |
build_deg2_base | ld a base for factoring degree 2 polynomials |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |