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

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 86 private static final long HASH_MASK = 0xFFFFFFFFFFFF0000L;
222 while ((hashes_idx[idx] & HASH_MASK) == hash) {
  /system/core/include/utils/
BasicHashtable.h 42 static const uint32_t HASH_MASK = 0x3fffffffUL;
121 return (hash & Bucket::HASH_MASK) ^ (hash >> 30);
  /external/pixman/pixman/
pixman-glyph.c 44 #define HASH_MASK (HASH_SIZE - 1)
103 while ((g = cache->glyphs[idx++ & HASH_MASK]))
130 loc = &cache->glyphs[idx++ & HASH_MASK];
147 while (cache->glyphs[idx & HASH_MASK] != glyph)
150 cache->glyphs[idx & HASH_MASK] = TOMBSTONE;
155 if (cache->glyphs[(idx + 1) & HASH_MASK] == NULL)
157 while (cache->glyphs[idx & HASH_MASK] == TOMBSTONE)
159 cache->glyphs[idx & HASH_MASK] = NULL;
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 408 #define HASH_MASK (HASH_COUNT - 1)
412 SkASSERT(HASH_MASK < 256); // since our munging reduces to 8 bits
420 return n & HASH_MASK;
SkPictureFlat.h 692 HASH_MASK = (1 << HASH_BITS) - 1,
708 return n & HASH_MASK;
  /external/skia/src/core/
SkGlyphCache.cpp 408 #define HASH_MASK (HASH_COUNT - 1)
412 SkASSERT(HASH_MASK < 256); // since our munging reduces to 8 bits
420 return n & HASH_MASK;
SkPictureFlat.h 692 HASH_MASK = (1 << HASH_BITS) - 1,
708 return n & HASH_MASK;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 223 milliseconds