Searched refs:crc_i (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nxp/src/
H A DphDnldNfc.c2499 uint8_t crc_i = 0; local
2504 for (crc_i = 0; crc_i < DNLD_CRC32_SIZE; crc_i++ )
2506 if (crc_i < DNLD_CRC16_SIZE )
2509 | psDnldContext->chk_integrity_crc.patch_table.Chk_Crc16[crc_i]
2510 << (crc_i * BYTE_SIZE) ;
2513 | psDnldContext->chk_integrity_crc.flash_code.Chk_Crc32[crc_i]
2514 << (crc_i * BYTE_SIZE) ;
2516 | psDnldContext->chk_integrity_crc.patch_code.Chk_Crc32[crc_i]
[all...]

Completed in 38 milliseconds