Searched defs:ALIGN_UP (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/marvell/armada/common/ |
D | mvebu.h | 19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ macro
|
/aosp_15_r20/external/arm-trusted-firmware/include/plat/marvell/armada/common/ |
H A D | mvebu.h | 19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ macro
|
/aosp_15_r20/external/icing/icing/legacy/index/ |
H A D | icing-bit-util.h | 68 #define ALIGN_UP(n, alignment) \ macro
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/arm/mhu/ |
D | mhu_wrapper_v3_x.c | 19 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) macro
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | pkey-helpers.h | 180 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
|
/aosp_15_r20/hardware/google/gchips/include/ |
D | exynos_format.h | 170 #define ALIGN_UP(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
|
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/ |
H A D | helpers.h | 17 #define ALIGN_UP(x, a) ALIGN((x), (a)) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_detail.h | 217 #define ALIGN_UP(p, size) (__typeof__(p))(((uintptr_t)(p) + ((size) - 1)) & ~((size) - 1)) macro
|
/aosp_15_r20/external/mesa3d/src/intel/isl/ |
H A D | isl_tiled_memcpy.c | 48 #define ALIGN_UP(a, b) ALIGN(a, b) macro
|
/aosp_15_r20/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 518 #define ALIGN_UP(addrs, size) ALIGN_DOWN(((addrs) + (size) - 1), (size)) macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | wdm.h | 10511 #define ALIGN_UP(size, type) \ macro
|