Lines Matching refs:lastoff
14 int lastoff;
23 int r, i, firstoff, lastoff, skipoff;
27 lastoff = info->lastoff;
34 for (i = firstoff; i <= lastoff; i += 1) {
47 int r, i, firstoff, lastoff, skipoff;
51 lastoff = info->lastoff;
58 for (i = firstoff; i <= lastoff; i += 2) {
71 int r, i, firstoff, lastoff, skipoff;
75 lastoff = info->lastoff;
82 for (i = firstoff; i <= lastoff; i += 4) {
95 int r, i, firstoff, lastoff, skipoff;
99 lastoff = info->lastoff;
106 for (i = firstoff; i <= lastoff; i += 8) {
165 info.lastoff = MAXXX - 1;
170 info.firstoff, info.lastoff, info.skipoff );
196 info.lastoff = MAXXX - 2;
201 info.firstoff, info.lastoff, info.skipoff );
227 info.lastoff = MAXXX - 4;
232 info.firstoff, info.lastoff, info.skipoff );
258 info.lastoff = MAXXX - 8;
263 info.firstoff, info.lastoff, info.skipoff );