Lines Matching refs:long_idx2
252 s32 long_idx2; in altera_execute() local
1185 long_idx2 = long_idx; in altera_execute()
1187 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1188 (1 << (long_idx2 & 7))) { in altera_execute()
1327 long_idx2 = 0; in altera_execute()
1328 while (long_idx2 < long_count) { in altera_execute()
1331 charptr_tmp[long_idx2 >> 3] |= in altera_execute()
1332 (1 << (long_idx2 & 7)); in altera_execute()
1334 charptr_tmp[long_idx2 >> 3] &= in altera_execute()
1335 ~(1 << (long_idx2 & 7)); in altera_execute()
1338 ++long_idx2; in altera_execute()
1609 long_idx2 = stack[--stack_ptr];/* left indx */ in altera_execute()
1611 if (long_idx > long_idx2) { in altera_execute()
1617 long_count = 1 + long_idx2 - long_idx; in altera_execute()
1761 long_idx2 = long_idx; in altera_execute()
1763 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1764 (1 << (long_idx2 & 7))) in altera_execute()
1882 long_idx2 = long_idx; in altera_execute()
1884 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()
1885 (1 << (long_idx2 & 7))) in altera_execute()