Searched refs:orig_size (Results 1 – 4 of 4) sorted by relevance
220 int orig_size = hash->size; in _hash_resize() local232 orig_size = hash->size; in _hash_resize()236 for (x = orig_size; x < hash->size; x++) in _hash_resize()243 for (x = 0; x < orig_size; x++) in _hash_resize()246 next_bucket = x + orig_size; in _hash_resize()
902 my $orig_size = $#test_list + 1;913 $actually_skipped = $orig_size - ($#test_list + 1);915 &dd ($actually_skipped . " of " . $orig_size .
1118 blk_t orig_size, new_block; in inode_scan_and_fix() local1132 orig_size = rfs->old_fs->super->s_blocks_count; in inode_scan_and_fix()1133 if (orig_size < rfs->new_fs->super->s_blocks_count) in inode_scan_and_fix()1252 rfs->old_fs->super->s_blocks_count = orig_size; in inode_scan_and_fix()
2154 if ((start_addr + orig_size) - addr >= TARGET_PAGE_SIZE) \2157 end_addr2 = (start_addr + orig_size - 1) & ~TARGET_PAGE_MASK; \2173 ram_addr_t orig_size = size; in cpu_register_physical_memory() local