Home
last modified time | relevance | path

Searched refs:MNEMONIC_HTAB_SIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c80 #define MNEMONIC_HTAB_SIZE 1024 macro
2505 mnemonic_htab = htab_create_alloc (MNEMONIC_HTAB_SIZE, htab_hash_string, in gen_mnemonic_attr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgensupport.cc80 #define MNEMONIC_HTAB_SIZE 1024 macro
2502 mnemonic_htab = htab_create_alloc (MNEMONIC_HTAB_SIZE, htab_hash_string, in gen_mnemonic_attr()
H A DChangeLog-20104888 * gensupport.c (MNEMONIC_ATTR_NAME, MNEMONIC_HTAB_SIZE): New macros.