/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() 146 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 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() 884 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 1050 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() [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() 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() 1042 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 1236 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() [all …]
|
D | Nat192.java | 83 public static int addTo(int[] x, int xOff, int[] z, int zOff, int cIn) in addTo() 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() 783 public static void square(int[] x, int xOff, int[] zz, int zzOff) in square() 923 public static int sub(int[] x, int xOff, int[] y, int yOff, int[] z, int zOff) in sub() 995 public static int subFrom(int[] x, int xOff, int[] z, int zOff) in subFrom()
|
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() 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() 579 public static int shiftDownBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftDownBit() 630 public static int shiftDownBits(int len, int[] x, int xOff, int bits, int c, int[] z, int zOff) in shiftDownBits() 688 public static int shiftUpBit(int len, int[] x, int xOff, int c, int[] z, int zOff) in shiftUpBit() 699 public static long shiftUpBit64(int len, long[] x, int xOff, long c, long[] z, int zOff) in shiftUpBit64() 758 public static int shiftUpBits(int len, int[] x, int xOff, int bits, int c, int[] z, int zOff) in shiftUpBits() 770 …public static long shiftUpBits64(int len, long[] x, int xOff, int bits, long c, long[] z, int zOff) in shiftUpBits64() [all …]
|
/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() 601 private static long shiftUp(long[] x, int xOff, long[] z, int zOff, int count, int shift) in shiftUp() 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() 734 …private static void addBoth(long[] x, int xOff, long[] y1, int y1Off, long[] y2, int y2Off, int co… in addBoth() 1643 private static void flipVector(long[] x, int xOff, long[] y, int yOff, int yLen, int bits) in flipVector() 1735 private static void interleave(long[] x, int xOff, long[] z, int zOff, int count, int width) in interleave() 1754 private static void interleave3(long[] x, int xOff, long[] z, int zOff, int count) in interleave3() [all …]
|
/external/skia/gm/ |
D | megalooper.cpp | 164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) { in create1Looper() 208 SkLayerDrawLooper* 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 | 161 int xOff = 0; in onDraw() local
|
/external/skia/bench/ |
D | RectoriBench.cpp | 74 SkLayerDrawLooper* createLooper(SkScalar xOff, SkScalar sigma) { in createLooper()
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 369 for (int xOff = 0; xOff < wh; ++xOff) { in create_2d_kernel() local 378 for (int xOff = 0; xOff < wh; ++xOff) { in create_2d_kernel() local 401 for (int xOff = 0; xOff < wh; ++xOff) { in blur_pixel() local
|
/external/skia/tests/ |
D | DrawTextTest.cpp | 35 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
D | FontHostStreamTest.cpp | 39 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
D | BlurTest.cpp | 75 const int xOff = itest.fLeft - iref.fLeft; in compare() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 21 private int xOff; field in SHA1Digest
|
D | SHA224Digest.java | 28 private int xOff; field in SHA224Digest
|
D | SHA256Digest.java | 28 private int xOff; field in SHA256Digest
|
D | MD5Digest.java | 17 private int xOff; field in MD5Digest
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
D | MSOutlookKeyIdCalculator.java | 172 private int xOff; field in MSOutlookKeyIdCalculator.SHA1Digest
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.cpp | 500 const GLint xOff = rnd.getInt(0, target.getWidth() - width); 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 | 992 GLint xOff = rnd.getInt(0, target.getWidth() - width); in randomViewport() local
|
D | es31fTessellationTests.cpp | 1030 for (int xOff = -((size-1)/2); xOff <= size/2; xOff++) in drawPoint() local
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 12646 UInt xReg[16], xOff[16]; in mk_ldm_stm() local
|