Home
last modified time | relevance | path

Searched refs:mode_index (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c2456 for (j = 0; j < mode_index; j++) { in radeon_atombios_parse_pplib_non_clock_info()
2575 int state_index = 0, mode_index = 0; in radeon_atombios_parse_power_table_4_5() local
2598 mode_index = 0; in radeon_atombios_parse_power_table_4_5()
2626 mode_index++; in radeon_atombios_parse_power_table_4_5()
2633 mode_index++; in radeon_atombios_parse_power_table_4_5()
2636 if (mode_index) { in radeon_atombios_parse_power_table_4_5()
2665 int state_index = 0, mode_index = 0; in radeon_atombios_parse_power_table_6() local
2701 mode_index = 0; in radeon_atombios_parse_power_table_6()
2722 mode_index++; in radeon_atombios_parse_power_table_6()
2729 mode_index++; in radeon_atombios_parse_power_table_6()
[all …]
/netbsd/sys/dev/pci/
H A Dunichromemode.h46 int mode_index; member
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c16509 int mode_index; in mips_builtin_vector_type() local
16511 mode_index = (int) mode; in mips_builtin_vector_type()
16514 mode_index += MAX_MACHINE_MODE; in mips_builtin_vector_type()
16516 if (types[mode_index] == NULL_TREE) in mips_builtin_vector_type()
16517 types[mode_index] = build_vector_type_for_mode (type, mode); in mips_builtin_vector_type()
16518 return types[mode_index]; in mips_builtin_vector_type()
H A Dmips.cc16674 int mode_index; in mips_builtin_vector_type() local
16676 mode_index = (int) mode; in mips_builtin_vector_type()
16679 mode_index += MAX_MACHINE_MODE; in mips_builtin_vector_type()
16681 if (types[mode_index] == NULL_TREE) in mips_builtin_vector_type()
16682 types[mode_index] = build_vector_type_for_mode (type, mode); in mips_builtin_vector_type()
16683 return types[mode_index]; in mips_builtin_vector_type()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c16509 int mode_index; in mips_builtin_vector_type() local
16511 mode_index = (int) mode; in mips_builtin_vector_type()
16514 mode_index += MAX_MACHINE_MODE; in mips_builtin_vector_type()
16516 if (types[mode_index] == NULL_TREE) in mips_builtin_vector_type()
16517 types[mode_index] = build_vector_type_for_mode (type, mode); in mips_builtin_vector_type()
16518 return types[mode_index]; in mips_builtin_vector_type()