OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HASH_MASK
(Results
1 - 8
of
8
) 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/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 61 milliseconds