Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp205 align(size_t alignment, size_t size, void*& ptr, size_t& space) in align() argument
211 … char* p2 = reinterpret_cast<char*>(reinterpret_cast<size_t>(p1 + (alignment - 1)) & -alignment); in align()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Daligned_storage.hpp92 , alignment = (
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
Dtype_traits183 template <size_t Len, std::size_t Align=default-alignment>
1151 // MSDN says that MSVC does not support alignment beyond 8192 (=0x2000)
Dvector840 // may not meet the AddressSanitizer alignment constraints.
Dlocale3447 // set alignment
Dmemory590 void* align(size_t alignment, size_t size, void*& ptr, size_t& space);
/ndk/
DCHANGELOG.md67 * Fix end pointer size/alignment of `crtend_*` for mips64 and x86\_64
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp4708 static const std::size_t alignment = 16; member in __cxxabiv1::__anoncb1715b80111::arena
4709 alignas(alignment) char buf_[N];
4714 {return n + (alignment-1) & ~(alignment-1);} in align_up()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp486 "memory access violation at address: 0x%08lx: invalid address alignment",
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch1254 + // alignment value on ARM is 8 bytes as opposed to 16 bytes on some other
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2785 % of an alignment entry. Note that \everycr resets \everytab.
6419 % Similarily, if a @footnote appears inside an alignment, save the footnote
/ndk/sources/host-tools/make-3.81/
DChangeLog2097 [length]: Add member. [impossible]: widen type to fill alignment gap.