Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dcopy.c69 uint64_t biggest_size, this_size; in uboot_loadaddr() local
111 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()
/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.c588 COORD this_size; in wcon_dobeepflash() local
599 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()
/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()