Searched refs:data_block_count (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c409 uint64_t bat_size, data_block_count, total_bat_entries; local
418 data_block_count = (image_size + PAYLOAD_BLOCK_SIZE - 1) / PAYLOAD_BLOCK_SIZE;
419 total_bat_entries = data_block_count + (data_block_count - 1)/chunk_ratio;
430 for (idx = 0; idx < data_block_count; idx++) {
448 (idx != data_block_count - 1)) {

Completed in 69 milliseconds