HomeSort by relevance Sort by last modified time
    Searched refs:INDEX_MASK (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java 61 private static final int INDEX_MASK = 0xffff;
465 sb.append(Integer.toHexString((key >> INDEX_SHIFT) & INDEX_MASK));
632 return (key >> INDEX_SHIFT) & INDEX_MASK;
  /frameworks/native/opengl/libagl/
primitives.cpp 79 v0->index & vertex_cache_t::INDEX_MASK);
85 v1->index & vertex_cache_t::INDEX_MASK);
91 v2->index & vertex_cache_t::INDEX_MASK);
102 v2->index & vertex_cache_t::INDEX_MASK);
138 v->index & vertex_cache_t::INDEX_MASK);
411 v->index & vertex_cache_t::INDEX_MASK);
470 v->index & vertex_cache_t::INDEX_MASK);
    [all...]
context.h 236 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
light.cpp 311 v->index & vertex_cache_t::INDEX_MASK);
357 c->arrays.normal.element(v->index & vertex_cache_t::INDEX_MASK));
array.cpp 956 first &= vertex_cache_t::INDEX_MASK;
969 first & vertex_cache_t::INDEX_MASK);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 63 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
83 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
97 * Use INDEX_MASK to find the pair of CEs after the fixed table.
689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
    [all...]
CollationFastLatinBuilder.java 546 if(expansionIndex > CollationFastLatin.INDEX_MASK) {
566 if(contractionIndex > CollationFastLatin.INDEX_MASK) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 59 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
79 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
93 * Use INDEX_MASK to find the pair of CEs after the fixed table.
685 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
690 int index = NUM_FAST_CHARS + (ce & INDEX_MASK);
    [all...]
CollationFastLatinBuilder.java 545 if(expansionIndex > CollationFastLatin.INDEX_MASK) {
565 if(contractionIndex > CollationFastLatin.INDEX_MASK) {
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 67 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
87 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
101 * Use INDEX_MASK to find the pair of CEs after the fixed table.
collationfastlatin.cpp     [all...]
collationfastlatinbuilder.cpp 579 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
602 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 39 private static final int INDEX_MASK = 0xffff;
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h 317 #define INDEX_MASK 0x0000003F
565 index = (index & INDEX_MASK);
616 index = (index & INDEX_MASK);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1148 milliseconds