Searched refs:numPairs (Results 1 – 12 of 12) sorted by relevance
/third_party/libsnd/src/ALAC/ |
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) ;
|
D | dp_enc.c | 43 init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) in init_coefs() argument 51 for (k = 3 ; k < numPairs ; k++) in init_coefs() 56 copy_coefs (const int16_t * srcCoefs, int16_t * dstCoefs, int32_t numPairs) in copy_coefs() argument 60 for (k = 0 ; k < numPairs ; k++) in copy_coefs()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTableFormat4.java | 211 int numPairs = IndexSubTableFormat4.numGlyphs(data, 0) + 1; in initialize() local 213 for (int i = 0; i < numPairs; i++) { in initialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | IndexSubTableFormat4.java | 211 int numPairs = IndexSubTableFormat4.numGlyphs(data, 0) + 1; in initialize() local 213 for (int i = 0; i < numPairs; i++) { in initialize()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationIterator.java | 1084 int numPairs = (length + 1) / 2; 1085 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
|
/third_party/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()
|
/third_party/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);
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/node/deps/icu-small/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()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
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/ |
D | MessageFormat.java | 2392 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|