Searched defs:rounded_size (Results 1 – 17 of 17) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | stor-layout.c | 1813 int rounded_size local
|
H A D | recog.c | 1289 unsigned int rounded_size = GET_MODE_SIZE (mode); local
|
H A D | collect2.c | 3029 long rounded_size; /* size rounded to page boundary */ member
|
H A D | builtins.c | 3202 tree rounded_size; local
|
H A D | function.c | 705 HOST_WIDE_INT rounded_size = CEIL_ROUND (size, alignment); local
|
H A D | expr.c | 3682 unsigned rounded_size = PUSH_ROUNDING (GET_MODE_SIZE (mode)); local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 361 uptr rounded_size = RoundUpTo(size, alignment); in Allocate() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.c | 2707 tree rounded_size; local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/ |
H A D | arc.c | 2298 HOST_WIDE_INT align, rounded_size; local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 501 uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment); in Allocate() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | recog.c | 1242 unsigned int rounded_size = GET_MODE_SIZE (mode); in push_operand() local
|
H A D | function.c | 675 HOST_WIDE_INT rounded_size = CEIL_ROUND (size, alignment); in assign_stack_temp_for_type() local
|
H A D | expr.c | 3474 unsigned rounded_size = PUSH_ROUNDING (GET_MODE_SIZE (mode)); in emit_single_push_insn() local
|
H A D | builtins.c | 4259 tree addr, t, type_size, rounded_size, valist_tmp; in std_gimplify_va_arg_expr() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.c | 866 tree rounded_size; 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/gcc/gcc/config/alpha/ |
H A D | alpha.c | 6319 tree t, type_size, rounded_size; local
|