Lines Matching refs:limits
212 int[] limits = null; in forEach() local
214 limits = new int[6]; in forEach()
216 limits[0] = sc.xstart; in forEach()
217 limits[1] = sc.xend; in forEach()
218 limits[2] = sc.ystart; in forEach()
219 limits[3] = sc.yend; in forEach()
220 limits[4] = sc.zstart; in forEach()
221 limits[5] = sc.zend; in forEach()
224 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
277 int[] limits = null; in forEach() local
279 limits = new int[6]; in forEach()
281 limits[0] = sc.xstart; in forEach()
282 limits[1] = sc.xend; in forEach()
283 limits[2] = sc.ystart; in forEach()
284 limits[3] = sc.yend; in forEach()
285 limits[4] = sc.zstart; in forEach()
286 limits[5] = sc.zend; in forEach()
289 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); in forEach() local
316 int[] limits = null; in reduce() local
318 limits = new int[6]; in reduce()
320 limits[0] = sc.xstart; in reduce()
321 limits[1] = sc.xend; in reduce()
322 limits[2] = sc.ystart; in reduce()
323 limits[3] = sc.yend; in reduce()
324 limits[4] = sc.zstart; in reduce()
325 limits[5] = sc.zend; in reduce()
328 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); in reduce() local