Searched defs:ROUND_UP (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | constants.h | 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | constants.h | 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | constants.h | 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | constants.h | 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | constants.h | 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | constants.h | 47 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/ |
H A D | constants.h | 48 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step)) macro
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | BackupData.cpp | 44 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable
|
H A D | BackupHelpers.cpp | 77 const static int ROUND_UP[4] = { 0, 3, 2, 1 }; variable
|
/aosp12/system/core/storaged/include/ |
H A D | storaged.h | 39 #define ROUND_UP(x, align) (((x) + ((align) - 1)) & ~((align) - 1)) macro
|
/aosp12/hardware/google/graphics/common/libhwjpeg/ |
H A D | libhwjpeg-exynos.cpp | 38 #define ROUND_UP(val, denom) ROUND_DOWN((val) + (denom) - 1, denom) macro
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |