HomeSort by relevance Sort by last modified time
    Searched defs:firstSlot (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
BloomFilter.h 53 bool mayContain(unsigned hash) const { return firstSlot(hash) && secondSlot(hash); }
74 uint8_t& firstSlot(unsigned hash) { return m_table[hash & keyMask]; }
76 const uint8_t& firstSlot(unsigned hash) const { return m_table[hash & keyMask]; }
85 uint8_t& first = firstSlot(hash);
96 uint8_t& first = firstSlot(hash);
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 387 int firstSlot = nextSlot - 2;
393 firstSlot -= LDLD_DISTANCE;
396 * Make sure we check slot >= 0 since firstSlot may be negative
399 for (slot = firstSlot; slot >= 0; slot--) {
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 387 int firstSlot = nextSlot - 2;
393 firstSlot -= LDLD_DISTANCE;
396 * Make sure we check slot >= 0 since firstSlot may be negative
399 for (slot = firstSlot; slot >= 0; slot--) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 79 milliseconds