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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h620 #define ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro

Completed in 51 milliseconds