HomeSort by: relevance | last modified time | path
    Searched defs:table_entry (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/igen/
table.h 75 typedef struct _table_entry table_entry; typedef in typeref:struct:_table_entry
100 extern table_entry *table_read (table *file);
114 extern void table_expand_field (table_entry *entry, int field_nr);
121 extern void table_print_code (lf *file, const table_entry *entry);
130 (lf *file, const char *prefix, const table_entry *entry, const char *suffix);
  /src/external/gpl3/gdb/dist/sim/ppc/
table.h 33 typedef struct _table_entry table_entry; typedef in typeref:struct:_table_entry
57 extern table_entry *table_entry_read
71 (table_entry *entry,
76 table_entry *entry);
  /src/external/gpl3/gdb.old/dist/sim/igen/
table.h 75 typedef struct _table_entry table_entry; typedef in typeref:struct:_table_entry
100 extern table_entry *table_read (table *file);
114 extern void table_expand_field (table_entry *entry, int field_nr);
121 extern void table_print_code (lf *file, const table_entry *entry);
130 (lf *file, const char *prefix, const table_entry *entry, const char *suffix);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
table.h 33 typedef struct _table_entry table_entry; typedef in typeref:struct:_table_entry
57 extern table_entry *table_entry_read
71 (table_entry *entry,
76 table_entry *entry);
  /src/libexec/talkd/
table.c 64 #define NIL ((TABLE_ENTRY *)0)
68 typedef struct table_entry TABLE_ENTRY;
70 struct table_entry { struct
73 TABLE_ENTRY *next;
74 TABLE_ENTRY *last;
77 TABLE_ENTRY *table = NIL;
79 static void delete(TABLE_ENTRY *);
88 TABLE_ENTRY *ptr;
121 TABLE_ENTRY *ptr
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
localcharset.c 86 struct table_entry struct
93 static const struct table_entry alias_table[] =
577 struct table_entry struct
584 static const struct table_entry locale_table[] =
1030 const struct table_entry * const table = alias_table;
1032 sizeof (alias_table) / sizeof (struct table_entry);
1104 const struct table_entry * const table = locale_table;
1106 sizeof (locale_table) / sizeof (struct table_entry);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
localcharset.c 86 struct table_entry struct
93 static const struct table_entry alias_table[] =
577 struct table_entry struct
584 static const struct table_entry locale_table[] =
1030 const struct table_entry * const table = alias_table;
1032 sizeof (alias_table) / sizeof (struct table_entry);
1104 const struct table_entry * const table = locale_table;
1106 sizeof (locale_table) / sizeof (struct table_entry);
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 67 union table_entry { union
79 table_entry *hash_table;
673 hash_table = new table_entry[hash_table_size];
710 table_entry *pp = hash_table + h;
749 if (sizeof(table_entry) == sizeof(int))
  /src/external/bsd/libevent/dist/sample/
http-server.c 84 static const struct table_entry { struct
118 const struct table_entry *ent;
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.h 58 symbolS *table_entry; member in struct:tic6x_unwind_info
tc-arc.c 3301 const relax_typeS *table_entry; local
3310 table_entry = TC_GENERIC_RELAX_TABLE + fragP->fr_subtype;
3329 gas_assert (table_entry->rlx_length == size);
3332 fragP->fr_fix += table_entry->rlx_length;
tc-arm.c 53 symbolS * table_entry; member in struct:__anon9983
4082 unwind.table_entry = NULL;
4102 if (unwind.table_entry)
4127 if (unwind.table_entry == NULL)
4169 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
27031 unwind.table_entry = expr_build_dot ();
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.h 56 symbolS *table_entry; member in struct:tic6x_unwind_info
tc-arc.c 3304 const relax_typeS *table_entry; local
3313 table_entry = TC_GENERIC_RELAX_TABLE + fragP->fr_subtype;
3332 gas_assert (table_entry->rlx_length == size);
3335 fragP->fr_fix += table_entry->rlx_length;
tc-arm.c 53 symbolS * table_entry; member in struct:__anon11455
4081 unwind.table_entry = NULL;
4101 if (unwind.table_entry)
4126 if (unwind.table_entry == NULL)
4168 fix_new (frag_now, where + 4, 4, unwind.table_entry, 0, 1,
27034 unwind.table_entry = expr_build_dot ();
  /src/external/gpl2/groff/dist/src/preproc/tbl/
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) function in class:table_entry
338 table_entry::~table_entry()
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_resource.c 980 struct wm_range_table_entry *table_entry,
994 dml->soc.dram_clock_change_latency_us = table_entry->pstate_latency_us;
995 dml->soc.sr_exit_time_us = table_entry->sr_exit_time_us;
996 dml->soc.sr_enter_plus_exit_time_us = table_entry->sr_enter_plus_exit_time_us;
1053 struct wm_range_table_entry *table_entry; local
1103 table_entry = &bw_params->wm_table.entries[WM_D];
1104 if (table_entry->wm_type == WM_TYPE_RETRAINING)
1108 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.d,
1111 table_entry = &bw_params->wm_table.entries[WM_C];
1113 calculate_wm_set_for_vlevel(vlevel, table_entry, &context->bw_ctx.bw.dcn.watermarks.c
    [all...]

Completed in 103 milliseconds