Searched refs:sizeOfParts (Results 1 – 1 of 1) sorted by relevance
1091 uint32_t sizeOfParts, newCRC; in LoadPartitionTable() local1106 sizeOfParts = header.numParts * header.sizeOfPartitionEntries; in LoadPartitionTable()1107 if (disk.Read(partitions, sizeOfParts) != (int) sizeOfParts) { in LoadPartitionTable()1111 newCRC = chksum_crc32((unsigned char*) partitions, sizeOfParts); in LoadPartitionTable()1134 uint32_t sizeOfParts, newCRC; in CheckTable() local1144 sizeOfParts = header->numParts * header->sizeOfPartitionEntries; in CheckTable()1149 if (myDisk.Read(partsToCheck, sizeOfParts) != (int) sizeOfParts) { in CheckTable()1152 newCRC = chksum_crc32((unsigned char*) partsToCheck, sizeOfParts); in CheckTable()