Searched refs:alignment (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | memory.cpp | 205 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/ |
D | aligned_storage.hpp | 92 , alignment = (
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11
|
D | type_traits | 183 template <size_t Len, std::size_t Align=default-alignment> 1151 // MSDN says that MSVC does not support alignment beyond 8192 (=0x2000)
|
D | vector | 840 // may not meet the AddressSanitizer alignment constraints.
|
D | locale | 3447 // set alignment
|
D | memory | 590 void* align(size_t alignment, size_t size, void*& ptr, size_t& space);
|
/ndk/ |
D | CHANGELOG.md | 67 * Fix end pointer size/alignment of `crtend_*` for mips64 and x86\_64
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 4708 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/ |
D | execution_monitor.ipp | 486 "memory access violation at address: 0x%08lx: invalid address alignment",
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 1254 + // alignment value on ARM is 8 bytes as opposed to 16 bytes on some other
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 2785 % 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/ |
D | ChangeLog | 2097 [length]: Add member. [impossible]: widen type to fill alignment gap.
|