/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | FunctionId.h | 23 uint32_t getIndex() const { return Index; } in getIndex() function in llvm::codeview::FunctionId 30 return A.getIndex() == B.getIndex(); in operator ==() 34 return A.getIndex() != B.getIndex(); in operator !=() 38 return A.getIndex() < B.getIndex(); in operator <() 42 return A.getIndex() <= B.getIndex(); in operator <=() 46 return A.getIndex() > in operator >() [all...] |
H A D | TypeIndex.h | 110 uint32_t getIndex() const { return Index; } in getIndex() function in llvm::codeview::SimpleTypeMode::TypeIndex 119 return getIndex() - FirstNonSimpleIndex; in toArrayIndex() 222 return A.getIndex() == B.getIndex(); in operator ==() 226 return A.getIndex() != B.getIndex(); in operator !=() 230 return A.getIndex() < B.getIndex(); in operator <() 234 return A.getIndex() <= B.getIndex(); in operator <=() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatareader.cpp | 40 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { in getIndex() function 111 offset = getIndex(inIndexes, indexesLength, index); in read() 112 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 143 offset = getIndex(inIndexes, indexesLength, index); in read() 144 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 163 offset = getIndex(inIndexes, indexesLength, index); in read() 164 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 183 offset = getIndex(inIndexes, indexesLength, index); in read() 184 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 195 offset = getIndex(inIndexe in read() 131 U_ASSERT(reorderRangesLength < reorderCodesLength); if(reorderRangesLength != 0) { reorderCodesLength -= reorderRangesLength; reorderRanges = reinterpret_cast<const uint32_t *>(reorderCodes + reorderCodesLength); } } const uint8_t *reorderTable = NULL; index = IX_REORDER_TABLE_OFFSET; offset = getIndex(inIndexes, indexesLength, index); length = getIndex(inIndexes, indexesLength, index + 1) - offset; if(length >= 256) read() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatareader.cpp | 40 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { in getIndex() function 111 offset = getIndex(inIndexes, indexesLength, index); in read() 112 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 143 offset = getIndex(inIndexes, indexesLength, index); in read() 144 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 163 offset = getIndex(inIndexes, indexesLength, index); in read() 164 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 183 offset = getIndex(inIndexes, indexesLength, index); in read() 184 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 195 offset = getIndex(inIndexe in read() 131 U_ASSERT(reorderRangesLength < reorderCodesLength); if(reorderRangesLength != 0) { reorderCodesLength -= reorderRangesLength; reorderRanges = reinterpret_cast<const uint32_t *>(reorderCodes + reorderCodesLength); } } const uint8_t *reorderTable = nullptr; index = IX_REORDER_TABLE_OFFSET; offset = getIndex(inIndexes, indexesLength, index); length = getIndex(inIndexes, indexesLength, index + 1) - offset; if(length >= 256) read() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatareader.cpp | 40 int32_t getIndex(const int32_t *indexes, int32_t length, int32_t i) { in getIndex() function 111 offset = getIndex(inIndexes, indexesLength, index); in read() 112 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 143 offset = getIndex(inIndexes, indexesLength, index); in read() 144 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 163 offset = getIndex(inIndexes, indexesLength, index); in read() 164 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 183 offset = getIndex(inIndexes, indexesLength, index); in read() 184 length = getIndex(inIndexes, indexesLength, index + 1) - offset; in read() 195 offset = getIndex(inIndexe in read() 131 U_ASSERT(reorderRangesLength < reorderCodesLength); if(reorderRangesLength != 0) { reorderCodesLength -= reorderRangesLength; reorderRanges = reinterpret_cast<const uint32_t *>(reorderCodes + reorderCodesLength); } } const uint8_t *reorderTable = NULL; index = IX_REORDER_TABLE_OFFSET; offset = getIndex(inIndexes, indexesLength, index); length = getIndex(inIndexes, indexesLength, index + 1) - offset; if(length >= 256) read() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 58 unsigned getIndex() const { return index; } in getIndex() function in llvm::IndexListEntry 124 unsigned getIndex() const { in getIndex() function in llvm::SlotIndex 125 return listEntry()->getIndex() | getSlot(); in getIndex() 176 return getIndex() < other.getIndex(); in operator <() 181 return getIndex() <= other.getIndex(); in operator <=() 187 return getIndex() > other.getIndex(); in operator >() 193 return getIndex() > in operator >=() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RuleCharacterIterator.java | 107 if (text == null || pos.getIndex() > text.length()) { in RuleCharacterIterator() 120 return buf == null && pos.getIndex() == text.length(); in atEnd() 219 return new Object[] {buf, new int[] {pos.getIndex(), bufPos}}; in getPos() 224 v[0] = pos.getIndex(); in getPos() 276 return text.substring(pos.getIndex()); in lookahead() 298 int i = pos.getIndex() + count; in jumpahead() 314 int b = pos.getIndex(); in toString() 327 int i = pos.getIndex(); in _current() 343 pos.setIndex(pos.getIndex() + count); in _advance() 344 if (pos.getIndex() > tex in _advance() [all...] |
H A D | ZoneMeta.java | 668 if (id.charAt(pos.getIndex()) == 0x002D /*'-'*/) { in parseCustomID() 670 } else if (id.charAt(pos.getIndex()) != 0x002B /*'+'*/) { in parseCustomID() 673 pos.setIndex(pos.getIndex() + 1); in parseCustomID() 679 int start = pos.getIndex(); in parseCustomID() 682 if (pos.getIndex() == start) { in parseCustomID() 687 if (pos.getIndex() < id.length()){ in parseCustomID() 688 if (pos.getIndex() - start > 2 in parseCustomID() 689 || id.charAt(pos.getIndex()) != 0x003A /*':'*/) { in parseCustomID() 693 pos.setIndex(pos.getIndex() + 1); in parseCustomID() 694 int oldPos = pos.getIndex(); in parseCustomID() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RuleCharacterIterator.java | 113 if (text == null || pos.getIndex() > text.length()) { in RuleCharacterIterator() 126 return buf == null && pos.getIndex() == text.length(); in atEnd() 232 p.posIndex = pos.getIndex(); in getPos() 290 return pos.getIndex(); in getCurrentBufferPos() 313 int i = pos.getIndex() + count; in jumpahead() 329 int b = pos.getIndex(); in toString() 342 int i = pos.getIndex(); in _current() 358 pos.setIndex(pos.getIndex() + count); in _advance() 359 if (pos.getIndex() > text.length()) { in _advance()
|
H A D | ZoneMeta.java | 667 if (id.charAt(pos.getIndex()) == 0x002D /*'-'*/) { in parseCustomID() 669 } else if (id.charAt(pos.getIndex()) != 0x002B /*'+'*/) { in parseCustomID() 672 pos.setIndex(pos.getIndex() + 1); in parseCustomID() 678 int start = pos.getIndex(); in parseCustomID() 681 if (pos.getIndex() == start) { in parseCustomID() 686 if (pos.getIndex() < id.length()){ in parseCustomID() 687 if (pos.getIndex() - start > 2 in parseCustomID() 688 || id.charAt(pos.getIndex()) != 0x003A /*':'*/) { in parseCustomID() 692 pos.setIndex(pos.getIndex() + 1); in parseCustomID() 693 int oldPos = pos.getIndex(); in parseCustomID() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
H A D | IceELFSectionTest.cpp | 25 size_t pop_index = Strtab.getIndex("pop"); in CheckStringTablePermLayout() 27 size_t lollipop_index = Strtab.getIndex("lollipop"); in CheckStringTablePermLayout() 29 size_t lipop_index = Strtab.getIndex("lipop"); in CheckStringTablePermLayout() 31 size_t pops_index = Strtab.getIndex("pops"); in CheckStringTablePermLayout() 33 size_t unpop_index = Strtab.getIndex("unpop"); in CheckStringTablePermLayout() 35 size_t popular_index = Strtab.getIndex("popular"); in CheckStringTablePermLayout() 37 size_t strtab_index = Strtab.getIndex(".strtab"); in CheckStringTablePermLayout() 39 size_t shstrtab_index = Strtab.getIndex(".shstrtab"); in CheckStringTablePermLayout() 41 size_t symtab_index = Strtab.getIndex(".symtab"); in CheckStringTablePermLayout()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | citrtest.cpp | 171 if(test->getIndex()!=1){ in TestCoverage() 172 errln("Failed: getIndex()."); in TestCoverage() 178 if(test->getIndex()!=0){ in TestCoverage() 182 if(test->getIndex()!=testText.length()){ in TestCoverage() 215 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex()) in TestConstructionAndEquality() 312 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex()) in TestConstructionAndEqualityUChariter() 356 if (test8b->getIndex()!=5) in TestConstructionAndEqualityUChariter() 411 if (iter.getIndex() ! in TestIteration() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 106 int index = iterator2.getIndex(); in TestIteration() 125 int index = iterator2.getIndex(); in TestIteration() 195 if(iter.getIndex() != UTF16.getCharCount(c) + i) in TestIterationUChar32() 196 errln("getIndex() after first32PostInc() failed"); in TestIterationUChar32() 200 if (iter.getIndex() != 0) in TestIterationUChar32() 212 if(iter.getIndex() != i) in TestIterationUChar32() 213 errln("getIndex() aftr nextCodePointPostInc() isn't working right"); in TestIterationUChar32() 260 public int getIndex() { in getIndex() method in TestUCharacterIterator.UCharIterator 384 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) { in previousNext() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
H A D | TestUCharacterIterator.java | 103 int index = iterator2.getIndex(); in TestIteration() 122 int index = iterator2.getIndex(); in TestIteration() 192 if(iter.getIndex() != UTF16.getCharCount(c) + i) in TestIterationUChar32() 193 errln("getIndex() after first32PostInc() failed"); in TestIterationUChar32() 197 if (iter.getIndex() != 0) in TestIterationUChar32() 209 if(iter.getIndex() != i) in TestIterationUChar32() 210 errln("getIndex() aftr nextCodePointPostInc() isn't working right"); in TestIterationUChar32() 257 public int getIndex() { in getIndex() method in TestUCharacterIterator.UCharIterator 381 if(expectIndex[iter.getIndex()]!=iter32.getIndex()) { in previousNext() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 443 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 444 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock() 445 if((x + 2) < w) color[2] = subblockColors0[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock() 446 if((x + 3) < w) color[3] = subblockColors0[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock() 453 if((x + 0) < w) color[0] = subblockColors1[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 454 if((x + 1) < w) color[1] = subblockColors1[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock() 455 if((x + 2) < w) color[2] = subblockColors1[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock() 456 if((x + 3) < w) color[3] = subblockColors1[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock() 465 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 466 if((x + 1) < w) color[1] = subblockColors0[getIndex( in decodeIndividualOrDifferentialBlock() 590 inline int getIndex(int x, int y) const getIndex() function [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 446 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 447 if((x + 1) < w) color[1] = subblockColors0[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock() 448 if((x + 2) < w) color[2] = subblockColors0[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock() 449 if((x + 3) < w) color[3] = subblockColors0[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock() 456 if((x + 0) < w) color[0] = subblockColors1[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 457 if((x + 1) < w) color[1] = subblockColors1[getIndex(1, j)].addA(alphaValues[j][1]); in decodeIndividualOrDifferentialBlock() 458 if((x + 2) < w) color[2] = subblockColors1[getIndex(2, j)].addA(alphaValues[j][2]); in decodeIndividualOrDifferentialBlock() 459 if((x + 3) < w) color[3] = subblockColors1[getIndex(3, j)].addA(alphaValues[j][3]); in decodeIndividualOrDifferentialBlock() 468 if((x + 0) < w) color[0] = subblockColors0[getIndex(0, j)].addA(alphaValues[j][0]); in decodeIndividualOrDifferentialBlock() 469 if((x + 1) < w) color[1] = subblockColors0[getIndex( in decodeIndividualOrDifferentialBlock() 593 inline int getIndex(int x, int y) const getIndex() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.cpp | 54 SizeT Index = VMetadata->getLocalUseNode(Var)->getIndex(); in initInternal() 66 LivenessNode &N = Nodes[(*I)->getIndex()]; in initInternal() 83 SizeT VarIndex = Var->getIndex(); in initInternal() 89 SizeT NodeIndex = VMetadata->getLocalUseNode(Var)->getIndex(); in initInternal() 103 SizeT VarIndex = Var->getIndex(); in initInternal() 112 LivenessNode &Node = Nodes[(*I)->getIndex()]; in initInternal() 138 SizeT NodeIndex = Node->getIndex(); in getVariable()
|
H A D | IceLiveness.h | 80 return NumGlobals + Nodes[Node->getIndex()].NumLocals; in getNumVarsInNode() 83 return Nodes[Node->getIndex()].NumNonDeadPhis; in getNumNonDeadPhis() 86 SizeT Index = Node->getIndex(); in getLiveIn() 91 SizeT Index = Node->getIndex(); in getLiveOut() 97 SizeT Index = Node->getIndex(); in getLiveBegin() 102 SizeT Index = Node->getIndex(); in getLiveEnd()
|
H A D | IceLoopAnalyzer.cpp | 67 IndexT getIndex() const { return Index; } in getIndex() function in Ice::LoopAnalyzer::LoopNode 199 LoopNode &Succ = AllNodes[(*Node.currentSuccessor())->getIndex()]; in processNode() 209 LoopNode &Succ = AllNodes[(*Node.currentSuccessor())->getIndex()]; in processNode() 217 Node.tryLink(Succ.getIndex()); in processNode() 220 if (Node.getLowLink() != Node.getIndex()) in processNode() 247 LoopNodes.insert((*LoopIter)->getNode()->getIndex()); in processNode() 273 if (LoopBody.find(Prev->getIndex()) == in ComputeLoopInfo() 293 if (LoopBody.find(Prev->getIndex()) == LoopBody.end()) { in ComputeLoopInfo()
|
/third_party/icu/icu4c/source/common/ |
H A D | ruleiter.cpp | 35 return buf == 0 && pos.getIndex() == text.length(); in atEnd() 93 p.pos = pos.getIndex(); in getPos() 120 text.extract(pos.getIndex(), maxLookAhead, result); in lookahead() 131 int32_t b = pos.getIndex(); 141 int i = pos.getIndex(); in _current() 153 pos.setIndex(pos.getIndex() + count); in _advance() 154 if (pos.getIndex() > text.length()) { in _advance()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ruleiter.cpp | 35 return buf == 0 && pos.getIndex() == text.length(); in atEnd() 93 p.pos = pos.getIndex(); in getPos() 120 text.extract(pos.getIndex(), maxLookAhead, result); in lookahead() 131 int32_t b = pos.getIndex(); 141 int i = pos.getIndex(); in _current() 153 pos.setIndex(pos.getIndex() + count); in _advance() 154 if (pos.getIndex() > text.length()) { in _advance()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ruleiter.cpp | 35 return buf == 0 && pos.getIndex() == text.length(); in atEnd() 93 p.pos = pos.getIndex(); in getPos() 120 text.extract(pos.getIndex(), maxLookAhead, result); in lookahead() 131 int32_t b = pos.getIndex(); 141 int i = pos.getIndex(); in _current() 153 pos.setIndex(pos.getIndex() + count); in _advance() 154 if (pos.getIndex() > text.length()) { in _advance()
|
/third_party/icu/icu4c/source/samples/uciter8/ |
H A D | uciter8.c | 59 length=iter1->getIndex(iter1, UITER_LENGTH); in compareIterators() 60 pos2=iter2->getIndex(iter2, UITER_LENGTH); in compareIterators() 62 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators() 94 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 104 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 134 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 199 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 283 i=iter1->getIndex(iter1, UITER_CURRENT); in testIteratorState() 284 j=iter2->getIndex(iter in testIteratorState() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 69 if (A->getIndex() == B->getIndex()) in equalBaseIndex() 74 if (MFI.isFixedObjectIndex(A->getIndex()) && in equalBaseIndex() 75 MFI.isFixedObjectIndex(B->getIndex())) { in equalBaseIndex() 76 Off += MFI.getObjectOffset(B->getIndex()) - in equalBaseIndex() 77 MFI.getObjectOffset(A->getIndex()); in equalBaseIndex() 121 if (A != B && (!MFI.isFixedObjectIndex(A->getIndex()) || in computeAliasing() 122 !MFI.isFixedObjectIndex(B->getIndex()))) { in computeAliasing() 137 if ((BasePtr0.getIndex() == BasePtr1.getIndex() || (IsFI in computeAliasing() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
H A D | uciter8.c | 59 length=iter1->getIndex(iter1, UITER_LENGTH); in compareIterators() 60 pos2=iter2->getIndex(iter2, UITER_LENGTH); in compareIterators() 62 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators() 94 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 104 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 134 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 199 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT)); in compareIterators() 283 i=iter1->getIndex(iter1, UITER_CURRENT); in testIteratorState() 284 j=iter2->getIndex(iter in testIteratorState() [all...] |