HomeSort by relevance Sort by last modified time
    Searched refs:new_num_blocks (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/core/
bitmap.c 39 unsigned int new_num_blocks; local
44 new_num_blocks = BITMAP_INDEX ( new_length + BITMAP_BLKSIZE - 1 );
46 if ( old_num_blocks != new_num_blocks ) {
47 new_size = ( new_num_blocks * sizeof ( bitmap->blocks[0] ) );
58 while ( old_num_blocks < new_num_blocks ) {
  /system/update_engine/payload_generator/
extent_utils.cc 143 uint64_t new_num_blocks = extent.num_blocks(); local
144 if (scanned_blocks + new_num_blocks > end_block_offset) {
146 new_num_blocks = end_block_offset - scanned_blocks;
150 new_num_blocks -= block_offset - scanned_blocks;
153 result.push_back(ExtentForRange(new_start, new_num_blocks));
delta_diff_utils.h 55 // and |new_num_blocks| respectively. The maximum operation size is
66 size_t new_num_blocks,
delta_diff_utils.cc 289 size_t new_num_blocks,
300 new_num_blocks * kBlockSize,
309 uint64_t num_blocks = std::min(old_num_blocks, new_num_blocks);
347 for (uint64_t block = 0; block < new_num_blocks; block++) {
392 chunk_blocks = new_num_blocks;
    [all...]

Completed in 354 milliseconds