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

  /external/oprofile/daemon/
opd_cookie.c 97 #define HASH_SIZE 512
98 #define HASH_BITS (HASH_SIZE - 1)
100 static struct list_head hashes[HASH_SIZE];
129 return (cookie >> DCOOKIE_SHIFT) & (HASH_SIZE - 1);
207 for (i = 0; i < HASH_SIZE; ++i)
opd_anon.c 31 #define HASH_SIZE 1024
32 #define HASH_BITS (HASH_SIZE - 1)
43 static struct list_head hashes[HASH_SIZE];
73 return ((app >> DCOOKIE_SHIFT) ^ (tgid >> 2)) & (HASH_SIZE - 1);
224 for (i = 0; i < HASH_SIZE; ++i)
opd_sfile.c 29 #define HASH_SIZE 2048
30 #define HASH_BITS (HASH_SIZE - 1)
33 static struct list_head hashes[HASH_SIZE];
641 for (; i < HASH_SIZE; ++i)
  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 119 #define HASH_SIZE (1 << HASH_BITS)
124 int32_t hash_to_first_index_[HASH_SIZE];
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 84 #define HASH_SIZE 512 /* Good for about 100 entries */
121 __glxHashBucketPtr buckets[HASH_SIZE];
149 hash %= HASH_SIZE;
170 for (i = 0; i < HASH_SIZE; i++)
186 for (i = 0; i < HASH_SIZE; i++) {
297 while (table->p0 < HASH_SIZE) {
364 for (i = 0; i < HASH_SIZE; i++) {
  /external/mesa3d/src/glx/
glxhash.c 84 #define HASH_SIZE 512 /* Good for about 100 entries */
121 __glxHashBucketPtr buckets[HASH_SIZE];
149 hash %= HASH_SIZE;
170 for (i = 0; i < HASH_SIZE; i++)
186 for (i = 0; i < HASH_SIZE; i++) {
297 while (table->p0 < HASH_SIZE) {
364 for (i = 0; i < HASH_SIZE; i++) {
  /external/fio/
gettime.c 40 #define HASH_SIZE (1 << HASH_BITS)
42 static struct flist_head hash[HASH_SIZE];
100 for (i = 0; i < HASH_SIZE; i++) {
120 for (i = 0; i < HASH_SIZE; i++)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1340 milliseconds