nbits 87 ompi/mca/coll/base/coll_base_util.c unsigned int ompi_mirror_perm(unsigned int x, int nbits) nbits 94 ompi/mca/coll/base/coll_base_util.c return x >> (sizeof(x) * CHAR_BIT - nbits); nbits 79 ompi/mca/coll/base/coll_base_util.h unsigned int ompi_mirror_perm(unsigned int x, int nbits); nbits 53 oshmem/mca/memheap/buddy/memheap_buddy.c static inline void bitmap_zero(unsigned long *dst, unsigned long nbits) nbits 55 oshmem/mca/memheap/buddy/memheap_buddy.c unsigned long len = BITS_TO_LONGS(nbits) * sizeof(unsigned long);