Home
last modified time | relevance | path

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/
Dmvebu.h19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ macro
/aosp_15_r20/external/arm-trusted-firmware/include/plat/marvell/armada/common/
H A Dmvebu.h19 #define ALIGN_UP(number, align) (((number) & ((align) - 1)) ? \ macro
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-bit-util.h68 #define ALIGN_UP(n, alignment) \ macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/arm/mhu/
Dmhu_wrapper_v3_x.c19 #define ALIGN_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) macro
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dpkey-helpers.h180 #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 Dtcp_mmap.c123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro
/aosp_15_r20/hardware/google/gchips/include/
Dexynos_format.h170 #define ALIGN_UP(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dhelpers.h17 #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/
Ddfltcc_detail.h217 #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 Disl_tiled_memcpy.c48 #define ALIGN_UP(a, b) ALIGN(a, b) macro
/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h518 #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/
Dwdm.h10511 #define ALIGN_UP(size, type) \ macro