/external/llvm/test/CodeGen/Thumb/ |
2010-07-01-FuncAlign.ll | 2 ; Radar 8143571: Function alignments were off by a power of two.
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
memalign.h | 19 Content: Memory alloc alignments functions
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
mem_align.h | 19 Content: Memory alloc alignments functions
|
/external/chromium_org/ui/message_center/views/ |
padded_button.h | 32 // values yield left/top alignments, negative values yield right/bottom ones, 34 // will not affect PaddedButton image alignments.
|
/external/llvm/lib/IR/ |
DataLayout.cpp | 161 // Default alignments 324 for (unsigned i = 0, e = Alignments.size(); i != e; ++i) { 325 if (Alignments[i].AlignType == (unsigned)align_type && 326 Alignments[i].TypeBitWidth == bit_width) { 327 // Update the abi, preferred alignments. 328 Alignments[i].ABIAlign = abi_align; 329 Alignments[i].PrefAlign = pref_align; 334 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align, 361 for (unsigned i = 0, e = Alignments.size(); i != e; ++i) { 362 if (Alignments[i].AlignType == (unsigned)AlignType & [all...] |
/external/chromium_org/base/memory/ |
aligned_memory.h | 49 // AlignedMemory is specialized for all supported alignments. 74 // Specialization for all alignments is required because MSVC (as of VS 2008)
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
memalign.c | 20 Content: Memory alloc alignments functions 35 * description: malloc the alignments memory
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
mem_align.c | 20 Content: Memory alloc alignments functions 35 * description: malloc the alignments memory
|
/external/llvm/test/Transforms/InstCombine/ |
2012-09-17-ZeroSizedAlloca.ll | 3 ; When merging zero sized alloca check that requested alignments of the allocas
|
stack-overalign.ll | 12 ; alignments when they are greater than they need to be. Or, codegen
|
/external/chromium_org/chrome/browser/themes/ |
theme_properties.h | 58 // A bitfield mask for alignments. 114 // Used by the browser theme pack to parse alignments from something like 118 // Used by the browser theme pack to parse alignments from something like
|
/system/extras/libc_test/ |
main.cpp | 313 printf(" Verifying equal sized strings at different alignments.\n"); 332 printf(" Verifying different strings at different alignments.\n"); 407 // Check different string alignments. All zeroes indicates that the 429 printf(" Verifying string lengths at different alignments.\n"); 498 printf(" Verifying string lengths at different alignments.\n"); 566 printf(" Verifying string lengths at different alignments.\n"); 664 // Different alignments between src and dst. 705 printf(" Verifying variable sized copies at different alignments.\n"); 783 // Different alignments. 792 // Different alignments between src and dst [all...] |
/dalvik/vm/arch/x86/ |
Hints386ABI.cpp | 45 * particular, natural datatype alignments do not apply to passed arguments.
|
/external/libffi/man/ |
ffi_call.3 | 28 contains information describing the data types, sizes and alignments of the
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-04-26-SROA-Global-Align.ll | 2 ; alignments. Elements 0 and 2 must be 16-byte aligned, and element
|
/system/core/sh/ |
machdep.h | 44 * It appears that grabstackstr() will barf with such alignments
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ScrollBehavior.cpp | 71 // If the rect is bigger than the visible area, don't bother trying to center. Other alignments will work. 111 // If the rect is bigger than the visible area, don't bother trying to center. Other alignments will work.
|
/external/llvm/include/llvm/IR/ |
DataLayout.h | 105 /// Alignments - Where the primitive type alignment data is stored. 108 /// @note Could support multiple size pointer alignments, e.g., 32-bit 111 SmallVector<LayoutAlignElem, 16> Alignments; 125 //! Set/initialize target alignments 131 //! Set/initialize pointer alignments 179 Alignments(DL.Alignments),
|
/external/valgrind/main/memcheck/tests/ |
sh-mem.c | 124 // (NNN = 1, 2, 4 or 8), with varying alignments, of values with 135 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \ 136 /* alignments of 0, 1, 2, 3. */ \
|
/external/chromium/chrome/browser/themes/ |
theme_service.cc | 387 for (std::vector<std::wstring>::iterator alignments(split.begin()); 388 alignments != split.end(); ++alignments) { 389 std::string comp = WideToUTF8(*alignments);
|
theme_service.h | 125 // A bitfield mask for alignments. 193 // Parse alignments from something like "top left" into a bitfield of
|
/external/chromium_org/base/containers/ |
stack_container_unittest.cc | 133 // TODO(sbc):re-enable this if GCC starts respecting higher alignments.
|
/external/chromium_org/gpu/command_buffer/service/ |
cmd_parser.cc | 27 // check proper alignments.
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
branch-range-02.py | 1 # Test normal conditional branches in cases where block alignments cause
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 234 // test all horizontal alignments in each column 245 // test all vertical alignments in each row
|