Lines Matching refs:temp
1314 MBRPart temp;
1322 temp = partitions[j];
1324 partitions[i] = temp;
1341 MBRPart temp;
1349 temp = partitions[j];
1351 partitions[i] = temp;
1368 MBRPart temp;
1379 temp.Empty();
1380 temp.SetStartLBA(FirstLogicalLBA() - 1);
1381 temp.SetLengthLBA(LastLogicalLBA() - FirstLogicalLBA() + 2);
1382 temp.SetType(0x0f, 1);
1383 temp.SetInclusion(PRIMARY);
1386 partitions[i] = temp;