Home
last modified time | relevance | path

Searched defs:IS_ALIGNED (Results 1 – 8 of 8) sorted by relevance

/external/minigbm/
Dutil.h14 #define IS_ALIGNED(A, B) (ALIGN((A), (B)) == (A)) macro
/external/u-boot/include/linux/
Dkernel.h44 #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) macro
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c30 #define IS_ALIGNED(ptr, order) (((size_t)ptr & ((1 << order) - 1)) == 0) macro
/external/libjpeg-turbo/simd/i386/
Djsimd.c30 #define IS_ALIGNED(ptr, order) (((unsigned)ptr & ((1 << order) - 1)) == 0) macro
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c112 #define IS_ALIGNED(n, align) ((((uintptr_t) n) & \ macro
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h590 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a)-1))) macro
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h24 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/libyuv/files/include/libyuv/
Drow.h23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a)-1))) macro