Searched defs:IS_ALIGNED (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow.h17 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djsimd_i386.c28 #define IS_ALIGNED(ptr, order) (((unsigned)ptr & ((1 << order) - 1)) == 0) macro
30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
H A Djsimd_x86_64.c28 #define IS_ALIGNED(ptr, order) (((size_t)ptr & ((1 << order) - 1)) == 0) macro
30 #define IS_ALIGNED_SSE(ptr) (IS_ALIGNED(ptr, 4)) /* 16 byte alignment */
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_video_track_host.cc22 // IS_ALIGNED is also defined in
25 #undef IS_ALIGNED macro
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c96 #define IS_ALIGNED(n, align) ((((unsigned long) n) & \ macro
179 (IS_ALIGNED(buf, channel->align) &&
180 IS_ALIGNED(size, channel->align))) {
250 (IS_ALIGNED(buf, channel->align) &&
251 IS_ALIGNED(size, channel->align))) {
/external/libyuv/files/include/libyuv/
H A Drow.h23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c271 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0) macro
290 if (IS_ALIGNED(&mutex->__m_kind))
297 if (IS_ALIGNED(&mutex->__data.__kind))
/external/openfst/src/include/fst/
H A Dfst.h108 IS_ALIGNED = 0x4, // Memory-aligned (where appropriate) enumerator in enum:fst::FstHeader::__anon28144
700 file_flags |= FstHeader::IS_ALIGNED;
728 file_flags |= FstHeader::IS_ALIGNED;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h27 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Drow.h27 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro

Completed in 307 milliseconds