Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
120 private final static int ALLOC_SIZE = 1024; // Needs to be small enough to not be in LOS.
270 private static Map<Operation, Double> updateFrequencyMap(Map<Operation, Double> in,
308 if (in == null) {
309 in = new HashMap<Operation, Double>();
311 in.put(op, d);
313 return in;
413 // Fill in the Operation[] array for each thread by laying
505 // up threads in Operation.WAIT