/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
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() 228 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 300 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 406 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 513 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 556 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 647 public static int mulWordAddTo(int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo() 1050 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
|
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() 269 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 370 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 511 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 629 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 676 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 777 public static int mulWordAddTo(int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo() 1236 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
|
D | Nat192.java | 174 public static boolean diff(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in diff() 275 public static boolean gte(int[] x, int xOff, int[] y, int yOff) in gte() 402 public static void mul(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 498 public static int mulAddTo(int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 537 public static long mul33Add(int w, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in mul33Add() 923 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub()
|
D | Nat.java | 81 public static int addBothTo(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in addBothTo() 434 public static void mul(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mul() 457 public static int mulAddTo(int len, int[] x, int xOff, int[] y, int yOff, int[] zz, int zzOff) in mulAddTo() 499 public static int mulWord(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWord() 513 public static int mulWordAddTo(int len, int x, int[] y, int yOff, int[] z, int zOff) in mulWordAddTo() 871 public static int sub(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() 941 public static int subBothFrom(int len, int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in subBothFrom()
|
/external/skia/gm/ |
D | anisotropic.cpp | 70 int yOff; in onDraw() local 85 int xOff, yOff; in onDraw() local
|
D | megalooper.cpp | 164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper() 208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) { in create4Looper()
|
D | nested.cpp | 94 SkScalar xOff = 2, yOff = 2; in onDraw() local
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 368 for (int yOff = 0; yOff < wh; ++yOff) { in create_2d_kernel() local 377 for (int yOff = 0; yOff < wh; ++yOff) { in create_2d_kernel() local 392 for (int yOff = 0; yOff < wh; ++yOff) { in blur_pixel() local
|
/external/skia/tests/ |
D | DrawTextTest.cpp | 36 const int yOff = itest.fTop - iref.fTop; in compare() local
|
D | FontHostStreamTest.cpp | 40 const int yOff = itest.fTop - iref.fTop; in compare() local
|
D | BlurTest.cpp | 76 const int yOff = itest.fTop - iref.fTop; in compare() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | LongArray.java | 674 private static long addShiftedUp(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedUp() 687 private static long addShiftedDown(long[] x, int xOff, long[] y, int yOff, int count, int shift) in addShiftedDown() 718 private static void add(long[] x, int xOff, long[] y, int yOff, int count) in add() 726 private static void add(long[] x, int xOff, long[] y, int yOff, long[] z, int zOff, int count) in add() 1643 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
D | GCMUtil.java | 326 public static void xor(byte[] x, byte[] y, int yOff, int yLen) in xor()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 502 const GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport() local
|
D | glsLongStressCase.cpp | 560 void Texture::setSubData (const ConstPixelBufferAccess& src, const int xOff, const int yOff, const … in setSubData() argument
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 994 GLint yOff = rnd.getInt(0, target.getHeight() - height); in randomViewport() local
|
D | es31fTessellationTests.cpp | 1029 for (int yOff = -((size-1)/2); yOff <= size/2; yOff++) in drawPoint() local
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |