Lines Matching defs:step
1213 u32 step;
1244 step = getle16(buf, 8);
1247 * Changed from Win10, formerly we got step = 44.
1250 for (x=0; (x<used) && (i<length); i+=step, x++) {
1253 copy_attribute(pa, buf + i, step);
1777 int step;
1780 step = getle16(buf, 8);
1783 * Changed from Win10, formerly we got step = 44.
1786 if ((step != sizeof(ATTR_OLD))
1787 && (step != sizeof(ATTR_NEW))) {
1788 printf(" ** Unexpected step %d\n",step);
1791 for (x=0; (x<used) && (i<length); i+=step, x++) {
1794 copy_attribute(pa, &buf[i], step);