Lines Matching refs:z_word_t

91      typedef Z_U8 z_word_t;  typedef
95 typedef Z_U4 z_word_t; typedef
113 local z_word_t byte_swap(z_word_t word) { in byte_swap()
196 local z_word_t FAR crc_big_table[256];
198 local z_word_t FAR crc_braid_big_table[W][256];
199 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
203 local void write_table32hi(FILE *, const z_word_t FAR *, int);
204 local void write_table64(FILE *, const z_word_t FAR *, int);
350 z_word_t big[8][256]; in make_crc_table()
490 local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) { in write_table32hi()
506 local void write_table64(FILE *out, const z_word_t FAR *table, int k) { in write_table64()
528 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { in braid()
578 z_word_t crc1, crc2; in crc32_z()
579 const z_word_t *word; in crc32_z()
580 z_word_t val0, val1, val2; in crc32_z()
602 word = (z_word_t const *)buf; in crc32_z()
676 local z_crc_t crc_word(z_word_t data) { in crc_word()
683 local z_word_t crc_word_big(z_word_t data) { in crc_word_big()
711 z_word_t const *words; in crc32_z()
724 words = (z_word_t const *)buf; in crc32_z()
735 z_word_t word0; in crc32_z()
738 z_word_t word1; in crc32_z()
741 z_word_t word2; in crc32_z()
744 z_word_t word3; in crc32_z()
747 z_word_t word4; in crc32_z()
750 z_word_t word5; in crc32_z()
862 z_word_t crc0, word0, comb; in crc32_z()
864 z_word_t crc1, word1; in crc32_z()
866 z_word_t crc2, word2; in crc32_z()
868 z_word_t crc3, word3; in crc32_z()
870 z_word_t crc4, word4; in crc32_z()
872 z_word_t crc5, word5; in crc32_z()