函数逻辑报告 |
Source Code:lib\bch.c |
Create Date:2022-07-27 07:57:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mpute polynomial Euclidean division remainder in GF(2^m)[X]
函数原型:static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, const struct gf_poly *b, int *rep)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bch_control * | bch | |
struct gf_poly * | a | |
const struct gf_poly * | b | |
int * | rep |
726 | c等于polynomial terms |
727 | d等于polynomial degree |
729 | 如果polynomial degree 小于d则返回 |
733 | 如果非rep则 |
750 | polynomial degree 等于d减1 |
751 | 当非c[polynomial degree ]且polynomial degree 循环 |
752 | polynomial degree 自减 |
名称 | 描述 |
---|---|
gf_poly_div | mpute polynomial Euclidean division quotient in GF(2^m)[X] |
gf_poly_gcd | mpute polynomial GCD (Greatest Common Divisor) in GF(2^m)[X] |
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |