Lines Matching refs:z_word_t
91 typedef Z_U8 z_word_t; typedef
95 typedef Z_U4 z_word_t; typedef
117 local z_word_t byte_swap(word) in byte_swap()
118 z_word_t word; in byte_swap()
149 local z_word_t FAR crc_big_table[256];
151 local z_word_t FAR crc_braid_big_table[W][256];
152 local void braid OF((z_crc_t [][256], z_word_t [][256], int, int));
156 local void write_table32hi OF((FILE *, const z_word_t FAR *, int));
157 local void write_table64 OF((FILE *, const z_word_t FAR *, int));
314 z_word_t big[8][256]; in make_crc_table()
460 const z_word_t FAR *table;
480 const z_word_t FAR *table;
507 z_word_t big[][256];
619 z_word_t crc1, crc2;
620 const z_word_t *word;
621 z_word_t val0, val1, val2;
643 word = (z_word_t const *)buf;
718 z_word_t data; in crc_word()
726 local z_word_t crc_word_big(data) in crc_word_big()
727 z_word_t data; in crc_word_big()
759 z_word_t const *words;
772 words = (z_word_t const *)buf;
783 z_word_t word0;
786 z_word_t word1;
789 z_word_t word2;
792 z_word_t word3;
795 z_word_t word4;
798 z_word_t word5;
910 z_word_t crc0, word0, comb;
912 z_word_t crc1, word1;
914 z_word_t crc2, word2;
916 z_word_t crc3, word3;
918 z_word_t crc4, word4;
920 z_word_t crc5, word5;