Searched defs:aligned (Results 26 - 42 of 42) sorted by relevance

12

/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp292 bool aligned; member in struct:deqp::gles3::Stress::__anon19448::IndexTest
331 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
/external/skia/src/pathops/
H A DSkOpContour.cpp188 void SkOpContour::align(const SkOpSegment::AlignedSpan& aligned, bool swap, argument
191 if (coincidence->fPts[0][idx2] == aligned.fOldPt
192 && coincidence->fTs[swap][idx2] == aligned.fOldT) {
193 SkASSERT(SkDPoint::RoughlyEqual(coincidence->fPts[0][idx2], aligned.fPt));
194 coincidence->fPts[0][idx2] = aligned.fPt;
195 SkASSERT(way_roughly_equal(coincidence->fTs[swap][idx2], aligned.fT));
196 coincidence->fTs[swap][idx2] = aligned.fT;
201 void SkOpContour::alignCoincidence(const SkOpSegment::AlignedSpan& aligned, argument
211 if (thisOne == aligned.fOther1 && other == aligned
[all...]
H A DSkOpSegment.cpp943 AlignedSpan* aligned = alignedArray->append(); local
944 aligned->fOldPt = oSpan->fPt;
945 aligned->fPt = newPt;
946 aligned->fOldT = oSpan->fT;
947 aligned->fT = newT;
948 aligned->fSegment = this; // OPTIMIZE: may be unused, can remove
949 aligned->fOther1 = other;
950 aligned->fOther2 = other2;
960 bool aligned = false; local
968 aligned
[all...]
H A DSkPathOpsCommon.cpp14 SkTDArray<SkOpSegment::AlignedSpan>* aligned) {
19 contour->alignMultiples(aligned);
25 const SkTDArray<SkOpSegment::AlignedSpan>& aligned) {
29 int count = aligned.count();
31 contour->alignCoincidence(aligned[index]);
709 SkTDArray<SkOpSegment::AlignedSpan> aligned;
711 alignMultiples(contourList, &aligned); // align pairs of identical points
712 alignCoincidence(contourList, aligned);
13 alignMultiples(SkTArray<SkOpContour*, true>* contourList, SkTDArray<SkOpSegment::AlignedSpan>* aligned) argument
24 alignCoincidence(SkTArray<SkOpContour*, true>* contourList, const SkTDArray<SkOpSegment::AlignedSpan>& aligned) argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp943 AlignedSpan* aligned = alignedArray->append(); local
944 aligned->fOldPt = oSpan->fPt;
945 aligned->fPt = newPt;
946 aligned->fOldT = oSpan->fT;
947 aligned->fT = newT;
948 aligned->fSegment = this; // OPTIMIZE: may be unused, can remove
949 aligned->fOther1 = other;
950 aligned->fOther2 = other2;
960 bool aligned = false; local
968 aligned
[all...]
H A DSkPathOpsCommon.cpp14 SkTDArray<SkOpSegment::AlignedSpan>* aligned) {
19 contour->alignMultiples(aligned);
25 const SkTDArray<SkOpSegment::AlignedSpan>& aligned) {
29 int count = aligned.count();
31 contour->alignCoincidence(aligned[index]);
709 SkTDArray<SkOpSegment::AlignedSpan> aligned;
711 alignMultiples(contourList, &aligned); // align pairs of identical points
712 alignCoincidence(contourList, aligned);
13 alignMultiples(SkTArray<SkOpContour*, true>* contourList, SkTDArray<SkOpSegment::AlignedSpan>* aligned) argument
24 alignCoincidence(SkTArray<SkOpContour*, true>* contourList, const SkTDArray<SkOpSegment::AlignedSpan>& aligned) argument
/external/compiler-rt/lib/msan/
H A Dmsan.cc40 // aligned address.
544 // 4 byte aligned.
601 uptr aligned = x & ~3ULL; local
602 uptr origin_ptr = MEM_TO_ORIGIN(aligned);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp411 bool aligned; member in struct:deqp::gles3::Functional::__anon19201::IndexTest
449 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
1108 // Only properly aligned and not blacklisted cases
/external/eigen/Eigen/src/Core/util/
H A DMemory.h16 *** Platform checks for aligned malloc functions ***
24 // Try to determine automatically if malloc is already aligned.
26 // On 64-bit systems, glibc's malloc returns 16-byte-aligned pointers, see:
40 // FreeBSD 6 seems to have 16-byte aligned malloc
42 // FreeBSD 7 seems to have 16-byte aligned malloc except on ARM and MIPS architectures
96 *** Implementation of handmade aligned functions ***
99 /* ----- Hand made implementations of aligned malloc/free and realloc ----- */
101 /** \internal Like malloc, but the returned pointer is guaranteed to be 16-byte aligned.
108 void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(15))) + 16); local
109 *(reinterpret_cast<void**>(aligned)
131 void *aligned = reinterpret_cast<void*>((reinterpret_cast<std::size_t>(original) & ~(std::size_t(15))) + 16); local
[all...]
/external/valgrind/main/coregrind/
H A Dm_machine.c471 * instructions don't raise a SIGILL, that they will zero an aligned,
480 char *aligned = test_block; local
484 aligned = (char *)(((HWord)aligned + MAX_DCBZL_SZB) & ~(MAX_DCBZL_SZB - 1));
485 vg_assert((aligned + MAX_DCBZL_SZB) <= &test_block[sizeof(test_block)]);
492 : "r" (aligned) /*in*/
510 : "r" (aligned) /*in*/
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1480 // safe in new-space because the limit of the heap is aligned there.
1484 Label aligned; local
1486 j(zero, &aligned, Label::kNear);
1494 bind(&aligned);
1557 // safe in new-space because the limit of the heap is aligned there.
1561 Label aligned; local
1563 j(zero, &aligned, Label::kNear);
1571 bind(&aligned);
1632 // safe in new-space because the limit of the heap is aligned there.
1636 Label aligned; local
[all...]
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc552 // Abort if stack is not aligned.
4405 // is safe in new-space because the limit of the heap is aligned there.
4412 Label aligned; local
4414 j(zero, &aligned, Label::kNear);
4424 bind(&aligned);
4743 // long or aligned copies. The contents of scratch and length are destroyed.
4780 // Because source is 8-byte aligned in our uses of this function,
4781 // we keep source aligned for the rep movs operation by copying the odd bytes
5101 // Note that we are using a 4-byte aligned 8-byte load.
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc1373 // safe in new-space because the limit of the heap is aligned there.
1377 Label aligned; local
1379 j(zero, &aligned, Label::kNear);
1387 bind(&aligned);
1450 // safe in new-space because the limit of the heap is aligned there.
1454 Label aligned; local
1456 j(zero, &aligned, Label::kNear);
1464 bind(&aligned);
1525 // safe in new-space because the limit of the heap is aligned there.
1529 Label aligned; local
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc2983 // safe in new-space because the limit of the heap is aligned there.
2987 Label aligned; local
2988 Branch(&aligned, eq, scratch2, Operand(zero_reg));
2995 bind(&aligned);
3070 // safe in new-space because the limit of the heap is aligned there.
3074 Label aligned; local
3075 Branch(&aligned, eq, scratch2, Operand(zero_reg));
3082 bind(&aligned);
5179 // Make sure that the stack is aligned before calling a C function unless
/external/valgrind/main/memcheck/
H A Dmc_main.c366 /* An entry in the auxiliary primary map. base must be a 64k-aligned
697 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
715 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
1269 /* Some code steps along byte strings in aligned chunks
1272 modern machines, since an aligned load cannot span two pages and
1278 - it's an aligned load
1398 /* Some code steps along byte strings in aligned word-sized chunks
1401 modern machines, since an aligned load cannot span two pages and
1408 - it's a word-sized, word-aligned load
1487 /* Handle common case quickly: a is suitably aligned, */
1888 Bool aligned, nooverlap; local
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2226 int aligned;
2796 DEF(TOK_ALIGNED1, "aligned")
4128 DEF(TOK_ALIGNED1, "aligned")
5619 /* maximum alignment (for aligned attribute support) */
12018 - aligned(n) : set data/function alignment.
12058 ad->aligned = n;
12217 if (ad.aligned) {
12218 if (align < ad.aligned)
12219 align = ad.aligned;
14340 if (ad->aligned) {
2224 int aligned; member in struct:AttributeDef
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 669 milliseconds

12