Function report |
Source Code:lib\bch.c |
Create Date:2022-07-28 06:59:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vert 32-bit ecc words to ecc bytes
Proto:static void store_ecc8(struct bch_control *bch, uint8_t *dst, const uint32_t *src)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bch_control * | bch | |
uint8_t * | dst | |
const uint32_t * | src |
161 | nwords = BCH_ECC_WORDS(bch) - 1 |
173 | No 3D Now!(dst, pad, BCH_ECC_BYTES(bch) - 4 * nwords) |
Name | Describe |
---|---|
encode_bch | de_bch - calculate BCH ecc parity of data*@bch: BCH control structure*@data: data to encode*@len: data length in bytes*@ecc: ecc parity data, must be initialized by caller* The @ecc parity array is used both as input and output parameter, in order to |
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 |