Searched refs:calculate_crc (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCRCTable.h9 uint32 calculate_crc(uint32 crc, uint8* data, uint16 length);
H A DAttribute.cpp150 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
H A DDirectoryIterator.cpp121 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
H A DCRCTable.cpp72 calculate_crc(uint32 crc, uint8* data, uint16 length) function
H A DInode.cpp471 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, nameLength);
532 uint32 hash = calculate_crc((uint32)~1, (uint8*)name, strlen(name));
H A DVolume.cpp505 uint32 checksum = calculate_crc((uint32)~1,
/haiku/src/add-ons/kernel/file_systems/shared/
H A DCRCTable.h13 uint16 calculate_crc(uint16 crc, uint8 *data, uint16 length);
H A DCRCTable.cpp61 calculate_crc(uint16 crc, uint8 *data, uint16 length) function
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.h16 uint16 calculate_crc(uint8 *data, uint16 length);
H A DUtils.cpp34 calculate_crc(uint8 *data, uint16 length) function
H A DUdfStructures.cpp555 calculate_crc(reinterpret_cast<uint8*>(this)+sizeof(descriptor_tag),
575 uint16 _crc = calculate_crc(reinterpret_cast<uint8*>(this)
H A DUdfStructures.h618 uint16 crc = calculate_crc(reinterpret_cast<uint8*>(this)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp463 uint16 checksum = calculate_crc(0xffff, fSuperBlock.uuid,
465 checksum = calculate_crc(checksum, (uint8*)&number, sizeof(number));
466 checksum = calculate_crc(checksum, (uint8*)group, offset);
468 checksum = calculate_crc(checksum, (uint8*)group + offsetExt4,

Completed in 153 milliseconds