Home
last modified time | relevance | path

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

/system/core/libmemtrack/
Dmemtrack_test.cpp30 #define DIV_ROUND_UP(x, y) (((x) + (y)-1) / (y)) macro
/system/core/libsparse/
Dsparse_defs.h42 #define DIV_ROUND_UP(x, y) (((x) + (y)-1) / (y)) macro
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h66 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1)/(y)) macro