• Home
  • Raw
  • Download

Lines Matching refs:idx

165   int idx;  in match_sft_register()  local
167 for (ptr = name,idx = 0; *ptr != '\0'; ptr++) in match_sft_register()
168 low_name[idx++] = TOLOWER (*ptr); in match_sft_register()
170 low_name[idx] = '\0'; in match_sft_register()
171 idx = 0; in match_sft_register()
173 while (idx < MAX_REG_NO && strcmp (soft_reg[idx], & low_name [0])) in match_sft_register()
174 idx += 1; in match_sft_register()
176 return idx < MAX_REG_NO; in match_sft_register()
319 int idx = 0; in dlx_parse_loadop() local
326 for (idx = 0; idx < 72 && ptr[idx] != '\0'; idx++) in dlx_parse_loadop()
329 if (idx == 72) in dlx_parse_loadop()
342 idx -= 1; in dlx_parse_loadop()
343 switch (str[idx]) in dlx_parse_loadop()
366 for (pb = idx - 1; str[pb] != match; pb -= 1) in dlx_parse_loadop()
370 if (str[pb] == endm || pb < (idx - 5)) in dlx_parse_loadop()
374 for (i = 0; (pb + i) < idx; i++) in dlx_parse_loadop()
407 pb = idx + 1; in dlx_parse_loadop()
437 int idx = 0; in dlx_parse_storeop() local
440 for (idx = 0; idx < 72 && ptr[idx] != ','; idx++) in dlx_parse_storeop()
443 if (idx == 72) in dlx_parse_storeop()
453 int comma = idx; in dlx_parse_storeop()
459 idx -= 1; in dlx_parse_storeop()
460 switch (str[idx]) in dlx_parse_storeop()
483 for (pb = idx - 1; str[pb] != match; pb -= 1) in dlx_parse_storeop()
484 if (pb < (idx - 5) || str[pb] == endm) in dlx_parse_storeop()
488 for (i = 0; (pb + i) < idx; i++) in dlx_parse_storeop()
578 int idx, count = 1; in hilo_modifier_ok() local
583 for (idx = 1; ptr[idx] != '\0' && ptr[idx] != '[' && idx < 73; idx += 1) in hilo_modifier_ok()
588 if (ptr[idx] == '(') in hilo_modifier_ok()
591 if (ptr[idx] == ')') in hilo_modifier_ok()