Home
last modified time | relevance | path

Searched refs:ident_hash (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstringpool.c49 struct ht *ident_hash; variable
61 ident_hash = ht_create (14); in init_stringpool()
62 ident_hash->alloc_node = alloc_node; in init_stringpool()
147 ht_dump_statistics (ident_hash); in stringpool_statistics()
238 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
239 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
242 if (ident_hash->entries[i] != NULL) in gt_pch_save_stringpool()
265 ident_hash->nslots = spd->nslots; in gt_pch_restore_stringpool()
266 ident_hash->nelements = spd->nelements; in gt_pch_restore_stringpool()
267 ident_hash->entries = xrealloc (ident_hash->entries, in gt_pch_restore_stringpool()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dstringpool.c49 struct ht *ident_hash; variable
61 ident_hash = ht_create (14); in init_stringpool()
62 ident_hash->alloc_node = alloc_node; in init_stringpool()
147 ht_dump_statistics (ident_hash); in stringpool_statistics()
238 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
239 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
242 if (ident_hash->entries[i] != NULL) in gt_pch_save_stringpool()
265 ident_hash->nslots = spd->nslots; in gt_pch_restore_stringpool()
266 ident_hash->nelements = spd->nelements; in gt_pch_restore_stringpool()
267 ident_hash->entries = xrealloc (ident_hash->entries, in gt_pch_restore_stringpool()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
254 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dstringpool.c33 struct ht *ident_hash; variable
50 if (ident_hash) in init_stringpool()
51 ht_destroy (ident_hash); in init_stringpool()
54 ident_hash = ht_create (14); in init_stringpool()
55 ident_hash->alloc_node = alloc_node; in init_stringpool()
95 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
139 ht_dump_statistics (ident_hash); in stringpool_statistics()
168 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
248 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstringpool.c45 struct ht *ident_hash; variable
62 if (ident_hash) in init_stringpool()
63 ht_destroy (ident_hash); in init_stringpool()
66 ident_hash = ht_create (14); in init_stringpool()
67 ident_hash->alloc_node = alloc_node; in init_stringpool()
110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
154 ht_dump_statistics (ident_hash); in stringpool_statistics()
183 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
263 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstringpool.c45 struct ht *ident_hash; variable
62 if (ident_hash) in init_stringpool()
63 ht_destroy (ident_hash); in init_stringpool()
66 ident_hash = ht_create (14); in init_stringpool()
67 ident_hash->alloc_node = alloc_node; in init_stringpool()
110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
154 ht_dump_statistics (ident_hash); in stringpool_statistics()
183 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
263 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstringpool.c49 struct ht *ident_hash; variable
65 ident_hash = ht_create (14); in init_stringpool()
66 ident_hash->alloc_node = alloc_node; in init_stringpool()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
123 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
153 ht_dump_statistics (ident_hash); in stringpool_statistics()
182 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
191 ht_purge (ident_hash, maybe_delete_ident, NULL); in ggc_purge_stringpool()
262 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
263 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dstringpool.c49 struct ht *ident_hash; variable
65 ident_hash = ht_create (14); in init_stringpool()
66 ident_hash->alloc_node = alloc_node; in init_stringpool()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
123 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
153 ht_dump_statistics (ident_hash); in stringpool_statistics()
182 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
191 ht_purge (ident_hash, maybe_delete_ident, NULL); in ggc_purge_stringpool()
262 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
263 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dstringpool.c49 struct ht *ident_hash; variable
65 ident_hash = ht_create (14); in init_stringpool()
66 ident_hash->alloc_node = alloc_node; in init_stringpool()
109 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
123 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
153 ht_dump_statistics (ident_hash); in stringpool_statistics()
182 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
191 ht_purge (ident_hash, maybe_delete_ident, NULL); in ggc_purge_stringpool()
262 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
263 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dstringpool.c50 struct ht *ident_hash; variable
67 ident_hash = ht_create (14); in init_stringpool()
68 ident_hash->alloc_node = alloc_node; in init_stringpool()
69 ident_hash->alloc_subobject = stringpool_ggc_alloc; in init_stringpool()
110 hashnode ht_node = ht_lookup (ident_hash, in get_identifier()
124 hashnode ht_node = ht_lookup (ident_hash, in get_identifier_with_length()
154 ht_dump_statistics (ident_hash); in stringpool_statistics()
174 ht_forall (ident_hash, mark_ident, NULL); in ggc_mark_stringpool()
229 spd->nslots = ident_hash->nslots; in gt_pch_save_stringpool()
230 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/anvil/
H A Dconnect-limit.c19 HASH_TABLE(char *, void *) ident_hash;
44 hash_table_create(&limit->ident_hash, default_pool, 0, str_hash, strcmp); in connect_limit_init()
55 hash_table_destroy(&limit->ident_hash); in connect_limit_deinit()
65 value = hash_table_lookup(limit->ident_hash, ident); in connect_limit_lookup()
76 if (!hash_table_lookup_full(limit->ident_hash, ident, in connect_limit_connect()
80 hash_table_insert(limit->ident_hash, key, value); in connect_limit_connect()
83 hash_table_update(limit->ident_hash, key, value); in connect_limit_connect()
107 if (!hash_table_lookup_full(limit->ident_hash, ident, &key, &value)) in connect_limit_ident_hash_unref()
113 hash_table_update(limit->ident_hash, key, value); in connect_limit_ident_hash_unref()
115 hash_table_remove(limit->ident_hash, key); in connect_limit_ident_hash_unref()

123456