Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp2767 UINT dwMaxReadWriteBytes, dwTransferBytes, dwFillByte, dwCrc; in write_sparse_lba() local
2812 dwTransferBytes = dwMaxReadWriteBytes; in write_sparse_lba()
2815 dwTransferBytes = dwChunkDataSize; in write_sparse_lba()
2816 …uiTransferSec = ((dwTransferBytes % SECTOR_SIZE == 0) ? (dwTransferBytes / SECTOR_SIZE) : (dwTrans… in write_sparse_lba()
2818 if (!EatSparseData(file, pBuf, dwTransferBytes)) { in write_sparse_lba()
2823 dwChunkDataSize -= dwTransferBytes; in write_sparse_lba()
2824 iTotalWrite += dwTransferBytes; in write_sparse_lba()
2853 dwTransferBytes = dwMaxReadWriteBytes; in write_sparse_lba()
2856 dwTransferBytes = dwChunkDataSize; in write_sparse_lba()
2857 …uiTransferSec = ((dwTransferBytes % SECTOR_SIZE == 0) ? (dwTransferBytes / SECTOR_SIZE) : (dwTrans… in write_sparse_lba()
[all …]