Searched refs:msp_stdlist (Results 1 – 1 of 1) sorted by relevance
41 } msp_stdlist[] = { variable173 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp_standard_std_name()174 if (msp_stdlist[i].retval == std) in msp_standard_std_name()175 return msp_stdlist[i].name; in msp_standard_std_name()183 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp_standard_std()184 if (msp_stdlist[i].retval == std) in msp_standard_std()185 return msp_stdlist[i].std; in msp_standard_std()765 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp3410d_thread()766 if (msp_stdlist[i].retval == val) in msp3410d_thread()770 state->main = msp_stdlist[i].main; in msp3410d_thread()[all …]