Lines Matching refs:long_idx
251 s32 long_idx; in altera_execute() local
1199 for (long_idx = 0L; in altera_execute()
1200 long_idx < long_tmp; in altera_execute()
1201 ++long_idx) { in altera_execute()
1202 charptr_tmp[long_idx] = 0; in altera_execute()
1206 for (long_idx = 0L; in altera_execute()
1207 long_idx < var_size[variable_id]; in altera_execute()
1208 ++long_idx) { in altera_execute()
1209 long_idx2 = long_idx; in altera_execute()
1213 charptr_tmp[long_idx >> 3] |= in altera_execute()
1214 (1 << (long_idx & 7)); in altera_execute()
1245 long_idx = stack[--stack_ptr]; in altera_execute()
1255 if (long_idx > long_count) { in altera_execute()
1258 long_count = 1 + long_idx - in altera_execute()
1260 long_idx = long_tmp; in altera_execute()
1267 long_idx; in altera_execute()
1281 charptr_tmp[long_idx >> 3L] |= in altera_execute()
1282 (1L << (long_idx & 7L)); in altera_execute()
1284 charptr_tmp[long_idx >> 3L] &= in altera_execute()
1285 ~(1L << (long_idx & 7L)); in altera_execute()
1287 ++long_idx; in altera_execute()
1317 long_idx = stack[--stack_ptr]; in altera_execute()
1329 if (long_idx > long_tmp) { in altera_execute()
1331 long_idx = long_tmp; in altera_execute()
1350 long_tmp = long_idx + long_count - 1; in altera_execute()
1368 charptr_tmp, long_idx); in altera_execute()
1371 charptr_tmp, long_idx); in altera_execute()
1632 long_idx = stack[--stack_ptr];/* right indx */ in altera_execute()
1635 if (long_idx > long_idx2) { in altera_execute()
1641 long_count = 1 + long_idx2 - long_idx; in altera_execute()
1646 if ((long_idx & 7L) != 0) { in altera_execute()
1647 s32 k = long_idx; in altera_execute()
1669 } else if (long_idx != 0) in altera_execute()
1670 charptr_tmp = &charptr_tmp[long_idx >> 3]; in altera_execute()
1676 if ((long_idx & 7L) != 0) in altera_execute()
1777 for (long_idx = 0L; long_idx < long_tmp; in altera_execute()
1778 ++long_idx) in altera_execute()
1779 charptr_tmp[long_idx] = 0; in altera_execute()
1782 for (long_idx = 0L; in altera_execute()
1783 long_idx < var_size[variable_id]; in altera_execute()
1784 ++long_idx) { in altera_execute()
1785 long_idx2 = long_idx; in altera_execute()
1789 charptr_tmp[long_idx >> 3] |= in altera_execute()
1790 (1 << (long_idx & 7)); in altera_execute()
1898 for (long_idx = 0L; long_idx < long_tmp; in altera_execute()
1899 ++long_idx) in altera_execute()
1900 charptr_tmp[long_idx] = 0; in altera_execute()
1903 for (long_idx = 0L; in altera_execute()
1904 long_idx < var_size[variable_id]; in altera_execute()
1905 ++long_idx) { in altera_execute()
1906 long_idx2 = long_idx; in altera_execute()
1910 charptr_tmp[long_idx >> 3] |= in altera_execute()
1911 (1 << (long_idx & 7)); in altera_execute()