Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/
A DCheckSumUtils.c35 const uint8_t *srcEnd = src + inLen; in CRC8_Update() local
36 while ( src < srcEnd ) { in CRC8_Update()
78 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local
79 while ( src < srcEnd ) { in CRC16_Update()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_os.c172 const unsigned char *srcEnd = src + inLen; in ota_crc16_update() local
173 while (src < srcEnd) { in ota_crc16_update()
/AliOS-Things-master/components/amp/services/amp_boot/
A Damp_boot_ymodem.c76 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local
77 while ( src < srcEnd ) { in CRC16_Update()
/AliOS-Things-master/components/py_engine/external/amp_boot/
A Damp_boot_ymodem.c83 const uint8_t *srcEnd = src + inLen; in CRC16_Update() local
84 while (src < srcEnd) { in CRC16_Update()
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c391 const unsigned char *srcEnd = src + inLen; in crc16_update() local
392 while ( src < srcEnd ) { in crc16_update()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.c107 const uint8_t *srcEnd = src + inLen; in CRC16_Update_ymodem() local
108 while ( src < srcEnd ) { in CRC16_Update_ymodem()

Completed in 10 milliseconds