HomeSort by relevance Sort by last modified time
    Searched full:index_mask (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/common/
pepper_plugin_list.cc 88 uint64 index_mask = 1ULL << i; local
89 if (!(skip_file_check_flags & index_mask)) {
91 skip_file_check_flags |= index_mask;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 73 INDEX_MASK = (1 << kPageIdOffset) - 1,
new_tab_page_handler.cc 190 values->SetInteger("shown_page_type", shown_page & ~INDEX_MASK);
191 values->SetInteger("shown_page_index", shown_page & INDEX_MASK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 35 private static final int INDEX_MASK = 0xffff;
254 final int index = msg.what & 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.
collationfastlatinbuilder.cpp 598 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
621 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
collationfastlatin.cpp     [all...]
  /external/iproute2/ip/
xfrm.h 98 __u32 index_mask; member in struct:xfrm_filter
xfrm_policy.c 447 if ((xpinfo->index^filter.xpinfo.index)&filter.index_mask)
794 filter.index_mask = XFRM_FILTER_MASK_FULL;
  /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...]
light.cpp 311 v->index & vertex_cache_t::INDEX_MASK);
357 c->arrays.normal.element(v->index & vertex_cache_t::INDEX_MASK));
context.h 236 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
array.cpp 956 first &= vertex_cache_t::INDEX_MASK;
969 first & vertex_cache_t::INDEX_MASK);
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 1288 milliseconds