Lines Matching refs:limits
207 int[] limits = null; in forEach() local
209 limits = new int[6]; in forEach()
211 limits[0] = sc.xstart; in forEach()
212 limits[1] = sc.xend; in forEach()
213 limits[2] = sc.ystart; in forEach()
214 limits[3] = sc.yend; in forEach()
215 limits[4] = sc.zstart; in forEach()
216 limits[5] = sc.zend; in forEach()
219 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
272 int[] limits = null; in forEach() local
274 limits = new int[6]; in forEach()
276 limits[0] = sc.xstart; in forEach()
277 limits[1] = sc.xend; in forEach()
278 limits[2] = sc.ystart; in forEach()
279 limits[3] = sc.yend; in forEach()
280 limits[4] = sc.zstart; in forEach()
281 limits[5] = sc.zend; in forEach()
284 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
311 int[] limits = null; in reduce() local
313 limits = new int[6]; in reduce()
315 limits[0] = sc.xstart; in reduce()
316 limits[1] = sc.xend; in reduce()
317 limits[2] = sc.ystart; in reduce()
318 limits[3] = sc.yend; in reduce()
319 limits[4] = sc.zstart; in reduce()
320 limits[5] = sc.zend; in reduce()
323 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local