Home
last modified time | relevance | path

Searched refs:gf2_matrix_square (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/crc32fast/src/
Dcombine.rs16 fn gf2_matrix_square(square: &mut [u32; GF2_DIM], mat: &[u32; GF2_DIM]) { in gf2_matrix_square() function
41 gf2_matrix_square(&mut even, &odd); in combine()
44 gf2_matrix_square(&mut odd, &even); in combine()
50 gf2_matrix_square(&mut even, &odd); in combine()
62 gf2_matrix_square(&mut odd, &even); in combine()
/external/rust/crates/libz-sys/src/zlib-ng/tools/
Dmakecrct.c15 static void gf2_matrix_square(uint32_t *square, const uint32_t *mat);
22 static void gf2_matrix_square(uint32_t *square, const uint32_t *mat) { in gf2_matrix_square() function
101 gf2_matrix_square(crc_comb[k + 1], crc_comb[k]); in make_crc_table()
102 gf2_matrix_square(crc_comb[k + 2], crc_comb[k + 1]); in make_crc_table()
103 gf2_matrix_square(crc_comb[0], crc_comb[k + 2]); in make_crc_table()
110 gf2_matrix_square(crc_comb[n], crc_comb[n - 1]); in make_crc_table()
/external/rust/crates/libz-sys/src/zlib/
Dcrc32.c50 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
361 local void gf2_matrix_square(square, mat) in gf2_matrix_square() function
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
414 gf2_matrix_square(odd, even);
/external/libwebsockets/win32port/zlib/
Dcrc32.c70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
359 local void gf2_matrix_square(square, mat) in gf2_matrix_square() function
393 gf2_matrix_square(even, odd);
396 gf2_matrix_square(odd, even);
402 gf2_matrix_square(even, odd);
412 gf2_matrix_square(odd, even);
/external/python/cpython2/Modules/zlib/
Dcrc32.c50 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
361 local void gf2_matrix_square(square, mat) in gf2_matrix_square() function
395 gf2_matrix_square(even, odd);
398 gf2_matrix_square(odd, even);
404 gf2_matrix_square(even, odd);
414 gf2_matrix_square(odd, even);
/external/angle/third_party/zlib/
Dcrc32.c56 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
415 local void gf2_matrix_square(square, mat) in gf2_matrix_square() function
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
458 gf2_matrix_square(even, odd);
468 gf2_matrix_square(odd, even);
/external/zlib/
Dcrc32.c56 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
415 local void gf2_matrix_square(square, mat) in gf2_matrix_square() function
449 gf2_matrix_square(even, odd);
452 gf2_matrix_square(odd, even);
458 gf2_matrix_square(even, odd);
468 gf2_matrix_square(odd, even);