Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf.c27 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/lib/libpmc/pmu-events/
H A Djson.h30 #define roundup(x, y) ( \ macro
/freebsd/sys/sys/
H A D_param.h24 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/tools/build/cross-build/include/common/sys/
H A Dparam.h81 #define roundup(x, y) ((((x) + ((y)-1)) / (y)) * (y)) /* to any y */ macro
/freebsd/usr.sbin/traceroute/
H A Dfindsaddr-socket.c67 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/crypto/heimdal/appl/rcp/
H A Dutil.c142 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/stand/libofw/
H A Dofw_copy.c42 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/tools/tools/netrate/httpd/
H A Dhttpd.c92 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/tools/tools/netrate/http/
H A Dhttp.c83 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.c89 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c14 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local
77 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c199 static __inline__ uint32_t GenerateThresh(uint32_t val, int roundup) in GenerateThresh()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h176 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h156 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/freebsd/usr.sbin/makefs/
H A Dmakefs.h172 off_t roundup; /* round image size up to this value */ member
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp137 static size_t roundup(size_t count, size_t alignment) { in roundup() function
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h231 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c2160 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/crypto/openssh/
H A Ddefines.h501 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h616 static __inline__ uint32_t GenerateCgrThresh(uint64_t val, int roundup) in GenerateCgrThresh()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h38 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h252 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro