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

  /external/skia/tests/
RecordTest.cpp 82 static bool is_aligned(const T* p) { function
88 REPORTER_ASSERT(r, is_aligned(record.alloc<uint8_t>()));
89 REPORTER_ASSERT(r, is_aligned(record.alloc<uint16_t>()));
90 REPORTER_ASSERT(r, is_aligned(record.alloc<uint32_t>()));
91 REPORTER_ASSERT(r, is_aligned(record.alloc<void*>()));
95 REPORTER_ASSERT(r, is_aligned(record.alloc<double>()));
96 REPORTER_ASSERT(r, is_aligned(record.alloc<uint64_t>()));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 162 struct is_aligned struct in namespace:boost::detail
199 ::boost::detail::is_aligned< ::boost::alignment_of<t1>::value,Align >::value
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 189 static INLINE VGboolean is_aligned(const void *ptr) function
  /external/skia/src/utils/
SkMD5.cpp 231 static inline bool is_aligned(const void *pointer, size_t byte_count) { function
240 if (is_aligned(input, 4)) {
  /bionic/libc/upstream-dlmalloc/
malloc.c 1618 #define is_aligned macro
    [all...]

Completed in 300 milliseconds