Searched defs:roundup (Results 1 - 23 of 23) sorted by relevance

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

Completed in 236 milliseconds