Lines Matching defs:index

248 	u32 index;
922 index = 7 + 1;
923 if (altera_check_stack(stack_ptr, index, &status)) {
924 long_tmp = stack[stack_ptr - index];
925 stack[stack_ptr - index] = stack[stack_ptr - 1];
937 index = 6 + 1;
938 if (altera_check_stack(stack_ptr, index, &status)) {
939 long_tmp = stack[stack_ptr - index];
940 stack[stack_ptr - index] = stack[stack_ptr - 1];
945 index = 8 + 1;
946 if (altera_check_stack(stack_ptr, index, &status)) {
947 stack[stack_ptr] = stack[stack_ptr - index];
952 index = 2 + 1;
953 if (altera_check_stack(stack_ptr, index, &status)) {
954 long_tmp = stack[stack_ptr - index];
955 stack[stack_ptr - index] = stack[stack_ptr - 1];
967 index = 6 + 1;
968 if (altera_check_stack(stack_ptr, index, &status)) {
969 stack[stack_ptr] = stack[stack_ptr - index];
974 index = 6 + 1;
975 if (altera_check_stack(stack_ptr, index, &status)) {
976 stack[stack_ptr] = stack[stack_ptr - index];
1077 index = (args[0]) + 1;
1078 if (altera_check_stack(stack_ptr, index, &status)) {
1079 long_tmp = stack[stack_ptr - index];
1080 stack[stack_ptr - index] = stack[stack_ptr - 1];
1089 index = (args[0]) + 1;
1090 if (altera_check_stack(stack_ptr, index, &status)) {
1091 stack[stack_ptr] = stack[stack_ptr - index];
1109 * ...stack 0 is array index
1159 /* pop the array index */
1160 index = stack[--stack_ptr];
1163 longptr_tmp[index] = stack[--stack_ptr];
1172 * ...stack 1 is array index
1244 /* pop the array index */
1251 * stack 0 = array right index
1252 * stack 1 = array left index
1312 * ...stack 0 is array index
1322 * stack 0 = array right index
1323 * stack 1 = array left index
1381 * ...stack 0 is array index
1386 index = stack[--stack_ptr];
1391 * stack 0 = array right index
1392 * stack 1 = array left index
1394 count = 1 + count - index;
1397 status = altera_set_dr_pre(&astate->js, count, index,
1404 * ...stack 0 is array index
1409 index = stack[--stack_ptr];
1414 * stack 0 = array right index
1415 * stack 1 = array left index
1417 count = 1 + count - index;
1420 status = altera_set_dr_post(&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_pre(&astate->js, count, index,
1451 * ...stack 0 is array index
1456 index = stack[--stack_ptr];
1461 * stack 0 = array right index
1462 * stack 1 = array left index
1464 count = 1 + count - index;
1467 status = altera_set_ir_post(&astate->js, count, index,
1487 * ...stack 0 is array index
1492 index = stack[stack_ptr - 1];
1498 stack[stack_ptr - 1] = longptr_tmp[index];
1502 (index * sizeof(long));
1514 * ...stack 1 is array index
1531 /* pop the array index */
1532 index = stack[stack_ptr - 1];
1536 * stack 0 = array right index
1537 * stack 1 = array left index
1539 count = 1 + count - index;
1549 if (charptr_tmp[(i + index) >> 3] &
1550 (1 << ((i + index) & 7)))
1609 for (index = 0; index < count; ++index)
1610 charptr_tmp[index] = 0;
1620 * ...stack 1 is array right index
1621 * ...stack 2 is array left index
1686 * ...stack 1 is dest index
1687 * ...stack 2 is source index
1708 * stack 0 = source right index
1709 * stack 1 = source left index
1710 * stack 2 = destination right index
1711 * stack 3 = destination left index
1719 /* copy_index = source start index */
1722 /* source start index */
1730 /* destination start index */
1753 index = copy_index;
1821 if (charptr_tmp2[index >> 3] &
1822 (1 << (index & 7)))
1829 ++index;
1845 * ...stack 0 is capture index
1846 * ...stack 1 is scan data index
1863 * stack 0 = capture right index
1864 * stack 1 = capture left index
1865 * stack 2 = scan right index
1866 * stack 3 = scan left index
2004 * ...stack 0 is source 1 index
2005 * ...stack 1 is source 2 index
2006 * ...stack 2 is mask index
2027 * stack 0 = source 1 right index
2028 * stack 1 = source 1 left index
2029 * stack 2 = source 2 right index
2030 * stack 3 = source 2 left index
2031 * stack 4 = mask right index
2032 * stack 5 = mask left index
2044 /* source 2 start index */
2046 /* mask start index */
2319 int index,
2355 if (index >= action_count)
2358 act_name_id = get_unaligned_be32(&p[action_table + (12 * index)]);
2359 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]);
2360 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]);
2416 int index = 0;
2459 for (index = 0; index < action_count; ++index) {
2461 index, &action_name,