/aosp12/bionic/libc/arch-x86_64/string/ |
H A D | sse4-memcmp-slm.S | 42 # define ALIGN(n) .p2align n macro 69 # define ALIGN(n) .p2align n macro
|
H A D | sse2-memset-slm.S | 40 # define ALIGN(n) .p2align n macro
|
/aosp12/bionic/libc/private/ |
H A D | bsd_sys_param.h | 21 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
|
/aosp12/hardware/qcom/display/msm8909w_3100/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/display/msm8996/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/display/msm8998/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/display/msm8909/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/sdm845/display/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/sm7250/display/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/sm8150/display/libcopybit/ |
H A D | software_converter.h | 38 #define ALIGN(x, y) (((x) + y - 1) & (~(y - 1))) macro
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 45 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraCommon.h | 39 #define ALIGN(a, b) (((a) + (b)) & ~(b)) macro
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 42 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
H A D | media_c2_video_hidl_test_common.h | 26 #define ALIGN(_sz, _align) ((_sz + (_align - 1)) & ~(_align - 1)) macro
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | C2Decoder.h | 22 #define ALIGN(_sz, _align) (((_sz) + ((_align) - 1)) & ~((_align) - 1)) macro
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_buffer_allocator.h | 48 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_buffer_allocator.h | 48 inline Type ALIGN(Type x, Type align) { in ALIGN() function
|
/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_utils.h | 49 inline Type1 ALIGN(Type1 x, Type2 align) { in ALIGN() function
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_utils.h | 49 inline Type1 ALIGN(Type1 x, Type2 align) { in ALIGN() function
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | Macros.h | 43 #define ALIGN(x) (((x) + ALIGN_SZ - 1) & ~(ALIGN_SZ - 1)) macro
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | memcmp16_x86_64.S | 33 # define ALIGN(n) .p2align n macro
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | gr.h | 41 inline size_t ALIGN(size_t x, size_t align) { in ALIGN() function
|