Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Dbitmap.c39 unsigned int new_num_blocks; in bitmap_resize() local
44 new_num_blocks = BITMAP_INDEX ( new_length + BITMAP_BLKSIZE - 1 ); in bitmap_resize()
46 if ( old_num_blocks != new_num_blocks ) { in bitmap_resize()
47 new_size = ( new_num_blocks * sizeof ( bitmap->blocks[0] ) ); in bitmap_resize()
58 while ( old_num_blocks < new_num_blocks ) { in bitmap_resize()