Searched refs:outKey (Results 1 – 4 of 4) sorted by relevance
208 final int outKey = out.computeKey(i, j); in multiply() local210 out.entries.get(outKey) + value * m.entries.get(rightKey); in multiply()212 out.entries.remove(outKey); in multiply()214 out.entries.put(outKey, outValue); in multiply()
27 static bool KeyQ(const SkEvent&, SkKey* outKey);
528 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) { in KeyQ() argument530 if (outKey) { in KeyQ()531 *outKey = (SkKey)evt.getFast32(); in KeyQ()
1585 Output<CollationKey> outKey = new Output<CollationKey>(key);1586 if (getMergedCollationKey(prevString, outPrevKey) | getMergedCollationKey(s, outKey)) {1588 key = outKey.value;