HomeSort by: relevance | last modified time | path
    Searched defs:num_buckets (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/top/dist/
hash.h 64 int num_buckets; member in struct:hash_table
69 int num_buckets; member in struct:hash_pos
  /src/external/bsd/elftoolchain/dist/common/
uthash.h 145 HASH_TO_BKT(_hd_hh_item->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
161 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \
223 (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS; \
321 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
344 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _ha_bkt); \
459 (head)->hh.tbl->num_buckets * sizeof(struct UT_hash_bucket)); \
475 HASH_TO_BKT(_hd_hh_del->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \
526 for (_bkt_i = 0; _bkt_i < (head)->hh.tbl->num_buckets; ++_bkt_i) { \
841 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U); \
846 sizeof(struct UT_hash_bucket) * (tbl)->num_buckets * 2U);
1096 unsigned num_buckets, log2_num_buckets; member in struct:UT_hash_table
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pdb.c 271 uint32_t num_entries, num_buckets; local
308 num_buckets = num_entries * 2;
313 if (num_buckets > 0)
315 buckets = xmalloc (sizeof (struct hash_entry *) * num_buckets);
316 memset (buckets, 0, sizeof (struct hash_entry *) * num_buckets);
324 uint32_t bucket_num = hash % num_buckets;
330 if (bucket_num == num_buckets)
373 bfd_putl32 (num_buckets, int_buf);
381 bfd_putl32 ((num_buckets + 31) / 32, int_buf);
387 for (unsigned int i = 0; i < num_buckets; i += 32
4818 const unsigned int num_buckets = 4096; local
5124 uint32_t num_strings = 0, num_buckets; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 271 uint32_t num_entries, num_buckets; local
308 num_buckets = num_entries * 2;
313 if (num_buckets > 0)
315 buckets = xmalloc (sizeof (struct hash_entry *) * num_buckets);
316 memset (buckets, 0, sizeof (struct hash_entry *) * num_buckets);
324 uint32_t bucket_num = hash % num_buckets;
330 if (bucket_num == num_buckets)
373 bfd_putl32 (num_buckets, int_buf);
381 bfd_putl32 ((num_buckets + 31) / 32, int_buf);
387 for (unsigned int i = 0; i < num_buckets; i += 32
4819 const unsigned int num_buckets = 4096; local
5125 uint32_t num_strings = 0, num_buckets; local
    [all...]

Completed in 24 milliseconds