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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uastrfnc.h 20 #define IS_ALIGNED(p) (((ULONG_PTR)(p) & (sizeof(*(p))-1))==0)
rtinfo.h 17 #define IS_ALIGNED(ptr) (((UINT_PTR)(ptr) & ALIGN_SHIFT)==0x00000000)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h 17 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1)))
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 96 #define IS_ALIGNED(n, align) ((((unsigned long) n) & \
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/valgrind/drd/
drd_pthread_intercepts.c 278 #define IS_ALIGNED(p) (((uintptr_t)(p) & (sizeof(*(p)) - 1)) == 0)
297 if (IS_ALIGNED(&mutex->__m_kind))
304 if (IS_ALIGNED(&mutex->__data.__kind))
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 23 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1)))
  /external/openfst/src/include/fst/
fst.h 108 IS_ALIGNED = 0x4, // Memory-aligned (where appropriate)
700 file_flags |= FstHeader::IS_ALIGNED;
728 file_flags |= FstHeader::IS_ALIGNED;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 27 #define IS_ALIGNED(p, a) (!((uintptr_t)(p) & ((a) - 1)))
    [all...]

Completed in 666 milliseconds