Searched refs:numPairs (Results 1 – 9 of 9) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 389 int numPairs = ByteArray.readU16bit(info, pos + 2); in annotation() local 390 return annotation(pos + 4, type, numPairs); in annotation() 393 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 394 for (int j = 0; j < numPairs; ++j) in annotation() 500 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 502 return super.annotation(pos, type, numPairs); in annotation() 579 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 580 writer.annotation(copyType(type), numPairs); in annotation() local 581 return super.annotation(pos, type, numPairs); in annotation() 710 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument [all …]
|
/external/lzma/C/ |
D | LzmaEnc.c | 308 unsigned numPairs; member 984 unsigned numPairs; in ReadMatchDistances() local 988 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances() 989 *numPairsRes = numPairs; in ReadMatchDistances() 992 printf("\n i = %u numPairs = %u ", g_STAT_OFFSET, numPairs / 2); in ReadMatchDistances() 996 for (i = 0; i < numPairs; i += 2) in ReadMatchDistances() 1001 if (numPairs == 0) in ReadMatchDistances() 1004 unsigned len = p->matches[(size_t)numPairs - 2]; in ReadMatchDistances() 1014 ptrdiff_t dif = (ptrdiff_t)-1 - p->matches[(size_t)numPairs - 1]; in ReadMatchDistances() 1127 unsigned numPairs, mainLen, repMaxIndex, i, posState; in GetOptimum() local [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _a_v_a_r.py | 67 numPairs = struct.unpack(">H", data[pos:pos+2])[0] 69 for _ in range(numPairs):
|
/external/llvm-project/lldb/source/Target/ |
D | PathMappingList.cpp | 124 unsigned int numPairs = m_pairs.size(); in Dump() local 128 for (index = 0; index < numPairs; ++index) in Dump() 133 if (static_cast<unsigned int>(pair_index) < numPairs) in Dump()
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local 803 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 1082 int numPairs = (length + 1) / 2; 1083 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 1084 int numPairs = (length + 1) / 2; 1085 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2436 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2364 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|