Lines Matching refs:crc_value
2084 crc_value = binascii.crc32(ab_data_no_crc) & 0xffffffff2085 ab_data = ab_data_no_crc + struct.pack('!I', crc_value)