odd               378 lib/zlib/crc32.c     unsigned long odd[GF2_DIM];     /* odd-power-of-two zeros operator */
odd               385 lib/zlib/crc32.c     odd[0] = 0xedb88320L;           /* CRC-32 polynomial */
odd               388 lib/zlib/crc32.c         odd[n] = row;
odd               393 lib/zlib/crc32.c     gf2_matrix_square(even, odd);
odd               396 lib/zlib/crc32.c     gf2_matrix_square(odd, even);
odd               402 lib/zlib/crc32.c         gf2_matrix_square(even, odd);
odd               412 lib/zlib/crc32.c         gf2_matrix_square(odd, even);
odd               414 lib/zlib/crc32.c             crc1 = gf2_matrix_times(odd, crc1);