| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | localcharset.c | 86 struct table_entry struct 93 static const struct table_entry alias_table[] = argument 577 struct table_entry struct 584 static const struct table_entry locale_table[] = argument 1030 const struct table_entry * const table = alias_table; in locale_charset() 1032 sizeof (alias_table) / sizeof (struct table_entry); in locale_charset() 1104 const struct table_entry * const table = locale_table; in locale_charset() 1106 sizeof (locale_table) / sizeof (struct table_entry); in locale_charset()
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
| H A D | table.h | 33 typedef struct _table_entry table_entry; typedef 57 extern table_entry *table_entry_read 71 (table_entry *entry, 76 table_entry *entry);
|
| H A D | gen-support.c | 36 table_entry *function, in print_support_function_name() 68 table_entry *function) in support_h_function() 97 table_entry *function) in support_c_function()
|
| H A D | ld-insn.h | 152 table_entry *file_entry; 215 table_entry *file_entry, 269 table_entry *function);
|
| H A D | igen.h | 178 table_entry *file_entry); 182 table_entry *file_entry,
|
| H A D | gen-idecode.c | 1202 table_entry *function) in print_jump_internal_function()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | table.h | 33 typedef struct _table_entry table_entry; typedef 57 extern table_entry *table_entry_read 71 (table_entry *entry, 76 table_entry *entry);
|
| H A D | ld-cache.h | 73 table_entry *file_entry; 89 table_entry *file_entry);
|
| H A D | igen.h | 178 table_entry *file_entry); 182 table_entry *file_entry,
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
| H A D | table.cpp | 143 class table_entry { class 145 table_entry *next; 156 table_entry(const entry_modifier *); 157 virtual ~table_entry(); 171 class simple_entry : public table_entry { 293 class block_entry : public table_entry { 332 table_entry::table_entry(const entry_modifier *m) in table_entry() function in table_entry 338 table_entry::~table_entry() in ~table_entry() 342 int table_entry::divert(int, const string *, int *) in divert() 347 void table_entry::do_width() in do_width() [all …]
|
| H A D | table.h | 83 class table_entry; variable 98 table_entry *entry_list; 99 table_entry **entry_list_tailp; 100 table_entry ***entry;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/ |
| H A D | amdgpu_dcn21_resource.c | 980 struct wm_range_table_entry *table_entry, in calculate_wm_set_for_vlevel() argument 994 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us; in calculate_wm_set_for_vlevel() 995 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us; in calculate_wm_set_for_vlevel() 996 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us; in calculate_wm_set_for_vlevel() 1053 struct wm_range_table_entry *table_entry; in dcn21_calculate_wm() local 1103 table_entry = &bw_params->wm_table.entries[WM_D]; in dcn21_calculate_wm() 1104 if (table_entry->wm_type == WM_TYPE_RETRAINING) in dcn21_calculate_wm() 1108 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d, in dcn21_calculate_wm() 1111 table_entry = &bw_params->wm_table.entries[WM_C]; in dcn21_calculate_wm() 1113 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.c, in dcn21_calculate_wm() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/ |
| H A D | indxbib.cpp | 67 union table_entry { union 79 table_entry *hash_table; 673 hash_table = new table_entry[hash_table_size]; in init_hash_table() 710 table_entry *pp = hash_table + h; in store_key() 749 if (sizeof(table_entry) == sizeof(int)) in write_hash_table()
|
| /netbsd-src/libexec/talkd/ |
| H A D | table.c | 67 typedef struct table_entry TABLE_ENTRY; 69 struct table_entry { struct
|
| /netbsd-src/external/bsd/libevent/dist/sample/ |
| H A D | http-server.c | 84 static const struct table_entry { struct 118 const struct table_entry *ent; in guess_content_type()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-tic6x.c | 408 if (unwind->table_entry || unwind->personality_index == -2) in s_tic6x_handlerdata() 433 if (!unwind->table_entry) in s_tic6x_endp() 440 unwind->table_entry = NULL; in s_tic6x_endp() 4724 if (unwind->table_entry == NULL) in tic6x_flush_unwind_word() 4729 unwind->table_entry = expr_build_dot (); in tic6x_flush_unwind_word() 4804 if (unwind->table_entry) in tic6x_cfi_startproc() 4807 unwind->table_entry = NULL; in tic6x_cfi_startproc() 4858 if (unwind->table_entry) in tic6x_output_exidx_entry() 4861 fix_new (frag_now, where + 4, 4, unwind->table_entry, 0, 1, in tic6x_output_exidx_entry() 4905 unwind->table_entry = NULL; in tic6x_output_unwinding() [all …]
|
| H A D | tc-tic6x.h | 56 symbolS *table_entry; member
|
| H A D | tc-arc.c | 3283 const relax_typeS *table_entry; in md_convert_frag() local 3292 table_entry = TC_GENERIC_RELAX_TABLE + fragP->fr_subtype; in md_convert_frag() 3311 gas_assert (table_entry->rlx_length == size); in md_convert_frag() 3314 fragP->fr_fix += table_entry->rlx_length; in md_convert_frag()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-tic6x.c | 408 if (unwind->table_entry || unwind->personality_index == -2) in s_tic6x_handlerdata() 433 if (!unwind->table_entry) in s_tic6x_endp() 440 unwind->table_entry = NULL; in s_tic6x_endp() 4726 if (unwind->table_entry == NULL) in tic6x_flush_unwind_word() 4731 unwind->table_entry = expr_build_dot (); in tic6x_flush_unwind_word() 4806 if (unwind->table_entry) in tic6x_cfi_startproc() 4809 unwind->table_entry = NULL; in tic6x_cfi_startproc() 4860 if (unwind->table_entry) in tic6x_output_exidx_entry() 4863 fix_new (frag_now, where + 4, 4, unwind->table_entry, 0, 1, in tic6x_output_exidx_entry() 4907 unwind->table_entry = NULL; in tic6x_output_unwinding() [all …]
|
| H A D | tc-tic6x.h | 56 symbolS *table_entry; member
|
| H A D | tc-arc.c | 3304 const relax_typeS *table_entry; in md_convert_frag() local 3313 table_entry = TC_GENERIC_RELAX_TABLE + fragP->fr_subtype; in md_convert_frag() 3332 gas_assert (table_entry->rlx_length == size); in md_convert_frag() 3335 fragP->fr_fix += table_entry->rlx_length; in md_convert_frag()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2004 | 180 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2004 | 180 (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/ |
| H A D | ChangeLog | 684 (struct table_entry): Update.
|
| /netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
| H A D | ChangeLog | 1290 * lto-symtab.c (table_entry): Add comdat.
|