Searched refs:sizeOfParts (Results 1 – 1 of 1) sorted by relevance
1060 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local1075 sizeOfParts = header.numParts * header.sizeOfPartitionEntries; in LoadPartitionTable()1076 if (disk.Read(partitions, sizeOfParts) != (int) sizeOfParts) { in LoadPartitionTable()1080 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()1103 uint32_t sizeOfParts, newCRC; in CheckTable() local1113 sizeOfParts = header->numParts * header->sizeOfPartitionEntries; in CheckTable()1118 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()1121 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()