Searched refs:ALIGN_TO (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 35 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) macro
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.h | 35 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) macro
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 36 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) macro
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 37 #define ALIGN_TO(x, align) (((x) + ((align)-1)) & ~((align)-1)) macro
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostcode.c | 46 #define ALIGN_TO(value, align) ((value + align - 1) & ~(align - 1)) macro 47 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 45 #define ALIGN_TO(value, align) ((value + align - 1) & ~(align - 1)) macro 46 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
|
D | tng_hostcode.c | 57 #define ALIGN_TO(value, align) ((value + align - 1) & ~(align - 1)) macro 58 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)
|