Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dcopy.c72 uint64_t biggest_size, this_size; in uboot_loadaddr() local
115 this_size = subldr - sblock; in uboot_loadaddr()
118 this_size = eblock - eubldr; in uboot_loadaddr()
123 this_size = eblock - this_block; in uboot_loadaddr()
126 this_size = 0; in uboot_loadaddr()
128 if (biggest_size < this_size) { in uboot_loadaddr()
130 biggest_size = this_size; in uboot_loadaddr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.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/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c594 COORD this_size; in wcon_dobeepflash() local
605 this_size.X = (SHORT) wide; in wcon_dobeepflash()
606 this_size.Y = (SHORT) high; in wcon_dobeepflash()
614 this_size, in wcon_dobeepflash()
627 write_screen(WINCONSOLE.hdl, that_screen, this_size, in wcon_dobeepflash()
630 write_screen(WINCONSOLE.hdl, this_screen, this_size, in wcon_dobeepflash()
H A Dwin_driver.c678 COORD this_size; in wcon_dobeepflash() local
689 this_size.X = (SHORT) wide; in wcon_dobeepflash()
690 this_size.Y = (SHORT) high; in wcon_dobeepflash()
698 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()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h42 uint64_t this_size; member
H A Dnvdimm.c192 index->this_offset != size * offset || index->this_size != size || in label_index_is_valid()