Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/overrides/talk/base/
Dbasictypes.h92 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1))) macro
/external/libvpx/libvpx/third_party/libyuv/source/
Drow.h17 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Drow.h17 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro
/external/chromium_org/third_party/libjingle/source/talk/base/
Dbasictypes.h143 #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
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c96 #define IS_ALIGNED(n, align) ((((unsigned long) n) & \ macro
/external/valgrind/main/drd/
Ddrd_pthread_intercepts.c271 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0) macro
/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1))) macro