Searched refs:srcEnd (Results 1 – 6 of 6) sorted by relevance
35 const uint8_t *srcEnd = src + inLen; in CRC8_Update() local36 while ( src < srcEnd ) { in CRC8_Update()78 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local79 while ( src < srcEnd ) { in CRC16_Update()
172 const unsigned char *srcEnd = src + inLen; in ota_crc16_update() local173 while (src < srcEnd) { in ota_crc16_update()
76 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local77 while ( src < srcEnd ) { in CRC16_Update()
83 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local84 while (src < srcEnd) { in CRC16_Update()
391 const unsigned char *srcEnd = src + inLen; in crc16_update() local392 while ( src < srcEnd ) { in crc16_update()
107 const uint8_t *srcEnd = src + inLen; in CRC16_Update_ymodem() local108 while ( src < srcEnd ) { in CRC16_Update_ymodem()
Completed in 10 milliseconds