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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzcrc32.c92 local unsigned long gf2_matrix_times OF((unsigned long *mat,
366 local unsigned long gf2_matrix_times(mat, vec) function
390 square[n] = gf2_matrix_times(mat, mat[n]);
428 crc1 = gf2_matrix_times(even, crc1);
438 crc1 = gf2_matrix_times(odd, crc1);

Completed in 21 milliseconds