Home
last modified time | relevance | path

Searched refs:ht_fill (Results 1 – 24 of 24) sorted by relevance

/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c54 ht->ht_fill = 0; in hash_init()
138 ht->ht_fill++; in hash_insert_at()
167 ht->ht_fill--; in hash_delete_at()
186 ht->ht_fill = 0; in hash_free_items()
197 ht->ht_fill = 0; in hash_delete_items()
211 ht->ht_fill = 0; in hash_free()
241 if (ht->ht_fill >= ht->ht_capacity) in hash_rehash()
257 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
265 100.0 * (double) ht->ht_fill / (double) ht->ht_size); in hash_print_stats()
284 vector_0 = xmalloc (sizeof (void *) * (ht->ht_fill + 1)); in hash_dump()
[all …]
H A Didwrite.c49 end = &flinks_0[idhp->idh_file_link_table.ht_fill]; in serialize_file_links()
50 parents = parents_0 = xmalloc (sizeof(struct file_link *) * idhp->idh_file_link_table.ht_fill); in serialize_file_links()
81 idhp->idh_files = idhp->idh_member_file_table.ht_fill; in serialize_file_links()
H A Didu-hash.h33 unsigned long ht_fill; /* items in table */ member
H A Dwalker.c273 struct member_file **end = &members_0[idhp->idh_member_file_table.ht_fill]; in mark_member_file_links()
471 printf ("%ld: %s: %s\n", idh.idh_member_file_table.ht_fill - 1, in print_member_file()
/dports/print/a2ps/a2ps-4.13/lib/
H A Dhashtab.c55 ht->ht_fill = 0; in hash_init()
137 ht->ht_fill++; in hash_insert_at()
141 if (ht->ht_fill >= ht->ht_capacity) in hash_insert_at()
160 ht->ht_fill--; in hash_delete_at()
179 ht->ht_fill = 0; in hash_free_items()
189 ht->ht_fill = 0; in hash_delete_items()
202 ht->ht_fill = 0; in hash_free()
248 100.0 * (double) ht->ht_fill / (double) ht->ht_size); in hash_print_stats()
268 vector_0 = XMALLOC (void *, ht->ht_fill + 1); in hash_dump()
277 qsort (vector_0, ht->ht_fill, sizeof (void *), compare); in hash_dump()
[all …]
H A Dhashtab.h52 unsigned long ht_fill; /* items in table */ member
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c60 ht->ht_fill = 0; in hash_init()
277 ht->ht_fill++; in hash_insert_at()
319 ht->ht_fill--; in hash_delete_at()
338 ht->ht_fill = 0; in hash_free_items()
355 ht->ht_fill = 0; in hash_free_items_cached()
367 ht->ht_fill = 0; in hash_delete_items()
381 ht->ht_fill = 0; in hash_free()
397 ht->ht_fill = 0; in hash_free_cached()
441 if (ht->ht_fill >= ht->ht_capacity) in hash_rehash()
478 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
[all …]
H A Dvariable.c735 && global_variable_set.table.ht_fill != last_var_count) in lookup_special_var()
786 last_var_count = global_variable_set.table.ht_fill; in lookup_special_var()
2223 result = result_0 = xmalloc ((table.ht_fill + 2) * sizeof (char *)); in target_environment()
3182 if (set->table.ht_fill)
3200 (unsigned int)((100.0 * var_stats_changed) / set->table.ht_fill),
3206 (unsigned int)((100.0 * var_stats_realloced) / set->table.ht_fill),
3212 (unsigned int)((100.0 * var_stats_referenced) / set->table.ht_fill),
3219 (unsigned int)((100.0 * var_stats_evalvaled) / set->table.ht_fill),
3224 (unsigned int)((100.0 * var_stats_expanded) / set->table.ht_fill),
3231 (unsigned int)((100.0 * var_stats_evalprogs) / set->table.ht_fill),
[all …]
H A Dfile.c830 file_end = file_slot_0 + files.ht_fill; in snap_deps()
866 struct file **file_end = file_slot_0 + files.ht_fill; in snap_deps()
1362 if (files.ht_fill != last_targ_count) in build_target_list()
1397 last_targ_count = files.ht_fill; in build_target_list()
H A Dhash.h46 unsigned long ht_fill; /* items in table */ member
H A Ddir.c1322 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill); in print_dir_data_base()
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dhash.c56 ht->ht_fill = 0; in hash_init()
141 ht->ht_fill++; in hash_insert_at()
170 ht->ht_fill--; in hash_delete_at()
189 ht->ht_fill = 0; in hash_free_items()
200 ht->ht_fill = 0; in hash_delete_items()
214 ht->ht_fill = 0; in hash_free()
257 if (ht->ht_fill >= ht->ht_capacity) in hash_rehash()
273 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
281 100.0 * (double) ht->ht_fill / (double) ht->ht_size); in hash_print_stats()
300 vector_0 = MALLOC (void *, ht->ht_fill + 1); in hash_dump()
[all …]
H A Dfile.c568 struct file **file_end = file_slot_0 + files.ht_fill; in snap_deps()
1139 if (files.ht_fill != last_targ_count) in build_target_list()
1174 last_targ_count = files.ht_fill; in build_target_list()
H A Dhash.h49 unsigned long ht_fill; /* items in table */ member
H A Ddir.c830 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill); in print_dir_data_base()
H A Dvariable.c1118 result = result_0 = xmalloc ((table.ht_fill + 2) * sizeof (char *)); in target_environment()
/dports/devel/gmake/make-4.3/src/
H A Dhash.c56 ht->ht_fill = 0; in hash_init()
141 ht->ht_fill++; in hash_insert_at()
170 ht->ht_fill--; in hash_delete_at()
189 ht->ht_fill = 0; in hash_free_items()
200 ht->ht_fill = 0; in hash_delete_items()
214 ht->ht_fill = 0; in hash_free()
257 if (ht->ht_fill >= ht->ht_capacity) in hash_rehash()
273 ht->ht_empty_slots = ht->ht_size - ht->ht_fill; in hash_rehash()
281 100.0 * (double) ht->ht_fill / (double) ht->ht_size); in hash_print_stats()
300 vector_0 = MALLOC (void *, ht->ht_fill + 1); in hash_dump()
[all …]
H A Dfile.c733 struct file **file_end = file_slot_0 + files.ht_fill; in snap_deps()
1155 if (files.ht_fill != last_targ_count) in build_target_list()
1190 last_targ_count = files.ht_fill; in build_target_list()
H A Dhash.h49 unsigned long ht_fill; /* items in table */
H A Ddir.c1171 printf (_(" impossibilities in %lu directories.\n"), directories.ht_fill); in print_dir_data_base()
H A Dvariable.c1079 result = result_0 = xmalloc ((table.ht_fill + 2) * sizeof (char *));
/dports/devel/idutils/idutils-4.6/src/
H A Dmkid.c406 log_8_member_files = ceil_log_8 (idh.idh_member_file_table.ht_fill); in main()
425 if (idh.idh_member_file_table.ht_fill) in main()
507 struct member_file **end = &members_0[idhp->idh_member_file_table.ht_fill]; in scan_files()
509 int n = idhp->idh_member_file_table.ht_fill; in scan_files()
522 idhp->idh_member_file_table.ht_fill, in scan_files()
667 printf (_(", Freq=%ld/%ld=%.2f\n"), occurrences, token_table.ht_fill, in report_statistics()
668 (double) occurrences / (double) token_table.ht_fill); in report_statistics()
693 assert (summary_root->sum_hits_count == token_table.ht_fill); in write_id_file()
695 token_table.ht_fill, sizeof *tokens); in write_id_file()
727 for (i = 0; i < token_table.ht_fill; i++, tokens++) in write_id_file()
[all …]
H A Dxtokid.c301 struct member_file **end = &members_0[idhp->idh_member_file_table.ht_fill]; in scan_files()
/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/command/
H A Dinfo.h183 struct file **file_end = file_slot_0 + files.ht_fill; in dbg_cmd_info_targets()
198 struct file **file_end = file_slot_0 + files.ht_fill; in dbg_cmd_info_tasks()