Function report | 
Source Code:lib\bch.c | 
Create Date:2022-07-28 07:00:00 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:mpute generator polynomial remainder tables for fast encoding
Proto:static void build_mod8_tables(struct bch_control *bch, const uint32_t *g)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct bch_control * | bch | |
| const uint32_t * | g | 
| 1093 | l = BCH_ECC_WORDS(bch) | 
| 1094 | plen = DIV_ROUND_UP(ecc_bits + 1, 32) | 
| 1095 | ecclen = DIV_ROUND_UP(ecc_bits, 32) | 
| 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  |