Searched defs:DIV_ROUND_UP (Results 1 – 2 of 2) sorted by relevance
/system/core/libsparse/ | ||
D | sparse_defs.h | 42 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1)/(y)) macro |
/system/extras/ext4_utils/ | ||
D | ext4_utils.h | 72 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1)/(y)) macro |