Lines Matching refs:z_word_t
89 typedef Z_U8 z_word_t; typedef
93 typedef Z_U4 z_word_t; typedef
115 local z_word_t byte_swap(z_word_t word) in byte_swap()
146 local z_word_t FAR crc_big_table[256];
148 local z_word_t FAR crc_braid_big_table[W][256];
149 local void braid OF((z_crc_t [][256], z_word_t [][256], int, int));
153 local void write_table32hi OF((FILE *, const z_word_t FAR *, int));
154 local void write_table64 OF((FILE *, const z_word_t FAR *, int));
311 z_word_t big[8][256]; in make_crc_table()
457 const z_word_t FAR *table;
477 const z_word_t FAR *table;
504 z_word_t big[][256];
612 z_word_t crc1, crc2;
613 const z_word_t *word;
614 z_word_t val0, val1, val2;
636 word = (z_word_t const *)buf;
710 local z_crc_t crc_word(z_word_t data) in crc_word()
718 local z_word_t crc_word_big(z_word_t data) in crc_word_big()
748 z_word_t const *words; in crc32_z()
761 words = (z_word_t const *)buf; in crc32_z()
772 z_word_t word0; in crc32_z()
775 z_word_t word1; in crc32_z()
778 z_word_t word2; in crc32_z()
781 z_word_t word3; in crc32_z()
784 z_word_t word4; in crc32_z()
787 z_word_t word5; in crc32_z()
899 z_word_t crc0, word0, comb; in crc32_z()
901 z_word_t crc1, word1; in crc32_z()
903 z_word_t crc2, word2; in crc32_z()
905 z_word_t crc3, word3; in crc32_z()
907 z_word_t crc4, word4; in crc32_z()
909 z_word_t crc5, word5; in crc32_z()