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

/barrelfish-master/lib/zlib/
H A Dcrc32.c68 local unsigned long gf2_matrix_times OF((unsigned long *mat,
342 local unsigned long gf2_matrix_times(mat, vec) function
366 square[n] = gf2_matrix_times(mat, mat[n]);
404 crc1 = gf2_matrix_times(even, crc1);
414 crc1 = gf2_matrix_times(odd, crc1);

Completed in 29 milliseconds