Searched refs:totalValue (Results 1 – 2 of 2) sorted by relevance
| /rkdeveloptool/ |
| H A D | DefineHeader.h | 233 …ssPromptCB)(UINT deviceLayer, ENUM_PROGRESS_PROMPT promptID, long long totalValue, long long curre…
|
| H A D | main.cpp | 69 void ProgressInfoProc(UINT deviceLayer, ENUM_PROGRESS_PROMPT promptID, long long totalValue, long l… in ProgressInfoProc() argument 75 …snprintf(szText, sizeof(szText), "Test Device total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 79 …snprintf(szText, sizeof(szText), "Lowerformat Device total %lld, current %lld", totalValue, curren… in ProgressInfoProc() 83 …snprintf(szText, sizeof(szText), "Download Image total %lldK, current %lldK", totalValue/1024, cur… in ProgressInfoProc() 87 …snprintf(szText, sizeof(szText), "Check Image total %lldK, current %lldK", totalValue/1024, curren… in ProgressInfoProc() 91 …snprintf(szText, sizeof(szText), "Tag Bad Block total %lld, current %lld", totalValue, currentValu… in ProgressInfoProc() 95 snprintf(szText, sizeof(szText), "Test Block total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 99 …snprintf(szText, sizeof(szText), "Erase Flash total %lld, current %lld", totalValue, currentValue); in ProgressInfoProc() 103 …snprintf(szText, sizeof(szText), "Erase System partition total %lld, current %lld", totalValue, cu… in ProgressInfoProc() 107 …nID=%x> Erase Userdata partition total %lld, current %lld", deviceLayer, totalValue, currentValue); in ProgressInfoProc()
|