Searched refs:this_size (Results 1 – 5 of 5) sorted by relevance
69 uint64_t biggest_size, this_size; in uboot_loadaddr() local111 this_size = subldr - sblock; in uboot_loadaddr()114 this_size = eblock - eubldr; in uboot_loadaddr()119 this_size = eblock - this_block; in uboot_loadaddr()122 this_size = 0; in uboot_loadaddr()124 if (biggest_size < this_size) { in uboot_loadaddr()126 biggest_size = this_size; in uboot_loadaddr()
283 lldb::addr_t this_size = in SetUpRegion() local286 code_size = this_size; in SetUpRegion()288 if (this_size != code_size) in SetUpRegion()290 if (this_size > code_size) in SetUpRegion()291 code_size = this_size; in SetUpRegion()
588 COORD this_size; in wcon_dobeepflash() local599 this_size.X = (SHORT) wide; in wcon_dobeepflash()600 this_size.Y = (SHORT) high; in wcon_dobeepflash()608 this_size, in wcon_dobeepflash()621 write_screen(WINCONSOLE.hdl, that_screen, this_size, in wcon_dobeepflash()624 write_screen(WINCONSOLE.hdl, this_screen, this_size, in wcon_dobeepflash()
42 uint64_t this_size; member
192 index->this_offset != size * offset || index->this_size != size || in label_index_is_valid()