HomeSort by relevance Sort by last modified time
    Searched refs:HASH_SIZE (Results 1 - 11 of 11) 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/hyphenation/
hyphen.c 80 #define HASH_SIZE 31627
83 HashEntry *entries[HASH_SIZE];
115 for (i = 0; i < HASH_SIZE; i++)
127 for (i = 0; i < HASH_SIZE; i++)
145 i = hnj_string_hash (key) % HASH_SIZE;
159 i = hnj_string_hash (key) % HASH_SIZE;
225 for (i = 0; i < HASH_SIZE; i++)
466 for (i = 0; i < HASH_SIZE; i++)
480 for (i = 0; i < HASH_SIZE; i++)
    [all...]
  /external/webp/src/enc/
backward_references.c 24 #define HASH_SIZE (1 << HASH_BITS)
36 int32_t hash_to_first_index_[HASH_SIZE];
123 for (i = 0; i < HASH_SIZE; ++i) {
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1335 milliseconds