pol               197 opal/mca/hwloc/hwloc-internal.h #define OPAL_GET_BINDING_POLICY(pol) \
pol               198 opal/mca/hwloc/hwloc-internal.h     ((pol) & 0x0fff)
pol               199 opal/mca/hwloc/hwloc-internal.h #define OPAL_SET_BINDING_POLICY(target, pol) \
pol               200 opal/mca/hwloc/hwloc-internal.h     (target) = (pol) | (((target) & 0xf000) | OPAL_BIND_GIVEN)
pol               201 opal/mca/hwloc/hwloc-internal.h #define OPAL_SET_DEFAULT_BINDING_POLICY(target, pol)            \
pol               204 opal/mca/hwloc/hwloc-internal.h             (target) = (pol) | (((target) & 0xf000) |           \
pol               210 opal/mca/hwloc/hwloc-internal.h #define OPAL_BINDING_POLICY_IS_SET(pol) \
pol               211 opal/mca/hwloc/hwloc-internal.h     ((pol) & 0x4000)
pol                98 orte/mca/rmaps/rmaps_types.h #define ORTE_SET_MAPPING_DIRECTIVE(target, pol) \
pol                99 orte/mca/rmaps/rmaps_types.h     (target) |= (pol)
pol               100 orte/mca/rmaps/rmaps_types.h #define ORTE_UNSET_MAPPING_DIRECTIVE(target, pol) \
pol               101 orte/mca/rmaps/rmaps_types.h     (target) &= ~(pol)
pol               102 orte/mca/rmaps/rmaps_types.h #define ORTE_GET_MAPPING_DIRECTIVE(pol) \
pol               103 orte/mca/rmaps/rmaps_types.h     ((pol) & 0xff00)
pol               136 orte/mca/rmaps/rmaps_types.h #define ORTE_GET_MAPPING_POLICY(pol) \
pol               137 orte/mca/rmaps/rmaps_types.h     ((pol) & 0x00ff)
pol               139 orte/mca/rmaps/rmaps_types.h #define ORTE_MAPPING_POLICY_IS_SET(pol) \
pol               140 orte/mca/rmaps/rmaps_types.h     ((pol) & 0x00ff)
pol               141 orte/mca/rmaps/rmaps_types.h #define ORTE_SET_MAPPING_POLICY(target, pol)     \
pol               142 orte/mca/rmaps/rmaps_types.h     (target) = (pol) | ((target) & 0xff00)
pol               148 orte/mca/rmaps/rmaps_types.h #define ORTE_SET_RANKING_DIRECTIVE(target, pol) \
pol               149 orte/mca/rmaps/rmaps_types.h     (target) |= (pol)
pol               150 orte/mca/rmaps/rmaps_types.h #define ORTE_UNSET_RANKING_DIRECTIVE(target, pol) \
pol               151 orte/mca/rmaps/rmaps_types.h     (target) &= ~(pol)
pol               152 orte/mca/rmaps/rmaps_types.h #define ORTE_GET_RANKING_DIRECTIVE(pol) \
pol               153 orte/mca/rmaps/rmaps_types.h     ((pol) & 0xf000)
pol               166 orte/mca/rmaps/rmaps_types.h #define ORTE_GET_RANKING_POLICY(pol) \
pol               167 orte/mca/rmaps/rmaps_types.h     ((pol) & 0x0fff)
pol               169 orte/mca/rmaps/rmaps_types.h #define ORTE_RANKING_POLICY_IS_SET(pol) \
pol               170 orte/mca/rmaps/rmaps_types.h     ((pol) & 0x0fff)
pol               171 orte/mca/rmaps/rmaps_types.h #define ORTE_SET_RANKING_POLICY(target, pol)     \
pol               172 orte/mca/rmaps/rmaps_types.h     (target) = (pol) | ((target) & 0xf000)