HomeSort by relevance Sort by last modified time
    Searched refs:align_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.h 93 typedef double align_t; typedef in namespace:WTF
97 typedef void * align_t;
101 static const size_t kAllocationGranularity = sizeof(align_t);
134 } WTF_ALIGN(sizeof(align_t));
139 } WTF_ALIGN(sizeof(align_t));
146 } WTF_ALIGN(sizeof(align_t));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 202 >::type align_t; typedef in class:boost::detail::type_with_alignment_imp
204 BOOST_STATIC_CONSTANT(std::size_t, found = alignment_of<align_t>::value);
210 typedef align_t type;

Completed in 104 milliseconds