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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
hashtable.h 425 bucket_count() const function in class:hashtable
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable.h 278 bucket_count() const function in class:tr1::_Hashtable
293 bucket_count());
315 return static_cast<float>(size()) / static_cast<float>(bucket_count());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
hashtable.h 425 bucket_count() const function in class:hashtable
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable.h 278 bucket_count() const function in class:tr1::_Hashtable
293 bucket_count());
315 return static_cast<float>(size()) / static_cast<float>(bucket_count());
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-debug-names.c 79 uint32_t tu_count = 0, bucket_count = 0, name_count = 0; member in struct:mapped_debug_names_reader
507 /* bucket_count - The number of hash buckets in the hash lookup
509 map.bucket_count = read_4_bytes (abfd, addr);
558 addr += map.bucket_count * 4;
560 if (map.bucket_count != 0)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-debug-names.c 79 uint32_t tu_count = 0, bucket_count = 0, name_count = 0; member in struct:mapped_debug_names_reader
507 /* bucket_count - The number of hash buckets in the hash lookup
509 map.bucket_count = read_4_bytes (abfd, addr);
558 addr += map.bucket_count * 4;
560 if (map.bucket_count != 0)
  /src/external/mpl/bind/dist/lib/isc/
histo.c 270 bucket_count(const hg_bucket_t *bp) { function
276 return bucket_count(key_to_bucket(hg, key));
520 total[c] += bucket_count(&chunk[c][b]);
557 bucket_lo = bucket_hi - bucket_count(&chunk[c][b]);
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 5196 unsigned bucket_count;
5286 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
5289 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
5353 idx = idx & (map->bucket_count - 1);
5388 idx = idx & (map->bucket_count - 1);
5182 unsigned bucket_count; member in struct:value_map_hash_table_struct
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 10687 uint64_t bucket_count, name_count, abbrev_table_size; local
10743 SAFE_BYTE_GET_AND_INC (bucket_count, hdrptr, 4, unit_end);
10826 uint64_t xtra = (bucket_count * sizeof (uint32_t)
10837 hdrptr += bucket_count * sizeof (uint32_t);
10839 if (bucket_count != 0)
10852 for (bucketi = 0; bucketi < bucket_count; bucketi++)
10861 (unsigned long) bucket_count),
10862 buckets_filled, (unsigned long) bucket_count);
10864 if (bucket_count != 0)
10877 if (hash_prev % bucket_count == hash_this % bucket_count
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 5196 unsigned bucket_count;
5286 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
5289 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
5353 idx = idx & (map->bucket_count - 1);
5388 idx = idx & (map->bucket_count - 1);
5182 unsigned bucket_count; member in struct:value_map_hash_table_struct
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 10597 uint64_t bucket_count, name_count, abbrev_table_size; local
10653 SAFE_BYTE_GET_AND_INC (bucket_count, hdrptr, 4, unit_end);
10736 uint64_t xtra = (bucket_count * sizeof (uint32_t)
10747 hdrptr += bucket_count * sizeof (uint32_t);
10749 if (bucket_count != 0)
10762 for (bucketi = 0; bucketi < bucket_count; bucketi++)
10771 (unsigned long) bucket_count),
10772 buckets_filled, (unsigned long) bucket_count);
10774 if (bucket_count != 0)
10787 if (hash_prev % bucket_count == hash_this % bucket_count
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 5194 unsigned bucket_count;
5284 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
5287 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
5351 idx = idx & (map->bucket_count - 1);
5386 idx = idx & (map->bucket_count - 1);
5180 unsigned bucket_count; member in struct:value_map_hash_table_struct
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 5196 unsigned bucket_count;
5286 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
5289 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
5353 idx = idx & (map->bucket_count - 1);
5388 idx = idx & (map->bucket_count - 1);
5182 unsigned bucket_count; member in struct:value_map_hash_table_struct

Completed in 96 milliseconds