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

/vbox/src/libs/zlib-1.2.6/
H A Dcrc32.c72 local unsigned long gf2_matrix_times OF((unsigned long *mat,
349 local unsigned long gf2_matrix_times(mat, vec) function
373 square[n] = gf2_matrix_times(mat, mat[n]);
411 crc1 = gf2_matrix_times(even, crc1);
421 crc1 = gf2_matrix_times(odd, crc1);

Completed in 42 milliseconds