Searched refs:sizeOfParts (Results 1 – 1 of 1) sorted by relevance
947 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local959 sizeOfParts = header.numParts * header.sizeOfPartitionEntries; in LoadPartitionTable()960 if (disk.Read(partitions, sizeOfParts) != (int) sizeOfParts) { in LoadPartitionTable()964 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()987 uint32_t sizeOfParts, newCRC; in CheckTable() local997 sizeOfParts = header->numParts * header->sizeOfPartitionEntries; in CheckTable()1002 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()1005 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()