Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/overrides/talk/base/
Dbasictypes.h58 #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/third_party/libjingle/source/talk/base/
Dbasictypes.h102 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<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.c95 #define IS_ALIGNED(n, align) ((((unsigned long) n) & \ macro
/external/valgrind/main/drd/
Ddrd_pthread_intercepts.c266 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0) macro
/external/openfst/src/include/fst/
Dfst.h108 IS_ALIGNED = 0x4, // Memory-aligned (where appropriate) enumerator