Searched refs:blksize (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/ |
H A D | BlockCipherParamsCore.java | 52 BlockCipherParamsCore(int blksize) { argument 53 block_size = blksize;
|
H A D | AESWrapCipher.java | 53 private static final int blksize = AESConstants.AES_BLOCK_SIZE; field in class:AESWrapCipher 111 return blksize; 393 byte[] buffer = new byte[blksize]; 448 byte[] buffer = new byte[blksize];
|
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | jquant1.c | 282 int i,j,k, nci, blksize, blkdist, ptr, val; local 303 /* blksize is number of adjacent repeated entries for a component */ 310 blksize = blkdist / nci; 315 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) { 316 /* fill in blksize entries beginning at ptr */ 317 for (k = 0; k < blksize; k++) 321 blkdist = blksize; /* blksize of this color is blkdist of next */ 341 int i,j,k, nci, blksize, val, pad; local 361 /* blksize i [all...] |
Completed in 44 milliseconds