Home
last modified time | relevance | path

Searched refs:crc_word (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/lib/zlib/
Dcrc32.c676 local z_crc_t crc_word(z_word_t data) { in crc_word() function
841 crc = crc_word(crc0 ^ words[0]); in crc32_z()
843 crc = crc_word(crc1 ^ words[1] ^ crc); in crc32_z()
845 crc = crc_word(crc2 ^ words[2] ^ crc); in crc32_z()
847 crc = crc_word(crc3 ^ words[3] ^ crc); in crc32_z()
849 crc = crc_word(crc4 ^ words[4] ^ crc); in crc32_z()
851 crc = crc_word(crc5 ^ words[5] ^ crc); in crc32_z()