| /NextBSD/lib/libthr/thread/ |
| HD | thr_stack.c | 125 round_up(size_t size) in round_up() function 138 round_up(thrd->attr.guardsize_attr), in _thr_stack_fix_protection() 139 round_up(thrd->attr.stacksize_attr), in _thr_stack_fix_protection() 204 stacksize = round_up(attr->stacksize_attr); in _thr_stack_alloc() 205 guardsize = round_up(attr->guardsize_attr); in _thr_stack_alloc() 269 spare_stack->stacksize = round_up(attr->stacksize_attr); in _thr_stack_free() 270 spare_stack->guardsize = round_up(attr->guardsize_attr); in _thr_stack_free()
|
| HD | thr_workq.c | 249 round_up(size_t size) in round_up() function 267 twq.twq_stacksize = round_up(attr->stacksize_attr); in thr_workq_init() 268 twq.twq_guardsize = round_up(attr->guardsize_attr); in thr_workq_init()
|
| /NextBSD/contrib/gcc/ |
| HD | stor-layout.c | 916 rli->bitpos = round_up (rli->bitpos, desired_align); in place_field() 927 rli->offset = round_up (rli->offset, desired_align / BITS_PER_UNIT); in place_field() 964 rli->bitpos = round_up (rli->bitpos, type_align); in place_field() 1003 rli->bitpos = round_up (rli->bitpos, type_align); in place_field() 1142 rli->bitpos = round_up (rli->bitpos, type_align); in place_field() 1256 TYPE_SIZE (rli->t) = round_up (unpadded_size, TYPE_ALIGN (rli->t)); in finalize_record_size() 1258 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t)); in finalize_record_size() 1277 unpacked_size = round_up (TYPE_SIZE (rli->t), rli->unpacked_align); in finalize_record_size() 1431 TYPE_SIZE (type) = round_up (TYPE_SIZE (type), TYPE_ALIGN (type)); in finalize_type_size() 1432 TYPE_SIZE_UNIT (type) = round_up (TYPE_SIZE_UNIT (type), in finalize_type_size()
|
| HD | function.c | 3381 s2 = round_up (s2, PARM_BOUNDARY / BITS_PER_UNIT); in locate_and_pad_parm() 3434 sizetree = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT); in locate_and_pad_parm() 3482 tree rounded = round_up (offset, boundary / BITS_PER_UNIT); in pad_to_arg_alignment() 3523 tree s2 = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT); in pad_below()
|
| HD | calls.c | 1184 args_size->var = round_up (args_size->var, preferred_stack_boundary); in compute_argument_block_size()
|
| HD | tree.h | 3996 extern tree round_up (tree, int);
|
| HD | builtins.c | 4297 rounded_size = round_up (type_size, align); in std_gimplify_va_arg_expr()
|
| HD | fold-const.c | 13446 round_up (tree value, int divisor) in round_up() function
|
| HD | ChangeLog-2004 | 14482 fold_abs_const, fold_not_const, fold_relational_const, round_up, 16522 (round_up): Use build_int_cst. 16954 fold_negate_const, fold_abs_const, fold_not_const, round_up, 17826 * fold-const.c (round_up, round_down): Use build_int_cst. 19626 * stor-layout.c (round_up, round_down): Move ... 19627 * fold-const.c (round_up, round_down): ... here. Use 19797 * stor-layout.c (round_up): Check for 0/1 before dividing. 24214 Always align upward to arg boundary. Use size_in_bytes/round_up. 24216 * stor-layout.c (round_up, round_down): Special-case powers of 2.
|
| HD | FSFChangeLog.10 | 491 * i960.h (ROUND_TYPE_SIZE): Return round_up result instead of
|
| HD | ChangeLog-2000 | 27764 (round_up): Pass proper type to size_binop.
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | kernel.h | 185 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | mr.c | 154 cur_end_addr_aligned = round_up(cur_end_addr, mtt_size); in mlx4_ib_umem_write_mtt_block() 410 last_block_aligned_end = round_up(last_block_end, 1<<block_shift); in mlx4_ib_umem_calc_optimal_mtt_size()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | class.c | 3636 eoc = round_up (rli_size_unit_so_far (rli), in build_base_field() 4408 round_up (CLASSTYPE_SIZE (t), in layout_virtual_bases() 4834 rli->bitpos = round_up (rli->bitpos, BITS_PER_UNIT); in layout_class_type()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ChangeLog-9193 | 3539 * hppa.c (round_down,round,round_up,L,R,LS,RS,LD,RD,LR,RR): Make 3652 low_sign_unext, round_down, round, round_up, L, R, LS, RS, LD, RD,
|