Searched refs:other1 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/src/arm64/ |
D | assembler-arm64-inl.h | 183 inline void CPURegList::Remove(const CPURegister& other1, in Remove() argument 187 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
|
D | assembler-arm64.h | 503 void Remove(const CPURegister& other1, 536 bool IncludesAliasOf(const CPURegister& other1, 542 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
|
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 893 SkOpSegment* other1 = span.fOther; in alignMultiples() local 894 int oCnt = other1->count(); in alignMultiples() 899 SkOpSpan& oSpan = other1->fTs[oIdx]; in alignMultiples() 908 SkOpSpan& oSpan = other1->fTs[oIdx]; in alignMultiples() 924 alignSpan(thisPt, span.fOtherT, other1, span2.fOtherT, in alignMultiples() 927 other1, &oSpan2, alignedArray); in alignMultiples()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 893 SkOpSegment* other1 = span.fOther; in alignMultiples() local 894 int oCnt = other1->count(); in alignMultiples() 899 SkOpSpan& oSpan = other1->fTs[oIdx]; in alignMultiples() 908 SkOpSpan& oSpan = other1->fTs[oIdx]; in alignMultiples() 924 alignSpan(thisPt, span.fOtherT, other1, span2.fOtherT, in alignMultiples() 927 other1, &oSpan2, alignedArray); in alignMultiples()
|