Searched refs:msp_stdlist (Results 1 – 1 of 1) sorted by relevance
27 } msp_stdlist[] = { variable159 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp_standard_std_name()160 if (msp_stdlist[i].retval == std) in msp_standard_std_name()161 return msp_stdlist[i].name; in msp_standard_std_name()169 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp_standard_std()170 if (msp_stdlist[i].retval == std) in msp_standard_std()171 return msp_stdlist[i].std; in msp_standard_std()756 for (i = 0; msp_stdlist[i].name != NULL; i++) in msp3410d_thread()757 if (msp_stdlist[i].retval == val) in msp3410d_thread()761 state->main = msp_stdlist[i].main; in msp3410d_thread()[all …]