Home
last modified time | relevance | path

Searched refs:INDEX_MASK (Results 1 – 17 of 17) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dutils.h40 #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/
DCollationFastLatin.java65 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()
DCollationFastLatinBuilder.java548 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/
DCollationFastLatin.java61 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()
DCollationFastLatinBuilder.java547 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()
567 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
Dcollationfastlatin.cpp861 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/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
Dcollationfastlatin.cpp861 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/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
Dcollationfastlatin.cpp861 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/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()