/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 504 asm_output_bss (file, decl, name, size, rounded) in asm_output_bss() argument 1303 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \ argument 1307 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \ argument 1310 #define ASM_EMIT_LOCAL(decl, name, size, rounded) \ argument 1316 #define ASM_EMIT_BSS(decl, name, size, rounded) \ argument 1320 #define ASM_EMIT_BSS(decl, name, size, rounded) \ argument 1328 #define ASM_EMIT_COMMON(decl, name, size, rounded) \ argument 1332 #define ASM_EMIT_COMMON(decl, name, size, rounded) \ argument 1335 #define ASM_EMIT_COMMON(decl, name, size, rounded) \ argument 1341 asm_emit_uninitialised (decl, name, size, rounded) in asm_emit_uninitialised() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
H A D | dsp16xx.c | 2194 asm_output_common(file, name, size, rounded) in asm_output_common() argument 2211 asm_output_local(file, name, size, rounded) in asm_output_local() argument
|
/openbsd-src/regress/lib/libc/cephes/ |
H A D | ieetst.c | 51 static unsigned short fullp[NE], rounded[NE]; variable
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | peXXigen.c | 669 int rounded = FA(sec->_raw_size); local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | peXXigen.c | 623 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | function.c | 3472 tree rounded = round_down (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment() local 3474 tree rounded = round_up (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment() local
|
H A D | varasm.c | 490 unsigned HOST_WIDE_INT rounded) in asm_output_bss() 1656 unsigned HOST_WIDE_INT size, rounded; in assemble_noswitch_variable() local
|
/openbsd-src/lib/libc/stdlib/ |
H A D | malloc.c | 1128 unsigned int mask, rounded, rounded_size; in bin_of() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | sv.c | 1367 STRLEN rounded = PERL_STRLEN_ROUNDUP(newlen); Perl_sv_grow() local
|