Home
last modified time | relevance | path

Searched refs:ins_table (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mdk/mdk-1.3.0/mixlib/
H A Dmix_parser.c127 result->ins_table = g_tree_new (compare_shorts_); in mix_parser_new()
129 || result->ins_table == NULL || result->ls_table == NULL ) in mix_parser_new()
134 g_tree_destroy (result->ins_table); in mix_parser_new()
174 g_tree_foreach (parser->ins_table, delete_tree_vals_, NULL); in mix_parser_delete()
176 g_tree_destroy (parser->ins_table); in mix_parser_delete()
203 (ins_node_ *)g_tree_lookup (parser->ins_table, tmp->data); in update_future_refs_value_()
212 g_tree_insert (parser->ins_table, tmp->data, (gpointer)node); in update_future_refs_value_()
234 g_tree_insert (parser->ins_table, in add_raw_()
276 g_return_val_if_fail (parser->ins_table != NULL, MIX_PERR_INTERNAL); in mix_parser_compile()
345 g_tree_foreach (parser->ins_table, write_code_, (gpointer)&context); in mix_parser_write_code()
[all …]
H A Dxmix_parser.h39 GTree *ins_table; /* a table of compiled instructions */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/apei/
H A Dapei-base.c45 struct apei_exec_ins_type *ins_table, in apei_exec_ctx_init() argument
50 ctx->ins_table = ins_table; in apei_exec_ctx_init()
172 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
178 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
206 struct apei_exec_ins_type *ins_table = ctx->ins_table; in apei_exec_for_each_entry() local
213 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
233 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback()
266 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback()
724 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
H A Dapei-internal.h32 struct apei_exec_ins_type *ins_table; member
39 struct apei_exec_ins_type *ins_table,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/apei/
H A Dapei-base.c45 struct apei_exec_ins_type *ins_table, in apei_exec_ctx_init() argument
50 ctx->ins_table = ins_table; in apei_exec_ctx_init()
172 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
178 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
206 struct apei_exec_ins_type *ins_table = ctx->ins_table; in apei_exec_for_each_entry() local
213 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
233 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback()
266 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback()
724 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
H A Dapei-internal.h32 struct apei_exec_ins_type *ins_table; member
39 struct apei_exec_ins_type *ins_table,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/apei/
H A Dapei-base.c45 struct apei_exec_ins_type *ins_table, in apei_exec_ctx_init() argument
50 ctx->ins_table = ins_table; in apei_exec_ctx_init()
172 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
178 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
206 struct apei_exec_ins_type *ins_table = ctx->ins_table; in apei_exec_for_each_entry() local
213 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
233 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback()
266 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback()
724 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
H A Dapei-internal.h32 struct apei_exec_ins_type *ins_table; member
39 struct apei_exec_ins_type *ins_table,
/dports/editors/xvile/vile-9.8v/
H A Dbind.c65 static const CMDFUNC *ins_table[N_chars]; variable
69 ,ins_table
/dports/editors/vile/vile-9.8v/
H A Dbind.c65 static const CMDFUNC *ins_table[N_chars]; variable
69 ,ins_table