/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | ifiter_sysctl.c | 35 #define ROUNDUP(a) ((a) > 0 ? \ macro 39 #define ROUNDUP(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \ macro 235 + ROUNDUP(sa->sa_len)); in internal_current() 242 + ROUNDUP(_FAKE_SA_LEN_DST(sa))); in internal_current() 246 + ROUNDUP(sizeof(struct sockaddr))); in internal_current()
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 107 #define MEMALIGN(a) (((a) + ROUNDUP) & ~ROUNDUP) 135 #define ROUNDUP 15 macro 137 #define ROUNDUP 7 macro 287 if (((U_long) op) & ROUNDUP) { in morecore() 288 op = (union overhead *) (((U_long) op + (ROUNDUP + 1)) & ~ROUNDUP); in morecore()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_math.h | 133 #ifndef ROUNDUP 134 #define ROUNDUP(val, align) \ macro
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_kernel_defs.h | 27 #define ROUNDUP(x, y) roundup(x, y) macro
|
H A D | vmci_driver.c | 260 dg = (struct vmci_datagram *)ROUNDUP((uintptr_t)dg + 1, in vmci_read_datagrams_from_port()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mcast_tbl.c | 77 (uint8_t) ((ROUNDUP(num_ports, IB_MCAST_MASK_SIZE) / in osm_mcast_tbl_init() 80 p_tbl->max_block = (uint16_t) ((ROUNDUP(p_tbl->num_entries, in osm_mcast_tbl_init()
|
/freebsd/usr.sbin/rtsold/ |
H A D | if.c | 250 #define ROUNDUP(a, size) \ macro 254 ((caddr_t)(ap) + ((ap)->sa_len ? ROUNDUP((ap)->sa_len,\
|
/freebsd/usr.sbin/route6d/ |
H A D | route6d.c | 79 #define ROUNDUP(a) \ macro 81 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) 1799 q += ROUNDUP(rta[i]->sin6_len); in rtrecv() 2687 rtmp += ROUNDUP(sin6_dst->sin6_len); in rt_entry() 2690 rtmp += ROUNDUP(sin6_gw->sin6_len); in rt_entry() 2694 rtmp += ROUNDUP(sin6_mask->sin6_len); in rt_entry() 2698 rtmp += ROUNDUP(sin6_genmask->sin6_len); in rt_entry() 2702 rtmp += ROUNDUP(sin6_ifp->sin6_len); in rt_entry() 2850 sin6 = (struct sockaddr_in6 *)(void *)((char *)sin6 + ROUNDUP(sin6->sin6_len)); in addroute() 2857 sin6 = (struct sockaddr_in6 *)(void *)((char *)sin6 + ROUNDUP(sin6->sin6_len)); in addroute() [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | defs.h | 118 #define ROUNDUP(x) ((x) ? (1 + (((x) - 1) | (sizeof(long) - 1))) : sizeof(long)) macro
|
H A D | route.c | 319 wp += ROUNDUP(sa[rtax]->sa_len); in route_ParseHdr() 707 padlen = ROUNDUP(len); in memcpy_roundup()
|
H A D | iface.c | 816 wp += ROUNDUP(sa[rtax]->sa_len); in iface_ParseHdr()
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.h | 41 #define ROUNDUP(a,b) ((a) & ((b)-1)) macro
|
H A D | dtfs_subr.c | 245 needalloc = newsize > ROUNDUP(df->df_datalen, DTFS_BLOCKSIZE); in dtfs_setsize()
|
/freebsd/sys/sys/ |
H A D | gmon.h | 149 #define ROUNDUP(x,y) roundup(x,y) macro
|
/freebsd/crypto/openssh/ |
H A D | sshbuf.c | 264 rlen = ROUNDUP(buf->size, SSHBUF_SIZE_INC); in sshbuf_set_max_size() 352 rlen = ROUNDUP(buf->alloc + need, SSHBUF_SIZE_INC); in sshbuf_allocate()
|
H A D | misc.h | 252 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
H A D | packet.c | 1089 out_blocks = ROUNDUP(outbound_packet_len, in ssh_packet_need_rekeying() 1228 ROUNDUP(state->extra_pad, block_size); in ssh_packet_send2_wrapped()
|
H A D | kex.c | 1072 if ((digest = calloc(1, ROUNDUP(need, mdsz))) == NULL) { in derive_key()
|
H A D | sshd.c | 751 sz = ROUNDUP(sshbuf_len(m) + 5, 16*1024); in send_rexec_state()
|
/freebsd/contrib/bmake/ |
H A D | meta.c | 99 #ifndef ROUNDUP 100 # define ROUNDUP(n, u) (N2U((n), (u)) * (u)) macro 887 newsz = ROUNDUP(((size_t)fs.st_size / 2), BUFSIZ); in fgetLine() 889 newsz = ROUNDUP((size_t)fs.st_size, BUFSIZ); in fgetLine()
|
/freebsd/usr.sbin/rtadvd/ |
H A D | if.c | 60 #define ROUNDUP(a, size) \ macro 65 ((ap)->sa_len ? ROUNDUP((ap)->sa_len, sizeof(u_long)) : \
|
/freebsd/lib/libc/gmon/ |
H A D | gmon.c | 74 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 371 iids->pf_cids = ROUNDUP(iids->pf_cids, TM_ALIGN); in ecore_cxt_tm_iids() 372 iids->per_vf_cids = ROUNDUP(iids->per_vf_cids, TM_ALIGN); in ecore_cxt_tm_iids() 373 iids->per_vf_tids = ROUNDUP(iids->per_vf_tids, TM_ALIGN); in ecore_cxt_tm_iids() 376 iids->pf_tids[j] = ROUNDUP(iids->pf_tids[j], TM_ALIGN); in ecore_cxt_tm_iids() 493 p_conn->cid_count = ROUNDUP(cid_count, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count() 494 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count() 502 p_conn->cid_count = ROUNDUP(p_conn->cid_count, align); in ecore_cxt_set_proto_cid_count()
|
H A D | bcm_osal.h | 383 #define ROUNDUP(value, to_what) QLNX_ROUNDUP((value), (to_what)) macro
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_pool.c | 131 ROUNDUP(p_pool->component_sizes[i], sizeof(uintptr_t)); in cl_qcpool_init()
|