Searched defs:ROUND_UP (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c88 #define ROUND_UP(n, align) ROUND_DOWN(((uintptr_t)n) + (align) - 1l, \ macro
/freebsd-12-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c216 #define ROUND_UP(val, div) roundup(val, div) macro
/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h148 #define ROUND_UP(x,y) ((((x) + (y) - 1) / (y)) * (y)) macro
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h80 #define ROUND_UP roundup macro
/freebsd-12-stable/tools/test/testfloat/
H A DtestFunction.h130 ROUND_UP, enumerator in enum:__anon17158
H A Dtestsoftfloat.c317 ROUND_UP, enumerator in enum:__anon17161
/freebsd-12-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c2040 ROUND_UP, enumerator in enum:__anon8580
/freebsd-12-stable/contrib/gcc/
H A Dggc-page.c234 #define ROUND_UP macro
H A Dggc-zone.c225 #define ROUND_UP(x, f) (CEIL (x, f) * (f)) macro
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dt4.h54 #define ROUND_UP(x, n) (((x) + (n) - 1u) & ~((n) - 1u)) macro
/freebsd-12-stable/contrib/expat/lib/
H A Dxmlparse.c166 #define ROUND_UP(n, sz) (((n) + ((sz)-1)) & ~((sz)-1)) macro

Completed in 176 milliseconds