HomeSort by relevance Sort by last modified time
    Searched refs:HASH_SIZE (Results 1 - 15 of 15) 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/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/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/pixman/pixman/
pixman-glyph.c 43 #define HASH_SIZE (2 * N_GLYPHS_HIGH_WATER)
44 #define HASH_MASK (HASH_SIZE - 1)
62 glyph_t * glyphs[HASH_SIZE];
171 for (i = 0; i < HASH_SIZE; ++i)
268 if (cache->n_glyphs >= HASH_SIZE)
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 26 #define HASH_SIZE (1 << HASH_BITS)
38 int32_t hash_to_first_index_[HASH_SIZE];
125 for (i = 0; i < HASH_SIZE; ++i) {
  /external/webp/src/enc/
backward_references.c 26 #define HASH_SIZE (1 << HASH_BITS)
38 int32_t hash_to_first_index_[HASH_SIZE];
125 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 467 milliseconds