Lines Matching refs:limits
208 int[] limits = null; in forEach() local
210 limits = new int[6]; in forEach()
212 limits[0] = sc.xstart; in forEach()
213 limits[1] = sc.xend; in forEach()
214 limits[2] = sc.ystart; in forEach()
215 limits[3] = sc.yend; in forEach()
216 limits[4] = sc.zstart; in forEach()
217 limits[5] = sc.zend; in forEach()
220 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
273 int[] limits = null; in forEach() local
275 limits = new int[6]; in forEach()
277 limits[0] = sc.xstart; in forEach()
278 limits[1] = sc.xend; in forEach()
279 limits[2] = sc.ystart; in forEach()
280 limits[3] = sc.yend; in forEach()
281 limits[4] = sc.zstart; in forEach()
282 limits[5] = sc.zend; in forEach()
285 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
312 int[] limits = null; in reduce() local
314 limits = new int[6]; in reduce()
316 limits[0] = sc.xstart; in reduce()
317 limits[1] = sc.xend; in reduce()
318 limits[2] = sc.ystart; in reduce()
319 limits[3] = sc.yend; in reduce()
320 limits[4] = sc.zstart; in reduce()
321 limits[5] = sc.zend; in reduce()
324 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local