/third_party/libsnd/src/ALAC/ |
H A D | dplib.h | 49 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 D | dp_enc.c | 45 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 D | LzmaEnc.c | 396 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 D | IndexSubTableFormat4.java | 211 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 D | MessageFormat.java | 2436 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MessageFormat.java | 2392 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 D | CollationIterator.java | 1082 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 D | CollationIterator.java | 1084 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 D | collationiterator.cpp | 802 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 D | collationiterator.cpp | 802 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 D | collationiterator.cpp | 802 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |