Searched refs:this_size (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/uboot/ |
H A D | copy.c | 72 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 D | AppleObjCTrampolineHandler.cpp | 283 lldb::addr_t this_size = in SetUpRegion() 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() 284 lldb::addr_t this_size = SetUpRegion() local
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win32_driver.c | 594 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 D | win_driver.c | 688 COORD this_size; in wcon_dobeepflash() local 699 this_size.X = (SHORT) wide; in wcon_dobeepflash() 700 this_size.Y = (SHORT) high; in wcon_dobeepflash() 708 this_size, in wcon_dobeepflash() 720 write_screen(CON.hdl, that_screen, this_size, bufferCoord, &this_region); in wcon_dobeepflash() 722 write_screen(CON.hdl, this_screen, this_size, bufferCoord, &this_region); in wcon_dobeepflash()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_var.h | 42 uint64_t this_size; member
|
H A D | nvdimm.c | 192 index->this_offset != size * offset || index->this_size != size || in label_index_is_valid()
|