num_buckets        89 ompi/mca/topo/treematch/treematch/uthash.h      HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt);   \
num_buckets       137 ompi/mca/topo/treematch/treematch/uthash.h   (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS;                        \
num_buckets       169 ompi/mca/topo/treematch/treematch/uthash.h  HASH_FCN(keyptr,keylen_in, (head)->hh.tbl->num_buckets,                         \
num_buckets       200 ompi/mca/topo/treematch/treematch/uthash.h                     (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
num_buckets       222 ompi/mca/topo/treematch/treematch/uthash.h         HASH_TO_BKT( _hd_hh_del->hashv, (head)->hh.tbl->num_buckets, _hd_bkt);   \
num_buckets       259 ompi/mca/topo/treematch/treematch/uthash.h         for( _bkt_i = 0; _bkt_i < (head)->hh.tbl->num_buckets; _bkt_i++) {       \
num_buckets       644 ompi/mca/topo/treematch/treematch/uthash.h              2 * tbl->num_buckets * sizeof(struct UT_hash_bucket));              \
num_buckets       647 ompi/mca/topo/treematch/treematch/uthash.h             2 * tbl->num_buckets * sizeof(struct UT_hash_bucket));               \
num_buckets       650 ompi/mca/topo/treematch/treematch/uthash.h        ((tbl->num_items & ((tbl->num_buckets*2)-1)) ? 1 : 0);                    \
num_buckets       652 ompi/mca/topo/treematch/treematch/uthash.h     for(_he_bkt_i = 0; _he_bkt_i < tbl->num_buckets; _he_bkt_i++)                \
num_buckets       657 ompi/mca/topo/treematch/treematch/uthash.h            HASH_TO_BKT( _he_thh->hashv, tbl->num_buckets*2, _he_bkt);            \
num_buckets       672 ompi/mca/topo/treematch/treematch/uthash.h     uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
num_buckets       673 ompi/mca/topo/treematch/treematch/uthash.h     tbl->num_buckets *= 2;                                                       \
num_buckets       781 ompi/mca/topo/treematch/treematch/uthash.h     for(_src_bkt=0; _src_bkt < (src)->hh_src.tbl->num_buckets; _src_bkt++) {     \
num_buckets       800 ompi/mca/topo/treematch/treematch/uthash.h             HASH_TO_BKT(_dst_hh->hashv, _dst_hh->tbl->num_buckets, _dst_bkt);    \
num_buckets       816 ompi/mca/topo/treematch/treematch/uthash.h                 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket));      \
num_buckets       863 ompi/mca/topo/treematch/treematch/uthash.h    unsigned num_buckets, log2_num_buckets;
num_buckets        53 opal/mca/allocator/bucket/allocator_bucket.c     for (int i = 0 ; i < bucket->num_buckets ; ++i) {
num_buckets        40 opal/mca/allocator/bucket/allocator_bucket_alloc.c     int num_buckets,
num_buckets        48 opal/mca/allocator/bucket/allocator_bucket_alloc.c     if(num_buckets <= 0) {
num_buckets        49 opal/mca/allocator/bucket/allocator_bucket_alloc.c         num_buckets = 30;
num_buckets        52 opal/mca/allocator/bucket/allocator_bucket_alloc.c     size = sizeof(mca_allocator_bucket_bucket_t) * num_buckets;
num_buckets        57 opal/mca/allocator/bucket/allocator_bucket_alloc.c     for(i = 0; i < num_buckets; i++) {
num_buckets        62 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mem_options->num_buckets = num_buckets;
num_buckets       301 opal/mca/allocator/bucket/allocator_bucket_alloc.c     for(i = 0; i < mem_options->num_buckets; i++) {
num_buckets        96 opal/mca/allocator/bucket/allocator_bucket_alloc.h     int num_buckets;                         /**< the number of buckets */
num_buckets       121 opal/mca/allocator/bucket/allocator_bucket_alloc.h                                        int num_buckets,
num_buckets       111 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h      HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt);   \
num_buckets       160 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   (head)->hh.tbl->num_buckets = HASH_INITIAL_NUM_BUCKETS;                        \
num_buckets       202 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  HASH_FCN(keyptr,keylen_in, (head)->hh.tbl->num_buckets,                         \
num_buckets       232 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h                     (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
num_buckets       255 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h         HASH_TO_BKT( _hd_hh_del->hashv, (head)->hh.tbl->num_buckets, _hd_bkt);   \
num_buckets       298 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h         for( _bkt_i = 0; _bkt_i < (head)->hh.tbl->num_buckets; _bkt_i++) {       \
num_buckets       690 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h              2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket));            \
num_buckets       693 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h             2UL * tbl->num_buckets * sizeof(struct UT_hash_bucket));             \
num_buckets       696 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h        (((tbl->num_items & ((tbl->num_buckets*2U)-1U)) != 0U) ? 1U : 0U);        \
num_buckets       698 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     for(_he_bkt_i = 0; _he_bkt_i < tbl->num_buckets; _he_bkt_i++)                \
num_buckets       703 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h            HASH_TO_BKT( _he_thh->hashv, tbl->num_buckets*2U, _he_bkt);           \
num_buckets       718 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \
num_buckets       719 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     tbl->num_buckets *= 2U;                                                      \
num_buckets       835 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     for(_src_bkt=0; _src_bkt < (src)->hh_src.tbl->num_buckets; _src_bkt++) {     \
num_buckets       854 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h             HASH_TO_BKT(_dst_hh->hashv, _dst_hh->tbl->num_buckets, _dst_bkt);    \
num_buckets       870 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h                 (head)->hh.tbl->num_buckets*sizeof(struct UT_hash_bucket));      \
num_buckets       880 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h           ((head)->hh.tbl->num_buckets * sizeof(UT_hash_bucket))   +             \
num_buckets       924 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h    unsigned num_buckets, log2_num_buckets;