Home
last modified time | relevance | path

Searched defs:ROUNDUP (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_fib/
H A Ddir24_8.c30 #define ROUNDUP(x, y) RTE_ALIGN_CEIL(x, (1 << (32 - y))) macro
/f-stack/freebsd/sys/
H A Dgmon.h152 #define ROUNDUP(x,y) roundup(x,y) macro
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h400 #define ROUNDUP(value, to_what) RTE_ROUNDUP((value), (to_what)) macro