Searched refs:HASH_SIZE (Results 1 - 15 of 15) sorted by relevance

/external/oprofile/daemon/
H A Dopd_cookie.c97 #define HASH_SIZE 512 macro
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)
H A Dopd_anon.c31 #define HASH_SIZE 1024 macro
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)
H A Dopd_sfile.c29 #define HASH_SIZE 2048 macro
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/
H A Dglxhash.c84 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
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/
H A Dglxhash.c84 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
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/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.h119 #define HASH_SIZE (1 << HASH_BITS) macro
124 int32_t hash_to_first_index_[HASH_SIZE];
H A Dbackward_references.c187 for (i = 0; i < HASH_SIZE; ++i) {
/external/webp/src/enc/
H A Dbackward_references.h119 #define HASH_SIZE (1 << HASH_BITS) macro
124 int32_t hash_to_first_index_[HASH_SIZE];
H A Dbackward_references.c187 for (i = 0; i < HASH_SIZE; ++i) {
/external/fio/
H A Dgettime.c40 #define HASH_SIZE (1 << HASH_BITS) macro
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/pixman/pixman/
H A Dpixman-glyph.c43 #define HASH_SIZE (2 * N_GLYPHS_HIGH_WATER) macro
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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 342 milliseconds