Searched refs:ht_fill (Results 1 – 5 of 5) sorted by relevance
57 ht->ht_fill = 0; in hash_init()142 ht->ht_fill++; in hash_insert_at()171 ht->ht_fill--; in hash_delete_at()190 ht->ht_fill = 0; in hash_free_items()201 ht->ht_fill = 0; in hash_delete_items()215 ht->ht_fill = 0; in hash_free()258 if (ht->ht_fill >= ht->ht_capacity) in hash_rehash()274 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, ht->ht_size, in hash_print_stats()283 100.0 * (double) ht->ht_fill / (double) ht->ht_size); in hash_print_stats()[all …]
650 file_end = file_slot_0 + files.ht_fill; in snap_deps()1004 if (files.ht_fill != last_targ_count) in build_target_list()1039 last_targ_count = files.ht_fill; in build_target_list()
48 unsigned long ht_fill; /* items in table */ member
287 && global_variable_set.table.ht_fill != last_var_count) in handle_special_var()327 last_var_count = global_variable_set.table.ht_fill; in handle_special_var()945 result = result_0 = (char **) xmalloc ((table.ht_fill + 2) * sizeof (char *)); in target_environment()
1079 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill); in print_dir_data_base()