HomeSort by relevance Sort by last modified time
    Searched defs:IS_ALIGNED (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 58 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1)))
  /external/libyuv/files/include/libyuv/
basic_types.h 63 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1)))
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 102 #define IS_ALIGNED(p, a) (0==(reinterpret_cast<uintptr_t>(p) & ((a)-1)))
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 95 #define IS_ALIGNED(n, align) ((((unsigned long) n) & \
174 ((IS_ALIGNED(buf, data->align)) && IS_ALIGNED(size, data->align))) {
243 ((IS_ALIGNED(buf, data->align)) && IS_ALIGNED(size, data->align))) {
  /external/valgrind/main/drd/
drd_pthread_intercepts.c 252 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0)
271 if (IS_ALIGNED(&mutex->__m_kind))
278 if (IS_ALIGNED(&mutex->__data.__kind))
    [all...]
  /external/openfst/src/include/fst/
fst.h 101 IS_ALIGNED = 0x4, // Memory-aligned (where appropriate)
694 file_flags |= FstHeader::IS_ALIGNED;
721 file_flags |= FstHeader::IS_ALIGNED;

Completed in 214 milliseconds