calculate_crc
uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
uint32 calculate_crc(uint32 crc, uint8* data, uint16 length);
uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
uint32 hash = calculate_crc((uint32)~1, (uint8*)name, strlen(name));
uint32 checksum = calculate_crc((uint32)~1,
uint16 checksum = calculate_crc(0xffff, fSuperBlock.uuid,
checksum = calculate_crc(checksum, (uint8*)&number, sizeof(number));
checksum = calculate_crc(checksum, (uint8*)group, offset);
checksum = calculate_crc(checksum, (uint8*)group + offsetExt4,
uint16 calculate_crc(uint16 crc, uint8 *data, uint16 length);
calculate_crc(reinterpret_cast<uint8*>(this)+sizeof(descriptor_tag),
uint16 _crc = calculate_crc(reinterpret_cast<uint8*>(this)
uint16 crc = calculate_crc(reinterpret_cast<uint8*>(this)
uint16 calculate_crc(uint8 *data, uint16 length);