Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSHA1Impl.java176 int nBytes; in updateHash() local
229 nBytes = toByte - i +1; in updateHash()
230 if ( nBytes != 0 ) { in updateHash()
234 if ( nBytes != 1 ) { in updateHash()
236 if ( nBytes != 2) { in updateHash()
/libcore/ojluni/src/main/native/
Djvm.h1215 JVM_Recv(jint fd, char *buf, jint nBytes, jint flags);
1218 JVM_Send(jint fd, char *buf, jint nBytes, jint flags);
1236 JVM_RecvFrom(jint fd, char *buf, int nBytes,