Searched refs:round_up (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_stack.c126 round_up(size_t size) function
139 round_up(thrd->attr.guardsize_attr),
140 round_up(thrd->attr.stacksize_attr),
206 stacksize = round_up(attr->stacksize_attr);
207 guardsize = round_up(attr->guardsize_attr);
304 spare_stack->stacksize = round_up(attr->stacksize_attr);
305 spare_stack->guardsize = round_up(attr->guardsize_attr);
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_stack.c124 round_up(size_t size) function
149 stacksize = round_up(attr->stacksize_attr);
150 guardsize = round_up(attr->guardsize_attr);
250 spare_stack->stacksize = round_up(attr->stacksize_attr);
251 spare_stack->guardsize = round_up(attr->guardsize_attr);
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dkernel.h151 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd-10.1-release/contrib/gcc/
H A Dstor-layout.c920 rli->bitpos = round_up (rli->bitpos, desired_align);
931 rli->offset = round_up (rli->offset, desired_align / BITS_PER_UNIT);
968 rli->bitpos = round_up (rli->bitpos, type_align);
1007 rli->bitpos = round_up (rli->bitpos, type_align);
1146 rli->bitpos = round_up (rli->bitpos, type_align);
1260 TYPE_SIZE (rli->t) = round_up (unpadded_size, TYPE_ALIGN (rli->t));
1262 = round_up (unpadded_size_unit, TYPE_ALIGN_UNIT (rli->t));
1281 unpacked_size = round_up (TYPE_SIZE (rli->t), rli->unpacked_align);
1435 TYPE_SIZE (type) = round_up (TYPE_SIZE (type), TYPE_ALIGN (type));
1436 TYPE_SIZE_UNIT (type) = round_up (TYPE_SIZE_UNI
[all...]
H A Dfunction.c3396 s2 = round_up (s2, PARM_BOUNDARY / BITS_PER_UNIT);
3449 sizetree = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT);
3497 tree rounded = round_up (offset, boundary / BITS_PER_UNIT);
3538 tree s2 = round_up (sizetree, PARM_BOUNDARY / BITS_PER_UNIT);
H A Dcalls.c1185 args_size->var = round_up (args_size->var, preferred_stack_boundary);
H A Dtree.h4016 extern tree round_up (tree, int);
H A Dbuiltins.c4298 rounded_size = round_up (type_size, align);
H A Dfold-const.c13481 round_up (tree value, int divisor)
13446 round_up (tree value, int divisor) function
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmr.c157 cur_end_addr_aligned = round_up(cur_end_addr, mtt_size);
414 last_block_aligned_end = round_up(last_block_end, 1<<block_shift);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c3640 eoc = round_up (rli_size_unit_so_far (rli),
4412 round_up (CLASSTYPE_SIZE (t),
4838 rli->bitpos = round_up (rli->bitpos, BITS_PER_UNIT);

Completed in 340 milliseconds