Searched refs:cache2 (Results 1 – 5 of 5) sorted by relevance
193 Map cache2 = null;194 cache2 = (Map)source.cache.get(loader);195 if (cache2 == null) {196 cache2 = new HashMap();197 cache2.put(NAME_KEY, new HashSet());198 source.cache.put(loader, cache2);200 Reference ref = (Reference)cache2.get(key);224 cache2.put(key, new WeakReference(gen));
77 unsigned int cache2 = 0; in CalcSSD() local87 cache2 = col_ssd_cache[RADIUS]; in CalcSSD()90 cache2 += col_ssd[i]; in CalcSSD()92 return col_ssd[0] + cache + cache2; in CalcSSD()430 float cache2 = 0; in CalcSums() local441 cache2 = cols_cache[winsz2]; in CalcSums()444 cache2 += cols[i]; in CalcSums()446 return cols[0] + cache + cache2; in CalcSums()
273 CtClass cache2 = cp.get(typeName); in update() local274 if (cache2.subtypeOf(cache)) { in update()275 cache = cache2; in update()
156 … int targetScript2, Transliterator widthFix2, ConcurrentHashMap<Integer, Transliterator> cache2) { in AnyTransliterator() argument159 cache = cache2; in AnyTransliterator()