Searched refs:roundup (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DPKCS12PBECipherCore.java80 int c = roundup(n, u) / u;
82 int s = roundup(salt.length, v);
83 int p = roundup(passwd.length, v);
136 private static int roundup(int x, int y) { method in class:PKCS12PBECipherCore
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java391 roundup(){ method in class:FormattedFloatingDecimal
422 // Unlike roundup(), this method does not modify digits. It also
954 if ( (digits[nDigits-1]&1) != 0 ) roundup();
956 roundup();
959 roundup();
H A DFloatingDecimal.java383 roundup(){ method in class:FloatingDecimal
877 if ( (digits[nDigits-1]&1) != 0 ) roundup();
879 roundup();
882 roundup();
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DDkCrypto.java135 int plainSize = roundup(confounder.length + len, blockSize);
392 int roundup(int n, int blocksize) { method in class:DkCrypto
H A DArcFourCrypto.java275 int plainSize = roundup(confounder.length + len, 1);

Completed in 299 milliseconds