fls               217 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h extern int fls(int) __hwloc_attribute_const;
fls               220 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_fls(x) fls(x)