Home
last modified time | relevance | path

Searched refs:numPairs (Results 1 - 12 of 12) sorted by relevance

/third_party/libsnd/src/ALAC/
H A Ddplib.h49 void init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) ;
50 void copy_coefs (const int16_t * srcCoefs, int16_t * dstCoefs, int32_t numPairs) ;
H A Ddp_enc.c45 init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) in init_coefs() argument
53 for (k = 3 ; k < numPairs ; k++) in init_coefs()
58 copy_coefs (const int16_t * srcCoefs, int16_t * dstCoefs, int32_t numPairs) in copy_coefs() argument
62 for (k = 0 ; k < numPairs ; k++) in copy_coefs()
/third_party/lzma/C/
H A DLzmaEnc.c396 unsigned numPairs; member
1081 unsigned numPairs; in ReadMatchDistances() local
1088 numPairs = (unsigned)(d - p->matches); in ReadMatchDistances()
1090 *numPairsRes = numPairs; in ReadMatchDistances()
1093 printf("\n i = %u numPairs = %u ", g_STAT_OFFSET, numPairs / 2); in ReadMatchDistances()
1097 for (i = 0; i < numPairs; i += 2) in ReadMatchDistances()
1102 if (numPairs == 0) in ReadMatchDistances()
1105 const unsigned len = p->matches[(size_t)numPairs - 2]; in ReadMatchDistances()
1115 const ptrdiff_t dif = (ptrdiff_t)-1 - (ptrdiff_t)p->matches[(size_t)numPairs in ReadMatchDistances()
1228 unsigned numPairs, mainLen, repMaxIndex, i, posState; GetOptimum() local
1446 unsigned newLen, numPairs, prev, state, posState, startLen; GetOptimum() local
1973 unsigned mainLen, numPairs, repIndex, repLen, i; GetOptimumFast() local
2407 unsigned numPairs; LzmaEnc_CodeOneBlock() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DIndexSubTableFormat4.java211 int numPairs = IndexSubTableFormat4.numGlyphs(data, 0) + 1; in initialize()
213 for (int i = 0; i < numPairs; i++) { in initialize()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2436 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessageFormat.java2392 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java1082 int numPairs = (length + 1) / 2; in appendNumericSegmentCEs()
1083 long primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java1084 int numPairs = (length + 1) / 2; in appendNumericSegmentCEs()
1085 long primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local
803 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local
803 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp802 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local
803 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 21 milliseconds