Lines Matching defs:index
248 u32 index;
916 index = 7 + 1;
917 if (altera_check_stack(stack_ptr, index, &status))
918 swap(stack[stack_ptr - index], stack[stack_ptr - 1]);
925 index = 6 + 1;
926 if (altera_check_stack(stack_ptr, index, &status))
927 swap(stack[stack_ptr - index], stack[stack_ptr - 1]);
930 index = 8 + 1;
931 if (altera_check_stack(stack_ptr, index, &status)) {
932 stack[stack_ptr] = stack[stack_ptr - index];
937 index = 2 + 1;
938 if (altera_check_stack(stack_ptr, index, &status))
939 swap(stack[stack_ptr - index], stack[stack_ptr - 1]);
946 index = 6 + 1;
947 if (altera_check_stack(stack_ptr, index, &status)) {
948 stack[stack_ptr] = stack[stack_ptr - index];
953 index = 6 + 1;
954 if (altera_check_stack(stack_ptr, index, &status)) {
955 stack[stack_ptr] = stack[stack_ptr - index];
1056 index = (args[0]) + 1;
1057 if (altera_check_stack(stack_ptr, index, &status))
1058 swap(stack[stack_ptr - index], stack[stack_ptr - 1]);
1065 index = (args[0]) + 1;
1066 if (altera_check_stack(stack_ptr, index, &status)) {
1067 stack[stack_ptr] = stack[stack_ptr - index];
1085 * ...stack 0 is array index
1135 /* pop the array index */
1136 index = stack[--stack_ptr];
1139 longptr_tmp[index] = stack[--stack_ptr];
1148 * ...stack 1 is array index
1220 /* pop the array index */
1227 * stack 0 = array right index
1228 * stack 1 = array left index
1288 * ...stack 0 is array index
1298 * stack 0 = array right index
1299 * stack 1 = array left index
1357 * ...stack 0 is array index
1362 index = stack[--stack_ptr];
1367 * stack 0 = array right index
1368 * stack 1 = array left index
1370 count = 1 + count - index;
1373 status = altera_set_dr_pre(&astate->js, count, index,
1380 * ...stack 0 is array index
1385 index = stack[--stack_ptr];
1390 * stack 0 = array right index
1391 * stack 1 = array left index
1393 count = 1 + count - index;
1396 status = altera_set_dr_post(&astate->js, count, index,
1403 * ...stack 0 is array index
1408 index = stack[--stack_ptr];
1413 * stack 0 = array right index
1414 * stack 1 = array left index
1416 count = 1 + count - index;
1419 status = altera_set_ir_pre(&astate->js, count, index,
1427 * ...stack 0 is array index
1432 index = stack[--stack_ptr];
1437 * stack 0 = array right index
1438 * stack 1 = array left index
1440 count = 1 + count - index;
1443 status = altera_set_ir_post(&astate->js, count, index,
1463 * ...stack 0 is array index
1468 index = stack[stack_ptr - 1];
1474 stack[stack_ptr - 1] = longptr_tmp[index];
1478 (index * sizeof(long));
1490 * ...stack 1 is array index
1507 /* pop the array index */
1508 index = stack[stack_ptr - 1];
1512 * stack 0 = array right index
1513 * stack 1 = array left index
1515 count = 1 + count - index;
1525 if (charptr_tmp[(i + index) >> 3] &
1526 (1 << ((i + index) & 7)))
1585 for (index = 0; index < count; ++index)
1586 charptr_tmp[index] = 0;
1596 * ...stack 1 is array right index
1597 * ...stack 2 is array left index
1662 * ...stack 1 is dest index
1663 * ...stack 2 is source index
1684 * stack 0 = source right index
1685 * stack 1 = source left index
1686 * stack 2 = destination right index
1687 * stack 3 = destination left index
1695 /* copy_index = source start index */
1698 /* source start index */
1706 /* destination start index */
1729 index = copy_index;
1797 if (charptr_tmp2[index >> 3] &
1798 (1 << (index & 7)))
1805 ++index;
1821 * ...stack 0 is capture index
1822 * ...stack 1 is scan data index
1839 * stack 0 = capture right index
1840 * stack 1 = capture left index
1841 * stack 2 = scan right index
1842 * stack 3 = scan left index
1980 * ...stack 0 is source 1 index
1981 * ...stack 1 is source 2 index
1982 * ...stack 2 is mask index
2003 * stack 0 = source 1 right index
2004 * stack 1 = source 1 left index
2005 * stack 2 = source 2 right index
2006 * stack 3 = source 2 left index
2007 * stack 4 = mask right index
2008 * stack 5 = mask left index
2020 /* source 2 start index */
2022 /* mask start index */
2290 int index,
2326 if (index >= action_count)
2329 act_name_id = get_unaligned_be32(&p[action_table + (12 * index)]);
2330 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]);
2331 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]);
2387 int index = 0;
2434 for (index = 0; index < action_count; ++index) {
2436 index, &action_name,