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

/darwin-on-arm/xnu/libkern/zlib/
H A Dcrc32.c95 local unsigned long gf2_matrix_times OF((unsigned long *mat,
369 local unsigned long gf2_matrix_times(mat, vec) function
393 square[n] = gf2_matrix_times(mat, mat[n]);
431 crc1 = gf2_matrix_times(even, crc1);
441 crc1 = gf2_matrix_times(odd, crc1);

Completed in 10 milliseconds