HomeSort by relevance Sort by last modified time
    Searched refs:HASH_MASK (Results 1 - 17 of 17) 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;
  /system/core/include/utils/
BasicHashtable.h 42 static const uint32_t HASH_MASK = 0x3fffffffUL;
121 return (hash & Bucket::HASH_MASK) ^ (hash >> 30);
  /system/core/libutils/
BasicHashtable.cpp 141 if ((bucket.cookie & Bucket::HASH_MASK) == hash
217 hash_t hash = fromBucket.cookie & Bucket::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)
  /system/core/libutils/tests/
BasicHashtable_test.cpp 117 *hash = cookie & BasicHashtable<TKey, TEntry>::Bucket::HASH_MASK;
  /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 
  /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 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 1838 milliseconds