Home
last modified time | relevance | path

Searched defs:numPairs (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java389 int numPairs = ByteArray.readU16bit(info, pos + 2); in annotation() local
393 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
500 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
579 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
580 writer.annotation(copyType(type), numPairs); in annotation() local
710 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp124 unsigned int numPairs = m_pairs.size(); in Dump() local
/external/lzma/C/
DLzmaEnc.c308 unsigned numPairs; member
984 unsigned numPairs; in ReadMatchDistances() local
1127 unsigned numPairs, mainLen, repMaxIndex, i, posState; in GetOptimum() local
1341 unsigned newLen, numPairs, prev, state, posState, startLen; in GetOptimum() local
1868 unsigned mainLen, numPairs, repIndex, repLen, i; in GetOptimumFast() local
2280 unsigned numPairs; in LzmaEnc_CodeOneBlock() local
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local