/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
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() 163 public static int addTo(int len, int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 235 public static void cmov(int len, int mask, int[] x, int xOff, int[] z, int zOff) in cmov() 271 public static int compare(int len, int[] x, int xOff, int[] y, int yOff) in compare() 297 public static void copy(int len, int[] x, int xOff, int[] z, int zOff) in copy() 314 public static void copy64(int len, long[] x, int xOff, long[] z, int zOff) in copy64() 342 … public static int csub(int len, int mask, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in csub() 414 public static boolean diff(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 451 public static int equalTo(int len, int[] x, int xOff, int y) in equalTo() [all …]
|
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() 294 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() 518 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 | 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() 312 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 418 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 526 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 570 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 898 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() 392 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 533 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 652 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 …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
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() 167 public static int addTo(int len, int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 239 public static void cmov(int len, int mask, int[] x, int xOff, int[] z, int zOff) in cmov() 275 public static int compare(int len, int[] x, int xOff, int[] y, int yOff) in compare() 301 public static void copy(int len, int[] x, int xOff, int[] z, int zOff) in copy() 318 public static void copy64(int len, long[] x, int xOff, long[] z, int zOff) in copy64() 346 … public static int csub(int len, int mask, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in csub() 418 public static boolean diff(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 455 public static int equalTo(int len, int[] x, int xOff, int y) in equalTo() [all …]
|
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() 298 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 425 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 522 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 562 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 808 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 948 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() 316 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 422 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 530 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 574 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 902 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() 396 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 537 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 656 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 704 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
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() 167 public static int addTo(int len, int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 239 public static void cmov(int len, int mask, int[] x, int xOff, int[] z, int zOff) in cmov() 275 public static int compare(int len, int[] x, int xOff, int[] y, int yOff) in compare() 301 public static void copy(int len, int[] x, int xOff, int[] z, int zOff) in copy() 318 public static void copy64(int len, long[] x, int xOff, long[] z, int zOff) in copy64() 346 … public static int csub(int len, int mask, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in csub() 418 public static boolean diff(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 455 public static int equalTo(int len, int[] x, int xOff, int y) in equalTo() [all …]
|
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() 298 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 425 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 522 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 562 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 808 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 948 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() 316 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 422 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 530 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 574 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 902 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() 396 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 537 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 656 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 704 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() [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/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/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/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/skia/tests/ |
D | FontHostStreamTest.cpp | 45 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
D | DrawTextTest.cpp | 43 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
/external/skia/gm/ |
D | nested.cpp | 102 SkScalar xOff = 2, yOff = 2; in onDraw() local
|
D | simpleaaclip.cpp | 170 int xOff = 0; in onDraw() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 23 private int xOff; field in SHA1Digest
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 21 private int xOff; field in SHA1Digest
|
D | MD4Digest.java | 21 private int xOff; field in MD4Digest
|
D | SHA256Digest.java | 28 private int xOff; field in SHA256Digest
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 23 private int xOff; field in SHA1Digest
|
D | SHA256Digest.java | 30 private int xOff; field in SHA256Digest
|