Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/uboot/
HDcopy.c73 uint64_t biggest_size, this_size; in uboot_loadaddr() local
116 this_size = subldr - sblock; in uboot_loadaddr()
119 this_size = eblock - eubldr; in uboot_loadaddr()
124 this_size = eblock - this_block; in uboot_loadaddr()
127 this_size = 0; in uboot_loadaddr()
129 if (biggest_size < this_size) { in uboot_loadaddr()
131 biggest_size = this_size; in uboot_loadaddr()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTrampolineHandler.cpp283 lldb::addr_t this_size = in SetUpRegion() local
286 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()
/freebsd-13-stable/sys/dev/nvdimm/
HDnvdimm_var.h42 uint64_t this_size; member
HDnvdimm.c193 index->this_offset != size * offset || index->this_size != size || in label_index_is_valid()
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
HDwin_driver.c680 COORD this_size; in wcon_dobeepflash() local
691 this_size.X = (SHORT) wide; in wcon_dobeepflash()
692 this_size.Y = (SHORT) high; in wcon_dobeepflash()
700 this_size, in wcon_dobeepflash()
710 write_screen(CON.hdl, that_screen, this_size, bufferCoord, &this_region); in wcon_dobeepflash()
712 write_screen(CON.hdl, this_screen, this_size, bufferCoord, &this_region); in wcon_dobeepflash()