/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | utils.h | 40 #define INDEX_MASK 0x0000003F macro 75 index = (index & INDEX_MASK); in arm_recip_q31() 126 index = (index & INDEX_MASK); in arm_recip_q15()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationFastLatin.java | 65 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin 693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|
D | CollationFastLatinBuilder.java | 548 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs() 568 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationFastLatin.java | 61 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin 689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|
D | CollationFastLatinBuilder.java | 547 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs() 567 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationfastlatin.h | 69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
|
D | collationfastlatinbuilder.cpp | 581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs() 604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
|
D | collationfastlatin.cpp | 861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationfastlatin.h | 69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
|
D | collationfastlatinbuilder.cpp | 581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs() 604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
|
D | collationfastlatin.cpp | 861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationfastlatin.h | 69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
|
D | collationfastlatinbuilder.cpp | 581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs() 604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
|
D | collationfastlatin.cpp | 861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationfastlatin.h | 69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
|
D | collationfastlatinbuilder.cpp | 581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs() 604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
|
D | collationfastlatin.cpp | 861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair() 870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
|