odd 377 lib/libz/crc32.c unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ odd 384 lib/libz/crc32.c odd[0] = 0xedb88320L; /* CRC-32 polynomial */ odd 387 lib/libz/crc32.c odd[n] = row; odd 392 lib/libz/crc32.c gf2_matrix_square(even, odd); odd 395 lib/libz/crc32.c gf2_matrix_square(odd, even); odd 401 lib/libz/crc32.c gf2_matrix_square(even, odd); odd 411 lib/libz/crc32.c gf2_matrix_square(odd, even); odd 413 lib/libz/crc32.c crc1 = gf2_matrix_times(odd, crc1);