Searched defs:numPairs (Results 1 – 3 of 3) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 341 int numPairs = ByteArray.readU16bit(info, pos + 2); in annotation() local 345 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 427 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 495 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 496 writer.annotation(copyType(type), numPairs); in annotation() local 617 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
|
/external/lzma/C/ |
D | LzmaEnc.c | 308 UInt32 numPairs; member 869 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local 992 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, len; in GetOptimum() local 1189 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; in GetOptimum() local 1556 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local 1817 UInt32 numPairs; in LzmaEnc_CodeOneBlock() local
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local
|