Searched defs:shiftUp (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 143 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip, int shiftUp, in buildPoly() 235 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, int shiftUp, in build()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 588 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() method in LongArray 601 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() method in LongArray
|