Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp261 bool ParsePartitionInfo(string &strPartInfo, string &strName, UINT &uiOffset, UINT &uiLen) in ParsePartitionInfo() argument
278 uiLen = 0xFFFFFFFF; in ParsePartitionInfo()
280 iCount = sscanf(strLen.c_str(), "0x%x", &uiLen); in ParsePartitionInfo()
2553 bool read_lba(STRUCT_RKDEVICE_DESC &dev, UINT uiBegin, UINT uiLen, char *szFile) in read_lba() argument
2574 while(uiLen > 0) { in read_lba()
2576 iRead = (uiLen >= DEFAULT_RW_LBA) ? DEFAULT_RW_LBA : uiLen; in read_lba()
2579 uiLen -= iRead; 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()
2594 … printf("Read LBA to file (%d%%)\r\n", (iTotalRead / 1024) * 100 / ((uiLen + iTotalRead) / 1024)); in read_lba()
[all …]