hwloc_fls 194 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h # define hwloc_fls(x) (x ? (8*sizeof(int) - __builtin_clz(x)) : 0) hwloc_fls 220 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h # define hwloc_fls(x) fls(x) hwloc_fls 229 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h # define hwloc_fls(x) (x ? (8*sizeof(int) - clz(x)) : 0)