/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 83 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 147 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 164 public static void copy64(long[] x, int xOff, long[] z, int zOff) in copy64() 191 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 292 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 419 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 515 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 554 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 800 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 940 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() [all …]
|
D | Nat224.java | 38 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add() 92 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 146 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 218 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 239 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 311 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 417 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 524 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 567 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 895 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() [all …]
|
D | Nat256.java | 41 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add() 101 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 161 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 241 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 261 public static void copy64(long[] x, int xOff, long[] z, int zOff) in copy64() 289 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 390 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 531 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 649 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 696 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() [all …]
|
D | Nat.java | 81 public static int addBothTo(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 151 public static int addTo(int len, int[] x, int xOff, int[] z, int zOff) in addTo() 210 public static void cmov(int len, int mask, int[] x, int xOff, int[] z, int zOff) in cmov() 244 public static void copy(int len, int[] x, int xOff, int[] z, int zOff) in copy() 487 public static void mul(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 497 …public static void mul(int[] x, int xOff, int xLen, int[] y, int yOff, int yLen, int[] zz, int zzO… in mul() 520 public static int mulAddTo(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 642 public static int shiftDownBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftDownBit() 693 public static int shiftDownBits(int len, int[] x, int xOff, int bits, int c, int[] z, int zOff) in shiftDownBits() 751 public static int shiftUpBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftUpBit() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat192.java | 87 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 151 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 168 public static void copy64(long[] x, int xOff, long[] z, int zOff) in copy64() 195 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 296 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 423 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 519 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 558 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 804 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 944 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() [all …]
|
D | Nat224.java | 42 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add() 96 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 150 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 222 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 243 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 315 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 421 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 528 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 571 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 899 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() [all …]
|
D | Nat256.java | 45 public static int add(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in add() 105 public static int addBothTo(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 165 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 245 public static void copy(int[] x, int xOff, int[] z, int zOff) in copy() 265 public static void copy64(long[] x, int xOff, long[] z, int zOff) in copy64() 293 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 394 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 535 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 653 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 700 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() [all …]
|
D | Nat.java | 85 public static int addBothTo(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 155 public static int addTo(int len, int[] x, int xOff, int[] z, int zOff) in addTo() 214 public static void cmov(int len, int mask, int[] x, int xOff, int[] z, int zOff) in cmov() 248 public static void copy(int len, int[] x, int xOff, int[] z, int zOff) in copy() 491 public static void mul(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 501 …public static void mul(int[] x, int xOff, int xLen, int[] y, int yOff, int yLen, int[] zz, int zzO… in mul() 524 public static int mulAddTo(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 646 public static int shiftDownBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftDownBit() 697 public static int shiftDownBits(int len, int[] x, int xOff, int bits, int c, int[] z, int zOff) in shiftDownBits() 755 public static int shiftUpBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftUpBit() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 593 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() 606 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 679 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 692 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 723 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add() 731 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add() 739 …private static void addBoth(long[] x, int xOff, long[] y1, int y1Off, long[] y2, int y2Off, int co… in addBoth() 1648 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector() 1740 private static void interleave(long[] x, int xOff, long[] z, int zOff, int count, int width) in interleave() 1759 private static void interleave3(long[] x, int xOff, long[] z, int zOff, int count) in interleave3() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | LongArray.java | 594 private static long shiftUp(long[] x, int xOff, int count, int shift) in shiftUp() 607 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 680 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 693 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 724 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add() 732 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add() 740 …private static void addBoth(long[] x, int xOff, long[] y1, int y1Off, long[] y2, int y2Off, int co… in addBoth() 1649 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector() 1741 private static void interleave(long[] x, int xOff, long[] z, int zOff, int count, int width) in interleave() 1760 private static void interleave3(long[] x, int xOff, long[] z, int zOff, int count) in interleave3() [all …]
|
/external/skia/gm/ |
D | megalooper.cpp | 163 sk_sp<SkDrawLooper> create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper() 206 sk_sp<SkDrawLooper> create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
|
D | anisotropic.cpp | 85 int xOff, yOff; in onDraw() local
|
D | nested.cpp | 94 SkScalar xOff = 2, yOff = 2; in onDraw() local
|
D | simpleaaclip.cpp | 160 int xOff = 0; in onDraw() local
|
/external/skqp/gm/ |
D | megalooper.cpp | 163 sk_sp<SkDrawLooper> create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper() 206 sk_sp<SkDrawLooper> create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
|
D | anisotropic.cpp | 85 int xOff, yOff; in onDraw() local
|
D | nested.cpp | 94 SkScalar xOff = 2, yOff = 2; in onDraw() local
|
/external/skqp/bench/ |
D | RectoriBench.cpp | 74 sk_sp<SkDrawLooper> createLooper(SkScalar xOff, SkScalar sigma) { in createLooper()
|
/external/skia/bench/ |
D | RectoriBench.cpp | 74 sk_sp<SkDrawLooper> createLooper(SkScalar xOff, SkScalar sigma) { in createLooper()
|
/external/skqp/tests/ |
D | FontHostStreamTest.cpp | 41 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
D | DrawTextTest.cpp | 40 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
/external/skia/tests/ |
D | FontHostStreamTest.cpp | 41 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
D | DrawTextTest.cpp | 40 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
/external/skia/tools/ |
D | DDLTileHelper.cpp | 111 for (int x = 0, xOff = 0; x < fNumDivisions; ++x, xOff += xTileSize) { in DDLTileHelper() local
|
/external/skqp/tools/ |
D | DDLTileHelper.cpp | 111 for (int x = 0, xOff = 0; x < fNumDivisions; ++x, xOff += xTileSize) { in DDLTileHelper() local
|