mat                68 lib/zlib/crc32.c local unsigned long gf2_matrix_times OF((unsigned long *mat,
mat                70 lib/zlib/crc32.c local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
mat               342 lib/zlib/crc32.c local unsigned long gf2_matrix_times(mat, vec)
mat               343 lib/zlib/crc32.c     unsigned long *mat;
mat               351 lib/zlib/crc32.c             sum ^= *mat;
mat               353 lib/zlib/crc32.c         mat++;
mat               359 lib/zlib/crc32.c local void gf2_matrix_square(square, mat)
mat               361 lib/zlib/crc32.c     unsigned long *mat;
mat               366 lib/zlib/crc32.c         square[n] = gf2_matrix_times(mat, mat[n]);