Searched refs:this_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/stand/uboot/lib/
H A Dcopy.c74 uint64_t biggest_size, this_size; local
117 this_size = subldr - sblock;
120 this_size = eblock - eubldr;
125 this_size = eblock - this_block;
128 this_size = 0;
130 if (biggest_size < this_size) {
132 biggest_size = this_size;
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-crt2.c74 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
103 l->this_size = sizeof (*l);
125 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dalloca.c312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dalloca.c312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c76 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp385 lldb::addr_t this_size = local
388 code_size = this_size;
390 if (this_size != code_size)
392 if (this_size > code_size)
393 code_size = this_size;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1624 bfd_vma this_size;
1626 if (parse_int (&(ieee->h), &this_size))
1630 for (i = 0; i < this_size; i++)
1621 bfd_vma this_size; local

Completed in 96 milliseconds