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