HomeSort by relevance Sort by last modified time
    Searched full:alignments (Results 1 - 25 of 151) 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 23 // 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
  /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
  /build/tools/droiddoc/templates-sdk/assets/css/
fullscreen.css 5 /* Applied to body to debug layout alignments
  /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/llvm/lib/IR/
DataLayout.cpp 181 // Default alignments
387 Alignments == Other.Alignments && Pointers == Other.Pointers;
410 for (LayoutAlignElem &Elem : Alignments) {
413 // Update the abi, preferred alignments.
420 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
458 for (unsigned i = 0, e = Alignments.size(); i != e; ++i) {
459 if (Alignments[i].AlignType == (unsigned)AlignType &&
460 Alignments[i].TypeBitWidth == BitWidth)
461 return ABIInfo ? Alignments[i].ABIAlign : Alignments[i].PrefAlign
    [all...]
  /external/llvm/test/CodeGen/ARM/
byval-align.ll 3 ; This checks that alignments greater than 4 are respected by APCS
6 ; users of byval alignments > 4, so no real calls for ABI stability.
  /external/llvm/test/MC/COFF/
comm-align.s 6 # - that -aligncomm is emitted for the various alignments (greater than 1)
  /external/vboot_reference/host/lib/
fmap.c 36 /* Search large alignments before small ones to find "right" FMAP. */
  /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/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_arm64.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_mips.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_ppc.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_ppc64.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_sparc.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
minidump_cpu_x86.h 37 * that the alignments of these structures on the processing system are
38 * identical to the alignments of these structures on the producing system.
  /external/skia/tests/
SwizzlerTest.cpp 26 // to test on different memory alignments. If offset is nonzero, we need to increase the
34 // Adjust the pointer in order to test on different memory alignments
  /external/valgrind/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/deqp/doc/testspecs/GLES2/
functional.texture.teximage.txt 32 + Different pixel alignments in upload (GL_UNPACK_ALIGNMENT)

Completed in 954 milliseconds

1 2 3 4 5 6 7