Searched refs:selections (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h30 SelectionsMap selections; member in class:PBQP::Solution
40 /// \brief Number of nodes for which selections have been made.
41 /// @return Number of nodes for which selections have been made.
42 unsigned numNodes() const { return selections.size(); }
76 selections[nodeId] = selection;
83 SelectionsMap::const_iterator sItr = selections.find(nodeId);
84 assert(sItr != selections.end() && "No selection for node.");
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot542 local vardisk ndisks onoff selections vdev_choice breakout device
663 selections=$( eval $DIALOG \
676 f_dialog_data_sanitize selections
678 ZFSBOOT_DISKS="$selections"
1468 # First, validate the user's selections

Completed in 64 milliseconds