Searched refs:crc_word (Results 1 – 1 of 1) sorted by relevance
710 local z_crc_t crc_word(z_word_t data) in crc_word() function878 crc = crc_word(crc0 ^ words[0]); in crc32_z()880 crc = crc_word(crc1 ^ words[1] ^ crc); in crc32_z()882 crc = crc_word(crc2 ^ words[2] ^ crc); in crc32_z()884 crc = crc_word(crc3 ^ words[3] ^ crc); in crc32_z()886 crc = crc_word(crc4 ^ words[4] ^ crc); in crc32_z()888 crc = crc_word(crc5 ^ words[5] ^ crc); in crc32_z()