Home
last modified time | relevance | path

Searched refs:macro_hash (Results 1 – 25 of 84) sorted by relevance

1234

/dports/net/tinyfugue/tf-50b8/src/
H A Dmacro.h20 unsigned int macro_hash(const char *name);
39 #define macro_hash(name) \ macro
41 #define find_macro(name) find_hashed_macro(name, macro_hash(name))
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dmacro.h19 unsigned int macro_hash(const char *name);
38 #define macro_hash(name) \ macro
40 #define find_macro(name) find_hashed_macro(name, macro_hash(name))
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dparse-aux.c43 static void read_ht_file(HashTable * page_hash, HashTable * macro_hash,
93 read_ht_db(HashTable *page_hash, HashTable *macro_hash, HashTable *patch_hash) in read_ht_db() argument
107 macro_hash, in read_ht_db()
126 read_ht_file(page_hash, macro_hash, patch_hash, db_fp, db_file); in read_ht_db()
147 read_ht_file(HashTable *page_hash, HashTable *macro_hash, in read_ht_file() argument
261 if (hash_find(macro_hash, macro->name) != NULL) { in read_ht_file()
276 hash_insert(macro_hash, (char *)macro, macro->name); in read_ht_file()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
155 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
199 if (htab_find (macro_hash, &idval) == NULL) in go_define()
436 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
452 htab_clear_slot (macro_hash, slot); in go_define()
469 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
471 htab_clear_slot (macro_hash, slot); in go_undef()
980 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1219 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1261 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
155 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
199 if (htab_find (macro_hash, &idval) == NULL) in go_define()
436 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
452 htab_clear_slot (macro_hash, slot); in go_define()
469 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
471 htab_clear_slot (macro_hash, slot); in go_undef()
980 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1220 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1262 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
155 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
199 if (htab_find (macro_hash, &idval) == NULL) in go_define()
436 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
452 htab_clear_slot (macro_hash, slot); in go_define()
469 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
471 htab_clear_slot (macro_hash, slot); in go_undef()
980 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1220 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1262 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/template/
H A Dmacros.c230 static GHashTable *macro_hash;
710 g_assert(macro_hash);
712 macro_id = GPOINTER_TO_INT(g_hash_table_lookup(macro_hash, buf));
725 macro_hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
728 g_hash_table_insert(macro_hash, g_strdup(macros[i].name),
737 g_hash_table_destroy(macro_hash);
738 macro_hash = NULL;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1152 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1412 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1453 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgodump.c62 static htab_t macro_hash; variable
163 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
207 if (htab_find (macro_hash, &idval) == NULL) in go_define()
444 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
460 htab_clear_slot (macro_hash, slot); in go_define()
477 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
479 htab_clear_slot (macro_hash, slot); in go_undef()
1158 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1418 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1459 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1152 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1412 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1453 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
164 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
208 if (htab_find (macro_hash, &idval) == NULL) in go_define()
445 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
461 htab_clear_slot (macro_hash, slot); in go_define()
478 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
480 htab_clear_slot (macro_hash, slot); in go_undef()
1135 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1409 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1450 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
164 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
208 if (htab_find (macro_hash, &idval) == NULL) in go_define()
445 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
461 htab_clear_slot (macro_hash, slot); in go_define()
478 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
480 htab_clear_slot (macro_hash, slot); in go_undef()
1135 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1409 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1450 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1152 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1412 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1453 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
164 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
208 if (htab_find (macro_hash, &idval) == NULL) in go_define()
445 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
461 htab_clear_slot (macro_hash, slot); in go_define()
478 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
480 htab_clear_slot (macro_hash, slot); in go_undef()
1135 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1409 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1450 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgodump.c61 static htab_t macro_hash; variable
162 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
206 if (htab_find (macro_hash, &idval) == NULL) in go_define()
443 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
459 htab_clear_slot (macro_hash, slot); in go_define()
476 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
478 htab_clear_slot (macro_hash, slot); in go_undef()
1151 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1411 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1452 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgodump.c63 static htab_t macro_hash; variable
156 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
200 if (htab_find (macro_hash, &idval) == NULL) in go_define()
437 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
453 htab_clear_slot (macro_hash, slot); in go_define()
470 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
472 htab_clear_slot (macro_hash, slot); in go_undef()
1127 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1401 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1442 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgodump.c62 static htab_t macro_hash; variable
163 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, NO_INSERT); in go_define()
207 if (htab_find (macro_hash, &idval) == NULL) in go_define()
444 slot = htab_find_slot_with_hash (macro_hash, mhval, hashval, INSERT); in go_define()
460 htab_clear_slot (macro_hash, slot); in go_define()
477 slot = htab_find_slot (macro_hash, &mhval, NO_INSERT); in go_undef()
479 htab_clear_slot (macro_hash, slot); in go_undef()
1158 slot = htab_find_slot (macro_hash, mhval, INSERT); in go_output_typedef()
1418 htab_traverse_noresize (macro_hash, go_print_macro, NULL); in go_finish()
1459 macro_hash = htab_create (100, macro_hash_hashval, macro_hash_eq, in dump_go_spec_init()

1234