Home
last modified time | relevance | path

Searched refs:hash_count (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.sbin/dhcpd/
Dhash.c70 rv->hash_count = DEFAULT_HASH_SIZE; in new_hash()
104 hashno = do_hash(name, len, table->hash_count); in add_hash()
128 hashno = do_hash(name, len, table->hash_count); in delete_hash_entry()
161 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
Dtables.c712 universe_hash.hash_count = DEFAULT_HASH_SIZE; in initialize_universes()
Ddhcpd.h67 int hash_count; member
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c954 int hash_count[HASH_SIZE]; local
961 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0]));
972 ++hash_count[hash];
982 if (hash_count[i] < min_count)
983 min_count = hash_count[i];
984 if (hash_count[i] > max_count)
985 max_count = hash_count[i];
986 total += hash_count[i];
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dsparc-dis.c400 int hash_count[HASH_SIZE]; in build_hash_table() local
407 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
419 ++hash_count[hash]; in build_hash_table()
429 if (hash_count[i] < min_count) in build_hash_table()
430 min_count = hash_count[i]; in build_hash_table()
431 if (hash_count[i] > max_count) in build_hash_table()
432 max_count = hash_count[i]; in build_hash_table()
433 total += hash_count[i]; in build_hash_table()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DMappedHash.h210 const uint32_t hash_count = m_header.hashes_count; in Find() local
215 if (hash_idx < hash_count) { in Find()
216 for (; hash_idx < hash_count; ++hash_idx) { in Find()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.cpp468 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsThatMatchingRegex() local
470 for (uint32_t offset_idx = 0; offset_idx < hash_count; ++offset_idx) { in AppendAllDIEsThatMatchingRegex()
499 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsInRange() local
500 for (uint32_t offset_idx = 0; offset_idx < hash_count; ++offset_idx) { in AppendAllDIEsInRange()