Lines Matching refs:index

262 	u32 index;
936 index = 7 + 1;
937 if (altera_check_stack(stack_ptr, index, &status)) {
938 long_tmp = stack[stack_ptr - index];
939 stack[stack_ptr - index] = stack[stack_ptr - 1];
951 index = 6 + 1;
952 if (altera_check_stack(stack_ptr, index, &status)) {
953 long_tmp = stack[stack_ptr - index];
954 stack[stack_ptr - index] = stack[stack_ptr - 1];
959 index = 8 + 1;
960 if (altera_check_stack(stack_ptr, index, &status)) {
961 stack[stack_ptr] = stack[stack_ptr - index];
966 index = 2 + 1;
967 if (altera_check_stack(stack_ptr, index, &status)) {
968 long_tmp = stack[stack_ptr - index];
969 stack[stack_ptr - index] = stack[stack_ptr - 1];
981 index = 6 + 1;
982 if (altera_check_stack(stack_ptr, index, &status)) {
983 stack[stack_ptr] = stack[stack_ptr - index];
988 index = 6 + 1;
989 if (altera_check_stack(stack_ptr, index, &status)) {
990 stack[stack_ptr] = stack[stack_ptr - index];
1091 index = (args[0]) + 1;
1092 if (altera_check_stack(stack_ptr, index, &status)) {
1093 long_tmp = stack[stack_ptr - index];
1094 stack[stack_ptr - index] = stack[stack_ptr - 1];
1103 index = (args[0]) + 1;
1104 if (altera_check_stack(stack_ptr, index, &status)) {
1105 stack[stack_ptr] = stack[stack_ptr - index];
1123 * ...stack 0 is array index
1173 /* pop the array index */
1174 index = stack[--stack_ptr];
1177 longptr_tmp[index] = stack[--stack_ptr];
1186 * ...stack 1 is array index
1258 /* pop the array index */
1265 * stack 0 = array right index
1266 * stack 1 = array left index
1326 * ...stack 0 is array index
1336 * stack 0 = array right index
1337 * stack 1 = array left index
1395 * ...stack 0 is array index
1400 index = stack[--stack_ptr];
1405 * stack 0 = array right index
1406 * stack 1 = array left index
1408 count = 1 + count - index;
1411 status = altera_set_dr_pre(&astate->js, count, index,
1418 * ...stack 0 is array index
1423 index = stack[--stack_ptr];
1428 * stack 0 = array right index
1429 * stack 1 = array left index
1431 count = 1 + count - index;
1434 status = altera_set_dr_post(&astate->js, count, index,
1441 * ...stack 0 is array index
1446 index = stack[--stack_ptr];
1451 * stack 0 = array right index
1452 * stack 1 = array left index
1454 count = 1 + count - index;
1457 status = altera_set_ir_pre(&astate->js, count, index,
1465 * ...stack 0 is array index
1470 index = stack[--stack_ptr];
1475 * stack 0 = array right index
1476 * stack 1 = array left index
1478 count = 1 + count - index;
1481 status = altera_set_ir_post(&astate->js, count, index,
1501 * ...stack 0 is array index
1506 index = stack[stack_ptr - 1];
1512 stack[stack_ptr - 1] = longptr_tmp[index];
1516 (index * sizeof(long));
1528 * ...stack 1 is array index
1545 /* pop the array index */
1546 index = stack[stack_ptr - 1];
1550 * stack 0 = array right index
1551 * stack 1 = array left index
1553 count = 1 + count - index;
1563 if (charptr_tmp[(i + index) >> 3] &
1564 (1 << ((i + index) & 7)))
1623 for (index = 0; index < count; ++index)
1624 charptr_tmp[index] = 0;
1634 * ...stack 1 is array right index
1635 * ...stack 2 is array left index
1700 * ...stack 1 is dest index
1701 * ...stack 2 is source index
1722 * stack 0 = source right index
1723 * stack 1 = source left index
1724 * stack 2 = destination right index
1725 * stack 3 = destination left index
1733 /* copy_index = source start index */
1736 /* source start index */
1744 /* destination start index */
1767 index = copy_index;
1835 if (charptr_tmp2[index >> 3] &
1836 (1 << (index & 7)))
1843 ++index;
1859 * ...stack 0 is capture index
1860 * ...stack 1 is scan data index
1877 * stack 0 = capture right index
1878 * stack 1 = capture left index
1879 * stack 2 = scan right index
1880 * stack 3 = scan left index
2018 * ...stack 0 is source 1 index
2019 * ...stack 1 is source 2 index
2020 * ...stack 2 is mask index
2041 * stack 0 = source 1 right index
2042 * stack 1 = source 1 left index
2043 * stack 2 = source 2 right index
2044 * stack 3 = source 2 left index
2045 * stack 4 = mask right index
2046 * stack 5 = mask left index
2058 /* source 2 start index */
2060 /* mask start index */
2334 int index,
2370 if (index >= action_count)
2373 act_name_id = get_unaligned_be32(&p[action_table + (12 * index)]);
2374 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]);
2375 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]);
2431 int index = 0;
2474 for (index = 0; index < action_count; ++index) {
2476 index, &action_name,