Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DCMakeLists.txt28 # Configure a header file to pass some of the CMake settings
H A Dmain.cpp2769 sparse_header header; in write_sparse_lba() local
2781 iRead = fread(&header, 1, sizeof(header), file); in write_sparse_lba()
2790 iFileSize = header.blk_sz * (u64)header.total_blks; in write_sparse_lba()
2800 while(curChunk < header.total_chunks) in write_sparse_lba()
2846 dwChunkDataSize = (u64)chunk.chunk_sz * header.blk_sz; in write_sparse_lba()
2887 dwChunkDataSize = (u64)chunk.chunk_sz * header.blk_sz; in write_sparse_lba()