HASH_BLOOM_BITSET  114 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8] |= (1U << ((idx)%8)))
HASH_BLOOM_BITSET  136 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U)))