Searched refs:type_table (Results 1 – 3 of 3) sorted by relevance
182 struct uwbd_evt_type_handler *type_table; in uwbd_event_handle_urc() local193 type_table = &uwbd_urc_evt_type_handlers[type]; in uwbd_event_handle_urc()194 if (type_table->uwbd_events == NULL) in uwbd_event_handle_urc()196 if (event >= type_table->size) in uwbd_event_handle_urc()198 handler = type_table->uwbd_events[event].handler; in uwbd_event_handle_urc()
38 static u_char const type_table[32] = { variable92 switch (type_table[type]) { in FPU_load_store()
82 static u_char const type_table[64] = { variable478 switch (type_table[(int)instr_index]) { in math_emulate()