Lines Matching refs:uiEntryOffset
1225 long long uiEntryOffset = 0; in IsExistBootloaderInFw() local
1238 bRet = m_pImage->GetData(entryStartOffset + uiEntryOffset, in IsExistBootloaderInFw()
1263 uiEntryOffset += uiWroteByte; in IsExistBootloaderInFw()
2384 u64 uiEntryOffset; in RKA_File_Download() local
2389 uiEntryOffset = 0; in RKA_File_Download()
2429 bRet = m_pImage->GetData(ulEntryStartOffset + uiEntryOffset, uiWriteByte, pBuffer); in RKA_File_Download()
2508 …(_T("ERROR:RKA_File_Download-->RKU_WriteLBA failed,Written(%d),RetCode(%d)"), uiEntryOffset, iRet); in RKA_File_Download()
2516 uiEntryOffset += uiWriteByte; in RKA_File_Download()
2615 long long uiEntryOffset; in RKA_File_Check() local
2619 uiEntryOffset = 0; in RKA_File_Check()
2641 …>Record(_T("ERROR:RKA_File_Check-->RKU_ReadLBA failed,Read(%d),RetCode(%d)"), uiEntryOffset, iRet); in RKA_File_Check()
2647 bRet = m_pImage->GetData(ulEntryStartOffset + uiEntryOffset, uiWriteByte, pBufferFromFile); in RKA_File_Check()
2678 m_pLog->Record(_T("ERROR:RKA_File_Check-->Memcmp failed,Read(%d)"), uiEntryOffset); in RKA_File_Check()
2710 uiEntryOffset += uiWriteByte; in RKA_File_Check()