Home | History | Annotate | Download | only in target-i386

Lines Matching refs:crc1

1989 target_ulong helper_crc32(uint32_t crc1, target_ulong msg, uint32_t len)
1992 (TARGET_LONG_BITS - len))) ^ crc1;