Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp405 long long ullRemain, ullCrcOffset; in check_fw_crc() local
408 ullRemain = *((DWORD *)(&pHeader->machine_model[30])); in check_fw_crc()
409 ullRemain <<= 32; in check_fw_crc()
410 ullRemain += pHeader->size; in check_fw_crc()
414 ullRemain = pHeader->size; in check_fw_crc()
416 if (ullRemain <= 0) in check_fw_crc()
420 ullCrcOffset = ullRemain; in check_fw_crc()
431 while (ullRemain > 0) in check_fw_crc()
433 if (ullRemain >= uiTransferSize) in check_fw_crc()
440 uiReadBytes = ullRemain; in check_fw_crc()
[all …]