Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp2561 UINT iTotalRead = 0,iRead = 0; in read_lba() local
2577 iRet = pComm->RKU_ReadLBA( uiBegin + iTotalRead, iRead, pBuf); in read_lba()
2580 iTotalRead += iRead; in read_lba()
2585 if (iTotalRead >= 1024) in read_lba()
2586 … printf("Read LBA to file (%d%%)\r\n", (iTotalRead / 1024) * 100 / ((uiLen + iTotalRead) / 1024)); in read_lba()
2588 printf("Read LBA to file (%d%%)\r\n", iTotalRead * 100 / (uiLen + iTotalRead)); in read_lba()
2593 if (iTotalRead >= 1024) in read_lba()
2594 … printf("Read LBA to file (%d%%)\r\n", (iTotalRead / 1024) * 100 / ((uiLen + iTotalRead) / 1024)); in read_lba()
2596 printf("Read LBA to file (%d%%)\r\n", iTotalRead * 100 / (uiLen + iTotalRead)); in read_lba()