Searched refs:sparam_typeval (Results 1 – 1 of 1) sorted by relevance
34 static const param_typeval_t sparam_typeval[]= { variable119 mpc_param_t r = sparam_typeval[0].val; in description_findtype()121 const size_t send = sizeof (sparam_typeval) / sizeof (param_typeval_t); in description_findtype()123 while (s < send && strcmp (sparam_typeval[s].name, name) != 0) in description_findtype()127 r = sparam_typeval[s].val; in description_findtype()143 const size_t send = sizeof (sparam_typeval) / sizeof (param_typeval_t); in read_description_findname()145 while (s < send && sparam_typeval[s].val != e) in read_description_findname()149 name = sparam_typeval[s].name; in read_description_findname()