Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp2767 UINT dwMaxReadWriteBytes, dwTransferBytes, dwFillByte, dwCrc; in write_sparse_lba() local
2771 dwMaxReadWriteBytes = DEFAULT_RW_LBA * SECTOR_SIZE; in write_sparse_lba()
2810 memset(pBuf, 0, dwMaxReadWriteBytes); in write_sparse_lba()
2811 if (dwChunkDataSize >= dwMaxReadWriteBytes) { in write_sparse_lba()
2812 dwTransferBytes = dwMaxReadWriteBytes; in write_sparse_lba()
2851 memset(pBuf, 0, dwMaxReadWriteBytes); in write_sparse_lba()
2852 if (dwChunkDataSize >= dwMaxReadWriteBytes) { in write_sparse_lba()
2853 dwTransferBytes = dwMaxReadWriteBytes; in write_sparse_lba()