Lines Matching refs:long_idx2
266 s32 long_idx2; in altera_execute() local
1223 long_idx2 = long_idx; in altera_execute()
1225 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1226 (1 << (long_idx2 & 7))) { in altera_execute()
1365 long_idx2 = 0; in altera_execute()
1366 while (long_idx2 < long_count) { in altera_execute()
1369 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1370 (1 << (long_idx2 & 7)); in altera_execute()
1372 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1373 ~(1 << (long_idx2 & 7)); in altera_execute()
1376 ++long_idx2; in altera_execute()
1647 long_idx2 = stack[--stack_ptr];/* left indx */ in altera_execute()
1649 if (long_idx > long_idx2) { in altera_execute()
1655 long_count = 1 + long_idx2 - long_idx; in altera_execute()
1799 long_idx2 = long_idx; in altera_execute()
1801 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1802 (1 << (long_idx2 & 7))) in altera_execute()
1920 long_idx2 = long_idx; in altera_execute()
1922 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1923 (1 << (long_idx2 & 7))) in altera_execute()