HomeSort by relevance Sort by last modified time
    Searched refs:HASH_SIZE (Results 1 - 21 of 21) 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++) {
  /hardware/intel/img/libdrm/libdrm/
xf86drmHash.c 82 #define HASH_SIZE 512 /* Good for about 100 entries */
116 HashBucketPtr buckets[HASH_SIZE];
150 hash %= HASH_SIZE;
170 for (i = 0; i < HASH_SIZE; i++) table->buckets[i] = NULL;
183 for (i = 0; i < HASH_SIZE; i++) {
281 while (table->p0 < HASH_SIZE) {
337 for (i = 0; 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];
backward_references.c 187 for (i = 0; i < HASH_SIZE; ++i) {
    [all...]
  /external/webp/src/enc/
backward_references.h 119 #define HASH_SIZE (1 << HASH_BITS)
124 int32_t hash_to_first_index_[HASH_SIZE];
backward_references.c 187 for (i = 0; i < HASH_SIZE; ++i) {
    [all...]
  /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/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)
  /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 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.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 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 783 milliseconds