Lines Matching refs:long_idx

251 	s32 long_idx;  in altera_execute()  local
1175 for (long_idx = 0L; in altera_execute()
1176 long_idx < long_tmp; in altera_execute()
1177 ++long_idx) { in altera_execute()
1178 charptr_tmp[long_idx] = 0; in altera_execute()
1182 for (long_idx = 0L; in altera_execute()
1183 long_idx < var_size[variable_id]; in altera_execute()
1184 ++long_idx) { in altera_execute()
1185 long_idx2 = long_idx; in altera_execute()
1189 charptr_tmp[long_idx >> 3] |= in altera_execute()
1190 (1 << (long_idx & 7)); in altera_execute()
1221 long_idx = stack[--stack_ptr]; in altera_execute()
1231 if (long_idx > long_count) { in altera_execute()
1234 long_count = 1 + long_idx - in altera_execute()
1236 long_idx = long_tmp; in altera_execute()
1243 long_idx; in altera_execute()
1257 charptr_tmp[long_idx >> 3L] |= in altera_execute()
1258 (1L << (long_idx & 7L)); in altera_execute()
1260 charptr_tmp[long_idx >> 3L] &= in altera_execute()
1261 ~(1L << (long_idx & 7L)); in altera_execute()
1263 ++long_idx; in altera_execute()
1293 long_idx = stack[--stack_ptr]; in altera_execute()
1305 if (long_idx > long_tmp) { in altera_execute()
1307 long_idx = long_tmp; in altera_execute()
1326 long_tmp = long_idx + long_count - 1; in altera_execute()
1344 charptr_tmp, long_idx); in altera_execute()
1347 charptr_tmp, long_idx); in altera_execute()
1608 long_idx = stack[--stack_ptr];/* right indx */ in altera_execute()
1611 if (long_idx > long_idx2) { in altera_execute()
1617 long_count = 1 + long_idx2 - long_idx; in altera_execute()
1622 if ((long_idx & 7L) != 0) { in altera_execute()
1623 s32 k = long_idx; in altera_execute()
1645 } else if (long_idx != 0) in altera_execute()
1646 charptr_tmp = &charptr_tmp[long_idx >> 3]; in altera_execute()
1652 if ((long_idx & 7L) != 0) in altera_execute()
1753 for (long_idx = 0L; long_idx < long_tmp; in altera_execute()
1754 ++long_idx) in altera_execute()
1755 charptr_tmp[long_idx] = 0; in altera_execute()
1758 for (long_idx = 0L; in altera_execute()
1759 long_idx < var_size[variable_id]; in altera_execute()
1760 ++long_idx) { in altera_execute()
1761 long_idx2 = long_idx; in altera_execute()
1765 charptr_tmp[long_idx >> 3] |= in altera_execute()
1766 (1 << (long_idx & 7)); in altera_execute()
1874 for (long_idx = 0L; long_idx < long_tmp; in altera_execute()
1875 ++long_idx) in altera_execute()
1876 charptr_tmp[long_idx] = 0; in altera_execute()
1879 for (long_idx = 0L; in altera_execute()
1880 long_idx < var_size[variable_id]; in altera_execute()
1881 ++long_idx) { in altera_execute()
1882 long_idx2 = long_idx; in altera_execute()
1886 charptr_tmp[long_idx >> 3] |= in altera_execute()
1887 (1 << (long_idx & 7)); in altera_execute()