HomeSort by: relevance | last modified time | path
    Searched defs:nbuckets (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/libexec/ld.elf_so/
headers.c 182 uint32_t nbuckets, nchains; local
187 nbuckets = UINT32_MAX;
189 nbuckets = hashtab[0];
190 obj->nbuckets = nbuckets;
193 obj->chains = obj->buckets + obj->nbuckets;
196 if (!obj->buckets || !nbuckets || !nchains)
205 fast_divide32_prepare(obj->nbuckets,
215 uint32_t nbuckets, symndx; local
222 nbuckets = UINT32_MAX
    [all...]
headers.c 182 uint32_t nbuckets, nchains; local
187 nbuckets = UINT32_MAX;
189 nbuckets = hashtab[0];
190 obj->nbuckets = nbuckets;
193 obj->chains = obj->buckets + obj->nbuckets;
196 if (!obj->buckets || !nbuckets || !nchains)
205 fast_divide32_prepare(obj->nbuckets,
215 uint32_t nbuckets, symndx; local
222 nbuckets = UINT32_MAX
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_strtab.c 69 uint_t nbuckets = _dtrace_strbuckets; local
77 sp->str_hash = calloc(nbuckets, sizeof (dt_strhash_t *));
82 sp->str_hashsz = nbuckets;
dt_strtab.c 69 uint_t nbuckets = _dtrace_strbuckets; local
77 sp->str_hash = calloc(nbuckets, sizeof (dt_strhash_t *));
82 sp->str_hashsz = nbuckets;
  /src/external/gpl3/gcc/dist/libobjc/
sarray.c 35 int nbuckets = 0; /* !T:MUTEX */ variable
184 nbuckets += 1;
196 nbuckets += 1;
254 nbuckets += 1;
427 nbuckets -= 1;
439 nbuckets -= 1;
457 nbuckets -= 1;
sarray.c 35 int nbuckets = 0; /* !T:MUTEX */ variable
184 nbuckets += 1;
196 nbuckets += 1;
254 nbuckets += 1;
427 nbuckets -= 1;
439 nbuckets -= 1;
457 nbuckets -= 1;
  /src/external/gpl3/gcc.old/dist/libobjc/
sarray.c 35 int nbuckets = 0; /* !T:MUTEX */ variable
184 nbuckets += 1;
196 nbuckets += 1;
254 nbuckets += 1;
427 nbuckets -= 1;
439 nbuckets -= 1;
457 nbuckets -= 1;
sarray.c 35 int nbuckets = 0; /* !T:MUTEX */ variable
184 nbuckets += 1;
196 nbuckets += 1;
254 nbuckets += 1;
427 nbuckets -= 1;
439 nbuckets -= 1;
457 nbuckets -= 1;
  /src/external/gpl2/diffutils/dist/src/
io.c 59 static size_t nbuckets;
392 bucket = &buckets[h % nbuckets];
849 nbuckets = ((size_t) 1 << i) - prime_offset[i];
850 if (PTRDIFF_MAX / sizeof *buckets <= nbuckets)
852 buckets = zalloc ((nbuckets + 1) * sizeof *buckets);
58 static size_t nbuckets; variable
io.c 59 static size_t nbuckets;
392 bucket = &buckets[h % nbuckets];
849 nbuckets = ((size_t) 1 << i) - prime_offset[i];
850 if (PTRDIFF_MAX / sizeof *buckets <= nbuckets)
852 buckets = zalloc ((nbuckets + 1) * sizeof *buckets);
58 static size_t nbuckets; variable
  /src/external/gpl2/xcvs/dist/diff/
io.c 54 static int nbuckets;
284 bucket = &buckets[h % nbuckets];
628 /* Largest primes less than some power of two, for nbuckets. Values range
703 nbuckets = primes[i];
705 buckets = (int *) xmalloc ((nbuckets + 1) * sizeof (*buckets));
706 bzero (buckets++, (nbuckets + 1) * sizeof (*buckets));
53 static int nbuckets; variable
io.c 54 static int nbuckets;
284 bucket = &buckets[h % nbuckets];
628 /* Largest primes less than some power of two, for nbuckets. Values range
703 nbuckets = primes[i];
705 buckets = (int *) xmalloc ((nbuckets + 1) * sizeof (*buckets));
706 bzero (buckets++, (nbuckets + 1) * sizeof (*buckets));
53 static int nbuckets; variable
  /src/lib/libc/db/hash/
hash.c 345 int nbuckets; local
358 nbuckets = 1 << l2;
369 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
370 hashp->HIGH_MASK = (nbuckets << 1) - 1;
374 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1;
hash.c 345 int nbuckets; local
358 nbuckets = 1 << l2;
369 hashp->MAX_BUCKET = hashp->LOW_MASK = nbuckets - 1;
370 hashp->HIGH_MASK = (nbuckets << 1) - 1;
374 nsegs = (nbuckets - 1) / hashp->SGSIZE + 1;
  /src/external/gpl3/binutils/dist/bfd/
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
158 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
162 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
167 longer be correct. Currently "added" is always 1 and "nbuckets"
170 return count + added > nbuckets / 3 * 2;
182 unsigned long newnb = table->nbuckets;
210 for (i = 0; i < table->nbuckets; i++)
226 table->nbuckets = newnb;
252 if (needs_resize (bfdtab->count, 1, table->nbuckets))
257 unsigned int nbuckets = table->nbuckets local
406 unsigned int nbuckets = table->nbuckets; local
    [all...]
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
158 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
162 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
167 longer be correct. Currently "added" is always 1 and "nbuckets"
170 return count + added > nbuckets / 3 * 2;
182 unsigned long newnb = table->nbuckets;
210 for (i = 0; i < table->nbuckets; i++)
226 table->nbuckets = newnb;
252 if (needs_resize (bfdtab->count, 1, table->nbuckets))
257 unsigned int nbuckets = table->nbuckets local
406 unsigned int nbuckets = table->nbuckets; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.c 135 int nbuckets; member in struct:dictionary_hashed
142 int nbuckets; member in struct:dictionary_hashed_expandable
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
361 int nbuckets = DICT_HASHTABLE_SIZE (nsyms); local
362 DICT_HASHED_NBUCKETS (retval) = nbuckets;
363 struct symbol **buckets = XOBNEWVEC (obstack, struct symbol *, nbuckets);
364 memset (buckets, 0, nbuckets * sizeof (struct symbol *));
558 int nbuckets = DICT_HASHED_NBUCKETS (dict); local
561 for (i = DICT_ITERATOR_INDEX (iterator) + 1; i < nbuckets; ++i)
652 int nbuckets = DICT_HASHED_NBUCKETS (dict) local
    [all...]
dictionary.c 135 int nbuckets; member in struct:dictionary_hashed
142 int nbuckets; member in struct:dictionary_hashed_expandable
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
361 int nbuckets = DICT_HASHTABLE_SIZE (nsyms); local
362 DICT_HASHED_NBUCKETS (retval) = nbuckets;
363 struct symbol **buckets = XOBNEWVEC (obstack, struct symbol *, nbuckets);
364 memset (buckets, 0, nbuckets * sizeof (struct symbol *));
558 int nbuckets = DICT_HASHED_NBUCKETS (dict); local
561 for (i = DICT_ITERATOR_INDEX (iterator) + 1; i < nbuckets; ++i)
652 int nbuckets = DICT_HASHED_NBUCKETS (dict) local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
merge.c 85 unsigned int nbuckets; member in struct:sec_merge_hash
160 /* True when COUNT+ADDED and NBUCKETS indicate that the hash table
164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets)
169 longer be correct. Currently "added" is always 1 and "nbuckets"
172 return count + added > nbuckets / 3 * 2;
184 unsigned long newnb = table->nbuckets;
212 for (i = 0; i < table->nbuckets; i++)
228 table->nbuckets = newnb;
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
259 unsigned int nbuckets = table->nbuckets local
408 unsigned int nbuckets = table->nbuckets; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
dictionary.c 135 int nbuckets; member in struct:dictionary_hashed
142 int nbuckets; member in struct:dictionary_hashed_expandable
187 #define DICT_HASHED_NBUCKETS(d) (d)->data.hashed.nbuckets
361 int nbuckets = DICT_HASHTABLE_SIZE (nsyms); local
362 DICT_HASHED_NBUCKETS (retval) = nbuckets;
363 struct symbol **buckets = XOBNEWVEC (obstack, struct symbol *, nbuckets);
364 memset (buckets, 0, nbuckets * sizeof (struct symbol *));
558 int nbuckets = DICT_HASHED_NBUCKETS (dict); local
561 for (i = DICT_ITERATOR_INDEX (iterator) + 1; i < nbuckets; ++i)
652 int nbuckets = DICT_HASHED_NBUCKETS (dict) local
    [all...]

Completed in 54 milliseconds

1 2