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

/external/chromium_org/third_party/zlib/
H A Dcrc32.c68 local unsigned long gf2_matrix_times OF((unsigned long *mat,
344 local unsigned long gf2_matrix_times(mat, vec) function
368 square[n] = gf2_matrix_times(mat, mat[n]);
406 crc1 = gf2_matrix_times(even, crc1);
416 crc1 = gf2_matrix_times(odd, crc1);
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
327 local unsigned long gf2_matrix_times(mat, vec) function
351 square[n] = gf2_matrix_times(mat, mat[n]);
389 crc1 = gf2_matrix_times(even, crc1);
399 crc1 = gf2_matrix_times(odd, crc1);
/external/zlib/src/
H A Dcrc32.c50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
327 local unsigned long gf2_matrix_times(mat, vec) function
351 square[n] = gf2_matrix_times(mat, mat[n]);
389 crc1 = gf2_matrix_times(even, crc1);
399 crc1 = gf2_matrix_times(odd, crc1);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
327 local unsigned long gf2_matrix_times( function
351 square[n] = gf2_matrix_times(mat, mat[n]);
389 crc1 = gf2_matrix_times(even, crc1);
399 crc1 = gf2_matrix_times(odd, crc1);

Completed in 141 milliseconds