nb_bits 295 ompi/mca/topo/treematch/treematch/tm_bucket.c int nb_buckets, nb_bits; nb_bits 307 ompi/mca/topo/treematch/treematch/tm_bucket.c nb_bits = (int)ceil(CmiLog2(nb_buckets)); nb_bits 308 ompi/mca/topo/treematch/treematch/tm_bucket.c nb_buckets = nb_buckets >> (nb_bits-1); nb_bits 309 ompi/mca/topo/treematch/treematch/tm_bucket.c nb_buckets = nb_buckets << (nb_bits-1);