Home
last modified time | relevance | path

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

/system/memory/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/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapuserd_kernel.h50 #define DIV_ROUND_UP(n, d) (((n) + (d)-1) / (d)) macro
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h60 #define DIV_ROUND_UP(x, y) (((x) + (y)-1) / (y)) macro