Searched defs:ROUND_UP (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_cpufreq.c | 169 #define ROUND_UP(val, div) roundup(val, div) macro
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_cpufreq.c | 212 #define ROUND_UP(val, div) roundup(val, div) macro
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 148 #define ROUND_UP(x,y) ((((x) + (y) - 1) / (y)) * (y)) macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 83 #define ROUND_UP roundup macro
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4.h | 54 #define ROUND_UP(x, n) (((x) + (n) - 1u) & ~((n) - 1u)) macro
|
/freebsd/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2037 ROUND_UP, enumerator
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 215 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1)) macro
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_type_e610.h | 61 #define ROUND_UP(a, b) ((b) * DIVIDE_AND_ROUND_UP((a), (b))) macro
|