Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpute 2t syndromes of ecc polynomial, i.e. ecc(a^j) for j=1..2t
Proto:static void compute_syndromes(struct bch_control *bch, uint32_t *ecc, unsigned int *syn)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
uint32_t * | ecc | |
unsigned int * | syn |
364 | Do |
366 | s -= 32 |
Name | Describe |
---|---|
decode_bch | decode_bch - decode received codeword and find bit error locations*@bch: BCH control structure*@data: received data, ignored if @calc_ecc is provided*@len: data length in bytes, must always be provided*@recv_ecc: received ecc, if NULL then assume it was |
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 |