Searched refs:htab_size (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/lib/libiberty/src/ |
H A D | hashtab.c | 218 #define htab_size(htab) ((htab)->size) macro 221 (htab_size) (htab_t htab) in size_t() argument 223 return htab_size (htab); in size_t() 389 size_t size = htab_size (htab); in htab_delete() 415 size_t size = htab_size (htab); in htab_empty() 438 size_t size = htab_size (htab); in find_empty_slot_for_expand() 546 size = htab_size (htab); in htab_find_with_hash() 595 size = htab_size (htab); in htab_find_slot_with_hash() 600 size = htab_size (htab); in htab_find_slot_with_hash() 722 limit = slot + htab_size (htab); in htab_traverse_noresize() [all …]
|
H A D | ChangeLog | 308 * hashtab.c (htab_size): Define as both macro and non-inline 639 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2, 1030 * hashtab.c (htab_size): Move to top of file; mark inline. 1035 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2. 1037 (htab_clear_slot): Use htab_size, htab_elements. 3616 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
|
/openbsd/gnu/gcc/include/ |
H A D | hashtab.h | 184 extern size_t htab_size (htab_t);
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hashtab.h | 184 extern size_t htab_size (htab_t);
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | hashtab.h | 184 extern size_t htab_size (htab_t);
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | hashtab.h | 173 extern size_t htab_size PARAMS ((htab_t));
|
/openbsd/gnu/gcc/gcc/ |
H A D | postreload-gcse.c | 462 (long) htab_size (expr_table), in dump_hash_table()
|
H A D | tree-flow-inline.h | 35 hti->limit = hti->slot + htab_size (table); in first_htab_element()
|
H A D | tree.c | 4034 (long) htab_size (debug_expr_for_decl), in print_debug_expr_statistics() 4045 (long) htab_size (value_expr_for_decl), in print_value_expr_statistics() 4059 (long) htab_size (restrict_base_for_decl), in print_restrict_base_statistics() 4339 (long) htab_size (type_hash_table), in print_type_hash_statistics()
|
H A D | tree-ssa-dom.c | 893 (long) htab_size (htab), in htab_statistics()
|
H A D | tree-into-ssa.c | 1494 (long) htab_size (htab), in htab_statistics()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 3027 (long) htab_size (type_hash_table), in print_type_hash_statistics()
|