HomeSort by relevance Sort by last modified time
    Searched full:alignments (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /external/google-breakpad/src/google_breakpad/common/
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.
minidump_cpu_amd64.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 28 // to test on different memory alignments. If offset is nonzero, we need to increase the
36 // 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)
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
  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 43 // Vary a few alignments.
  /system/core/libcutils/tests/
MemsetTest.cpp 138 // guarantee that all possible alignments will fit.
  /cts/tests/tests/widget/src/android/widget/cts/
GridLayoutTest.java 252 // test all horizontal alignments in each column
263 // test all vertical alignments in each row
  /external/clang/include/clang/AST/
CharUnits.h 36 /// CharUnit values wherever you calculate sizes, offsets, or alignments
191 // Since we don't track offsetted alignments, the alignment of
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfmicroblaze.sc 113 /* Alignments by 8 to ensure that _SDA2_BASE_ on a word boundary */
170 /* Alignments by 8 to ensure that _SDA_BASE_ on a word boundary */
  /bionic/tests/
string_test.cpp 217 static size_t alignments[]; member in class:StringTestState
242 ptr = glob_ptr + alignments[align1_index_];
243 ptr1 = glob_ptr1 + alignments[align1_index_];
244 ptr2 = glob_ptr2 + alignments[align2_index_];
250 size_t StringTestState<Character>::alignments[] = { 24, 32, 16, 48, 0, 1, 2, 3, 4, 5, 6, 7, 11 }; member in class:StringTestState
253 size_t StringTestState<Character>::alignments_size = sizeof(alignments)/sizeof(size_t);
426 // properly. The idea is to cover all possible alignments of the location
932 int alignments[] = {0, 5, 11, 29, 30}; local
943 char* ptr2 = glob_ptr2 + alignments[i];
    [all...]
buffer_tests.cpp 76 // Different word alignments between buffers.
238 // guarantee that the all possible alignments will fit.
  /system/media/camera/src/
camera_metadata.c 315 } alignments[] = { local
330 for (size_t i = 0; i < sizeof(alignments)/sizeof(alignments[0]); ++i) {
331 uintptr_t aligned_ptr = ALIGN_TO(metadata, alignments[i].alignment);
337 (void*)aligned_ptr, alignments[i].name);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 2 // Set Load/Store Alignments From Assumptions
12 // the alignments of load, stores and memory intrinsics based on the truth
371 // Of these four alignments, pick the largest possible...
  /external/deqp/framework/delibs/decpp/
dePoolArray.cpp 42 /* Dummy alloc to try to break alignments. */
116 /* Dummy alloc to try to break alignments. */
  /external/llvm/include/llvm/Support/
AlignOf.h 10 // This file defines the AlignOf function that computes alignments for
133 // alignments because __declspec(align(...)) doesn't actually work when it is
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 253 // MSVC supports types which have alignments greater than the normal
350 // 2) Because of Borlands #pragma option we can create types with alignments that are
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
unsorted.exp 241 # Test bug where switching between subspaces creates bogus alignments
244 # Test bug where switching between subspaces creates bogus alignments
  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 117 // non-word alignments.

Completed in 3838 milliseconds

12 3 4 5 6 7 8 910