OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ROUNDUP
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
gmon.h
155
#define
ROUNDUP
(x,y) ((((x)+(y)-1)/(y))*(y))
/src/external/gpl3/binutils/dist/gprofng/src/
gmon.h
155
#define
ROUNDUP
(x,y) ((((x)+(y)-1)/(y))*(y))
/src/external/gpl3/binutils.old/dist/gprof/
gmon.h
155
#define
ROUNDUP
(x,y) ((((x)+(y)-1)/(y))*(y))
/src/usr.sbin/rarpd/
mkarp.c
79
/*
Roundup
the same way rt_xaddrs does */
80
#define
ROUNDUP
(a) \
246
cp +=
ROUNDUP
(((struct sockaddr *)s)->sa_len);}
/src/external/bsd/tradcpp/dist/
utils.c
51
#define
ROUNDUP
(len, size) ((size) * (((len) + (size) - 1) / (size)))
65
return
ROUNDUP
(len, sz) + 2*sz;
76
roundedlen =
ROUNDUP
(len, sizeof(struct mallocheader));
99
roundedlen =
ROUNDUP
(len, sizeof(struct mallocheader));
/src/sys/arch/hpcmips/stand/pbsdboot/
elf.c
48
#define
ROUNDUP
(a, n) ((((int)(a)) + (n)-1)/(n)*(n))
281
dbg_eh.e_entry =
ROUNDUP
(dbg_hdr_size +
337
int dbg_info_size =
ROUNDUP
(dbg_hdr_size +
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_sysctl.c
37
#define
ROUNDUP
(a) ((a) > 0 ? \
41
#define
ROUNDUP
(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \
237
+
ROUNDUP
(sa->sa_len));
244
+
ROUNDUP
(_FAKE_SA_LEN_DST(sa)));
248
+
ROUNDUP
(sizeof(struct sockaddr)));
/src/tests/fs/puffs/h_dtfs/
dtfs.h
41
#define
ROUNDUP
(a,b) ((a) & ((b)-1))
/src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c
75
#define
ROUNDUP
(x, y) ((((x) + (y) - 1) / (y)) * (y))
106
highpc = (char *)
ROUNDUP
((size_t) highpc,
/src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c
75
#define
ROUNDUP
(x, y) ((((x) + (y) - 1) / (y)) * (y))
106
highpc = (char *)
ROUNDUP
((size_t) highpc,
/src/crypto/external/bsd/openssh/dist/
misc.h
267
#define
ROUNDUP
(x, y) ((((x)+((y)-1))/(y))*(y))
/src/external/gpl2/libmalloc/dist/
ralloc.c
118
#define
ROUNDUP
(size) (((unsigned long int) (size) + page_size - 1) \
298
get = (char *)
ROUNDUP
((char *)last_heap->end + get)
351
- (char *)
ROUNDUP
((char *)last_heap->end - excess);
753
SIZE get =
ROUNDUP
(size);
755
address = (POINTER)
ROUNDUP
(virtual_break_value);
763
address = (POINTER)
ROUNDUP
(h->start);
775
address = (POINTER)
ROUNDUP
(virtual_break_value);
777
address = (POINTER)
ROUNDUP
(last_heap->start);
993
extra_bytes =
ROUNDUP
(50000);
995
first_heap->end = (POINTER)
ROUNDUP
(first_heap->start)
[
all
...]
/src/sbin/routed/
if.c
645
#define
ROUNDUP
(a) RT_ROUNDUP(a)
648
#define
ROUNDUP
(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) \
651
#define
ROUNDUP
(a) ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) \
665
+
ROUNDUP
(sa->sa_len));
669
+
ROUNDUP
(_FAKE_SA_LEN_DST(sa)));
/src/usr.sbin/rwhod/
rwhod.c
448
#define
ROUNDUP
(a) \
450
#define ADVANCE(x, n) ((char *)(x) +
ROUNDUP
((n)->sa_len))
/src/external/bsd/pcc/dist/pcc/mip/
common.c
660
#define
ROUNDUP
(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1))
685
size =
ROUNDUP
(size);
723
#define NELEM ((MEMCHUNKSZ-
ROUNDUP
(sizeof(struct xalloc *)))/ALIGNMENT)
742
nelem =
ROUNDUP
(size)/ELEMSZ;
745
size +=
ROUNDUP
(sizeof(struct xalloc *));
840
allocleft -=
ROUNDUP
(len);
841
permallocsize +=
ROUNDUP
(len);
/src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h
137
/*
ROUNDUP
-- round an integer up to a multiple of n */
138
#define
ROUNDUP
(i, n) ((((i)+(n)-1)/n)*n)
361
#define DECPMAX9 (
ROUNDUP
(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h
137
/*
ROUNDUP
-- round an integer up to a multiple of n */
138
#define
ROUNDUP
(i, n) ((((i)+(n)-1)/n)*n)
361
#define DECPMAX9 (
ROUNDUP
(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h
137
/*
ROUNDUP
-- round an integer up to a multiple of n */
138
#define
ROUNDUP
(i, n) ((((i)+(n)-1)/n)*n)
361
#define DECPMAX9 (
ROUNDUP
(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h
137
/*
ROUNDUP
-- round an integer up to a multiple of n */
138
#define
ROUNDUP
(i, n) ((((i)+(n)-1)/n)*n)
361
#define DECPMAX9 (
ROUNDUP
(DECPMAX, 9)/9) /* 'Pmax' in 10**9s */
/src/usr.bin/make/
meta.c
93
#ifndef
ROUNDUP
94
# define
ROUNDUP
(n, u) (N2U((n), (u)) * (u))
838
newsz =
ROUNDUP
(((size_t)fs.st_size / 2), BUFSIZ);
840
newsz =
ROUNDUP
((size_t)fs.st_size, BUFSIZ);
/src/usr.sbin/route6d/
route6d.c
84
#define
ROUNDUP
(a) RT_ROUNDUP(a)
86
#define
ROUNDUP
(a) \
1527
q +=
ROUNDUP
(rta[i]->sin6_len);
2433
rtmp +=
ROUNDUP
(sin6_dst->sin6_len);
2436
rtmp +=
ROUNDUP
(sin6_gw->sin6_len);
2440
rtmp +=
ROUNDUP
(sin6_mask->sin6_len);
2444
rtmp +=
ROUNDUP
(sin6_genmask->sin6_len);
2448
rtmp +=
ROUNDUP
(sin6_ifp->sin6_len);
2590
sin6 = (struct sockaddr_in6 *)((char *)sin6 +
ROUNDUP
(sin6->sin6_len));
2595
sin6 = (struct sockaddr_in6 *)((char *)sin6 +
ROUNDUP
(sin6->sin6_len))
[
all
...]
/src/sys/dev/pci/
radeonfb.c
213
#define
ROUNDUP
(x,y) (((x) + ((y) - 1)) & ~((y) - 1))
672
ROUNDUP
(
ROUNDUP
(sc->sc_maxx * sc->sc_maxbpp / 8 ,
892
dp->rd_stride =
ROUNDUP
(dp->rd_stride, RADEON_STRIDEALIGN);
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c
3494
#define
ROUNDUP
(x) (((x) + ((ALIGNMENT)-1)) & ~((ALIGNMENT)-1))
3513
size =
ROUNDUP
(size);
3555
size =
ROUNDUP
(size);
Completed in 66 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026