Searched refs:arg1 (Results 1 - 25 of 32) sorted by relevance

12

/libcore/luni/src/main/native/
H A Dcbigint.cpp113 simpleAddHighPrecision (uint64_t * arg1, int32_t length, uint64_t arg2) argument
118 *arg1 += arg2;
119 if (arg2 <= *arg1)
124 while (++arg1[index] == 0 && ++index < length) {
131 addHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument
133 /* addition is limited by length of arg1 as it this function is
134 * storing the result in arg1 */
155 temp1 = arg1[index];
158 arg1[index] = temp3 + carry;
159 if (arg2[index] < arg1[inde
177 subtractHighPrecision(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument
195 simpleMultiplyHighPrecision(uint64_t* arg1, int32_t length, uint64_t arg2) argument
218 simpleMultiplyAddHighPrecision(uint64_t * arg1, int32_t length, uint64_t arg2, uint32_t * result) argument
255 simpleMultiplyAddHighPrecisionBigEndianFix(uint64_t* arg1, int32_t length, uint64_t arg2, uint32_t* result) argument
280 multiplyHighPrecision(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2, uint64_t * result, int32_t length) argument
316 simpleAppendDecimalDigitHighPrecision(uint64_t * arg1, int32_t length, uint64_t digit) argument
339 simpleShiftLeftHighPrecision(uint64_t * arg1, int32_t length, int32_t arg2) argument
542 compareHighPrecision(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument
826 simpleMultiplyHighPrecision64(uint64_t * arg1, int32_t length, uint64_t arg2) argument
[all...]
H A Dcbigint.h88 void multiplyHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2,
90 uint32_t simpleAppendDecimalDigitHighPrecision(uint64_t* arg1, int32_t length, uint64_t digit);
93 int32_t compareHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
95 void subtractHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
97 int32_t addHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
102 void simpleShiftLeftHighPrecision(uint64_t* arg1, int32_t length, int32_t arg2);
104 int32_t simpleAddHighPrecision(uint64_t* arg1, int32_t length, uint64_t arg2);
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyMessageDigest2.java63 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
H A DMyMessageDigest1.java75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java50 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { argument
59 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { argument
68 public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, UnknownHostException { argument
77 public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException { argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DMockSocketChannel.java57 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
65 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
H A DMockDatagramChannel.java53 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException { argument
61 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
69 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DX509ExtendedKeyManagerTest.java43 public String chooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2) { argument
51 public String chooseServerAlias(String arg0, Principal[] arg1, Socket arg2) { argument
67 public String[] getClientAliases(String arg0, Principal[] arg1) { argument
83 public String[] getServerAliases(String arg0, Principal[] arg1) { argument
H A DSSLServerSocketFactoryTest.java50 public ServerSocket createServerSocket(int arg0, int arg1) argument
56 public ServerSocket createServerSocket(int arg0, int arg1, argument
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketImplFactoryTest.java129 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
137 protected void connect(String arg0, int arg1) throws IOException { argument
141 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
145 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
174 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DOldDatagramSocketImplFactoryTest.java134 protected void bind(int arg0, InetAddress arg1) throws SocketException { argument
161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
202 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DOldServerSocketTest.java343 protected void connect(String arg0, int arg1) throws IOException { argument
346 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
349 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
352 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
379 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DSocketTest.java153 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { }
155 @Override protected void connect(String arg0, int arg1) throws IOException { }
156 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { }
157 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { }
H A DOldDatagramSocketTest.java1071 protected void bind(int arg0, InetAddress arg1) throws SocketException {}
1090 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {}
1091 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {}
1093 public void setOption(int arg0, Object arg1) throws SocketException {}
2025 protected void bind(int arg0, InetAddress arg1) throws SocketException { argument
2061 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
2073 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
2119 public void setOption(int arg0, Object arg1) throws SocketException { argument
/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { argument
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore3Test.java212 public Key engineGetKey(String arg0, char[] arg1) argument
225 public void engineLoad(InputStream arg0, char[] arg1) argument
231 public void engineSetCertificateEntry(String arg0, Certificate arg1) argument
236 public void engineSetKeyEntry(String arg0, byte[] arg1, argument
241 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, argument
254 public void engineStore(OutputStream arg0, char[] arg1) argument
H A DMessageDigest1Test.java87 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
89 assertEquals("offset", offset, arg1);
178 public int engineDigest(byte[] arg0, int arg1, int arg2) {
180 assertEquals("offset", offset, arg1);
H A DMessageDigestSpiTest.java196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DCharsetEncoderTest.java91 public MockCharsetEncoderForHarmony491(Charset arg0, float arg1, argument
93 super(arg0, arg1, arg2);
96 protected CoderResult encodeLoop(CharBuffer arg0, ByteBuffer arg1) { argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DMockAbstractSelector.java48 protected SelectionKey register(AbstractSelectableChannel arg0, int arg1, argument
/libcore/luni/src/main/java/java/security/
H A DSignature.java622 protected void engineUpdate(byte[] arg0, int arg1, int arg2) argument
624 spiImpl.engineUpdate(arg0, arg1, arg2);
650 protected void engineSetParameter(String arg0, Object arg1) argument
652 spiImpl.engineSetParameter(arg0, arg1);
H A DMessageDigest.java416 protected void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
417 spiImpl.engineUpdate(arg0, arg1, arg2);
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DDalvikExecTest.java37 String execDalvik1(String classpath, String mainClass, String arg1) argument
55 if (arg1 != null) {
56 builder.command().add(arg1);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyFactoryTest.java435 protected Mock_SecretKeyFactory(SecretKeyFactorySpi arg0, Provider arg1, String arg2) { argument
436 super(arg0, arg1, arg2);
H A DKeyAgreementTest.java581 protected Mock_KeyAgreement(KeyAgreementSpi arg0, Provider arg1, String arg2) { argument
582 super(arg0, arg1, arg2);

Completed in 522 milliseconds

12