Home
last modified time | relevance | path

Searched refs:bit_parity (Results 1 – 1 of 1) sorted by relevance

/LevelX-v6.4.1/common/src/
Dlx_nand_flash_256byte_ecc_compute.c90 USHORT bit_parity; in _lx_nand_flash_256byte_ecc_compute() local
98 bit_parity = 0; in _lx_nand_flash_256byte_ecc_compute()
117 bit_parity = bit_parity ^ data[i]; in _lx_nand_flash_256byte_ecc_compute()
152 if (bit_parity & 1) in _lx_nand_flash_256byte_ecc_compute()
161 bit_parity = bit_parity >> 1; in _lx_nand_flash_256byte_ecc_compute()