type_table         82 arch/x86/math-emu/fpu_entry.c static u_char const type_table[64] = {
type_table        475 arch/x86/math-emu/fpu_entry.c 		switch (type_table[(int)instr_index]) {
type_table         38 arch/x86/math-emu/load_store.c static u_char const type_table[32] = {
type_table         92 arch/x86/math-emu/load_store.c 	switch (type_table[type]) {
type_table        168 drivers/staging/uwb/uwbd.c 	struct uwbd_evt_type_handler *type_table;
type_table        179 drivers/staging/uwb/uwbd.c 	type_table = &uwbd_urc_evt_type_handlers[type];
type_table        180 drivers/staging/uwb/uwbd.c 	if (type_table->uwbd_events == NULL)
type_table        182 drivers/staging/uwb/uwbd.c 	if (event >= type_table->size)
type_table        184 drivers/staging/uwb/uwbd.c 	handler = type_table->uwbd_events[event].handler;