OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HASH_MASK
(Results
1 - 16
of
16
) sorted by null
/external/clang/test/CoverageMapping/
loopmacro.c
19
#define UPDATE_HASH(h,c) (h = (((h)<<H_SHIFT) ^ (c)) &
HASH_MASK
)
28
#define
HASH_MASK
0xFFFF
/external/fio/
filehash.c
10
#define
HASH_MASK
(HASH_BUCKETS - 1)
19
return jhash(name, strlen(name), 0) &
HASH_MASK
;
/external/zopfli/src/zopfli/
hash.c
27
#define
HASH_MASK
32767
88
h->val = (((h->val) << HASH_SHIFT) ^ (c)) &
HASH_MASK
;
/external/selinux/libselinux/src/
matchpathcon.c
153
#define
HASH_MASK
(HASH_BUCKETS-1)
176
h = (ino + (ino >> HASH_BITS)) &
HASH_MASK
;
/external/selinux/policycoreutils/setfiles/
restore.c
17
#define
HASH_MASK
(HASH_BUCKETS-1)
571
h = (ino + (ino >> HASH_BITS)) &
HASH_MASK
;
/external/lz4/lib/
lz4hc.c
76
#define
HASH_MASK
(HASHTABLESIZE - 1)
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
Completed in 1797 milliseconds