Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:generate Galois field lookup tables
Proto:static int build_gf_tables(struct bch_control *bch, unsigned int poly)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
unsigned int | poly |
1063 | x = 1 |
1076 | x <<= 1 |
1081 | a_log_tab[0] = 0 |
1083 | Return 0 |
Name | Describe |
---|---|
init_bch | _bch - initialize a BCH encoder/decoder*@m: Galois field order, should be in the range 5-15*@t: maximum error correction capability, in bits*@prim_poly: user-provided primitive polynomial (or 0 to use default)* Returns:* a newly allocated BCH control |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |