/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.c | 144 int size, int alignment, in _obstack_begin() argument 150 if (alignment == 0) in _obstack_begin() 151 alignment = DEFAULT_ALIGNMENT; in _obstack_begin() 172 h->alignment_mask = alignment - 1; in _obstack_begin() 179 alignment - 1); in _obstack_begin() 190 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1() argument 197 if (alignment == 0) in _obstack_begin_1() 198 alignment = DEFAULT_ALIGNMENT; in _obstack_begin_1() 219 h->alignment_mask = alignment - 1; in _obstack_begin_1() 227 alignment - 1); in _obstack_begin_1()
|
D | obstack.h | 234 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 235 _obstack_begin ((h), (size), (alignment), \ 239 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 240 _obstack_begin_1 ((h), (size), (alignment), \
|
/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/docs/text/ |
D | CPU-X86.text | 83 - Use 16-byte data alignment for faster load and store
|
D | CPU-ARCH-ABIS.text | 24 are called, alignment constraints, etc...) 26 - alignment and size constraints for enum types, structure fields and
|
D | CHANGES.text | 399 - Fixed ARM/GCC-4.7 to generates sufficient alignment for NEON
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 4708 static const std::size_t alignment = 16; member in __cxxabiv1::__anon1106586f0111::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.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 3684 % of an alignment entry. \everycr resets \everytab so we don't have to 7590 % Similarly, if a @footnote appears inside an alignment, save the footnote
|