Lines Matching refs:long_idx2
252 s32 long_idx2; in altera_execute() local
1209 long_idx2 = long_idx; in altera_execute()
1211 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1212 (1 << (long_idx2 & 7))) { in altera_execute()
1351 long_idx2 = 0; in altera_execute()
1352 while (long_idx2 < long_count) { in altera_execute()
1355 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1356 (1 << (long_idx2 & 7)); in altera_execute()
1358 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1359 ~(1 << (long_idx2 & 7)); in altera_execute()
1362 ++long_idx2; in altera_execute()
1633 long_idx2 = stack[--stack_ptr];/* left indx */ in altera_execute()
1635 if (long_idx > long_idx2) { in altera_execute()
1641 long_count = 1 + long_idx2 - long_idx; in altera_execute()
1785 long_idx2 = long_idx; in altera_execute()
1787 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1788 (1 << (long_idx2 & 7))) in altera_execute()
1906 long_idx2 = long_idx; in altera_execute()
1908 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1909 (1 << (long_idx2 & 7))) in altera_execute()