HomeSort by relevance Sort by last modified time
    Searched full:alignments (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/CodeGen/Thumb/
2010-07-01-FuncAlign.ll 2 ; Radar 8143571: Function alignments were off by a power of two.
  /bionic/libc/bionic/
jemalloc.h 22 // Need to wrap memalign since je_memalign fails on non-power of 2 alignments.
  /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/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/lib/IR/
DataLayout.cpp 186 // Default alignments
360 Alignments == Other.Alignments && Pointers == Other.Pointers;
371 for (LayoutAlignElem &Elem : Alignments) {
374 // Update the abi, preferred alignments.
381 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
416 for (unsigned i = 0, e = Alignments.size(); i != e; ++i) {
417 if (Alignments[i].AlignType == (unsigned)AlignType &&
418 Alignments[i].TypeBitWidth == BitWidth)
419 return ABIInfo ? Alignments[i].ABIAlign : Alignments[i].PrefAlign
    [all...]
  /external/llvm/test/Transforms/ConstantMerge/
align.ll 19 ; have explicit alignments.
  /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
  /external/chromium_org/ui/keyboard/resources/
constants.js 20 * Possible layout alignments.
  /external/llvm/test/Instrumentation/AddressSanitizer/
stack_layout.ll 38 ; Check that we reorder vars according to alignment and handle large alignments.
  /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
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollAlignment.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 114 /// Alignments - Where the primitive type alignment data is stored.
117 /// @note Could support multiple size pointer alignments, e.g., 32-bit
120 SmallVector<LayoutAlignElem, 16> Alignments;
142 //! Set/initialize target alignments
148 //! Set/initialize pointer alignments
195 Alignments = DL.Alignments;
  /external/valgrind/main/memcheck/tests/
sh-mem.c 125 // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
138 /* alignments of 0, 1, 2, 3. */ \
  /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/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 32 + Different pixel alignments in upload (GL_UNPACK_ALIGNMENT)
performance.texture.upload.txt 37 + Different pixel unpack alignments
  /external/llvm/test/CodeGen/SystemZ/Large/
branch-range-02.py 1 # Test normal conditional branches in cases where block alignments cause
  /system/core/libcutils/tests/
MemsetTest.cpp 136 // guarantee that all possible alignments will fit.

Completed in 1188 milliseconds

1 2 3 4 5 6 7