Searched refs:bucket_count (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Libnotify-121.20.1/
H A Dtable.c53 uint32_t bucket_count; member in struct:__table_private
82 t->bucket_count = n;
83 t->bucket = (table_node_t **)calloc(t->bucket_count, sizeof(table_node_t *));
132 b = hash_key(t->bucket_count, key);
162 b = hash_nkey(t->bucket_count, key);
198 b = hash_key(t->bucket_count, key);
203 b = hash_key(t->bucket_count, ckey);
261 b = hash_nkey(t->bucket_count, key);
289 b = hash_key(t->bucket_count, key);
318 b = hash_nkey(t->bucket_count, ke
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp66 if (num > 1024) Header.bucket_count = num/4;
67 if (num > 16) Header.bucket_count = num/2;
68 else Header.bucket_count = num > 0 ? num : 1;
101 Buckets.resize(Header.bucket_count);
103 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
118 Asm->EmitInt32(Header.bucket_count);
H A DDwarfAccelTable.h89 uint32_t bucket_count; // The number of buckets in this hash table. member in struct:llvm::DwarfAccelTable::TableHeader
100 bucket_count (0), hashes_count (0), header_data_len (data_len)
108 << "Bucket Count: " << bucket_count << "\n"
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/debug/
H A Dhash_map.h241 using _Base::bucket_count;
H A Dhash_multimap.h225 using _Base::bucket_count;
H A Dhash_multiset.h206 using _Base::bucket_count;
H A Dhash_set.h216 using _Base::bucket_count;
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py110 bucket_count = 20
114 while bucket_index < bucket_count:
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dhashtable.h418 bucket_count() const function in class:hashtable
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c6344 unsigned int bucket_count = 0; local
6351 bucket_count++;
6356 info[i].hib_count = bucket_count;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c4330 unsigned bucket_count;
4413 values->bucket_count = INITIAL_HASH_RELOC_BUCKET_COUNT;
4416 bfd_zmalloc (sizeof (value_map *) * values->bucket_count);
4480 idx = idx & (map->bucket_count - 1);
4515 idx = idx & (map->bucket_count - 1);
4316 unsigned bucket_count; member in struct:value_map_hash_table_struct

Completed in 123 milliseconds