Home
last modified time | relevance | path

Searched defs:mode_data (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmodes.c50 struct mode_data struct
52 struct mode_data *next; /* next this class - arbitrary order */ argument
63 struct mode_data *component; /* mode of components */ argument
64 struct mode_data *wider; /* next wider mode */ argument
66 struct mode_data *contained; /* Pointer to list of modes that have argument
68 struct mode_data *next_cont; /* Next mode in that list. */ argument
70 struct mode_data *complex; /* complex type with mode as component. */ argument
83 static struct mode_data *modes[MAX_MODE_CLASS]; argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmodes.cc50 struct mode_data struct
52 struct mode_data *next; /* next this class - arbitrary order */ argument
63 struct mode_data *component; /* mode of components */ argument
64 struct mode_data *wider; /* next wider mode */ argument
66 struct mode_data *contained; /* Pointer to list of modes that have argument
68 struct mode_data *next_cont; /* Next mode in that list. */ argument
70 struct mode_data *complex; /* complex type with mode as component. */ argument
84 static struct mode_data *modes[MAX_MODE_CLASS]; argument
/netbsd-src/sys/dev/scsipi/
H A Dss_mustek.c272 struct mustek_mode_select_data mode_data; in mustek_trigger_scanner() local