Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ipa/
H A Dipa_table.c395 u16 hash_count; in ipa_table_init_add() local
419 hash_count = hash_mem && hash_mem->size ? count : 0; in ipa_table_init_add()
425 hash_count = hash_mem ? hash_mem->size / sizeof(__le64) : 0; in ipa_table_init_add()
428 hash_size = hash_count * sizeof(__le64); in ipa_table_init_add()
431 hash_addr = ipa_table_addr(ipa, filter, hash_count); in ipa_table_init_add()
/openbmc/u-boot/tools/
H A Dimage-host.c443 int hash_count; in fit_config_get_hash_list() local
466 hash_count = 0; in fit_config_get_hash_list()
480 hash_count++; in fit_config_get_hash_list()
483 if (!hash_count) { in fit_config_get_hash_list()
/openbmc/qemu/disas/
H A Dsparc.c2617 int hash_count[HASH_SIZE]; in build_hash_table() local
2624 memset (hash_count, 0, HASH_SIZE * sizeof (hash_count[0])); in build_hash_table()
2635 ++hash_count[hash]; in build_hash_table()
2645 if (hash_count[i] < min_count) in build_hash_table()
2646 min_count = hash_count[i]; in build_hash_table()
2647 if (hash_count[i] > max_count) in build_hash_table()
2648 max_count = hash_count[i]; in build_hash_table()
2649 total += hash_count[i]; in build_hash_table()