Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c68 local unsigned long gf2_matrix_times OF((unsigned long *mat,
342 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times() function
366 square[n] = gf2_matrix_times(mat, mat[n]);
404 crc1 = gf2_matrix_times(even, crc1);
414 crc1 = gf2_matrix_times(odd, crc1);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dcrc32.c48 local unsigned long gf2_matrix_times OF((unsigned long *mat,
344 local unsigned long gf2_matrix_times(mat, vec) in gf2_matrix_times() function
368 square[n] = gf2_matrix_times(mat, mat[n]);
406 crc1 = gf2_matrix_times(even, crc1);
416 crc1 = gf2_matrix_times(odd, crc1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcrc32.c50 local unsigned long gf2_matrix_times OF((unsigned long *mat,
327 local unsigned long gf2_matrix_times(mat, vec) in 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);