hwloc_flsl        139 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1);
hwloc_flsl       1330 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i;
hwloc_flsl       1349 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 			return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i;
hwloc_flsl        283 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     legacy_max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1);