Searched defs:uPartitions (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp1494 uint32_t uPartitions = 0; local
1507 uPartitions |= RT_BIT(u32);
1531 if ( uPartitions & RT_BIT(partitions.aPartitions[i].uIndex)
1542 uPartitions &= ~RT_BIT(partitions.aPartitions[i].uIndex);
1627 if (uPartitions & RT_BIT(partitions.aPartitions[i].uIndex))

Completed in 51 milliseconds