OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HASH_MASK
(Results
1 - 3
of
3
) 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) {
/external/skia/src/core/
SkGlyphCache.cpp
400
#define
HASH_MASK
(HASH_COUNT - 1)
404
SkASSERT(
HASH_MASK
< 256); // since our munging reduces to 8 bits
412
return n &
HASH_MASK
;
/prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
Completed in 82 milliseconds