Home
last modified time | relevance | path

Searched defs:rounded (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c504 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 Ddsp16xx.c2194 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 Dieetst.c51 static unsigned short fullp[NE], rounded[NE]; variable
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c669 int rounded = FA(sec->_raw_size); local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c623 int rounded = FA (sec->size); in _bfd_XXi_swap_aouthdr_out() local
/openbsd-src/gnu/gcc/gcc/
H A Dfunction.c3472 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 Dvarasm.c490 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 Dmalloc.c1128 unsigned int mask, rounded, rounded_size; in bin_of() local
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c1367 STRLEN rounded = PERL_STRLEN_ROUNDUP(newlen); Perl_sv_grow() local