hwloc_flsl        192 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #    define hwloc_flsl(x) (x ? (8*sizeof(long) - __builtin_clzl(x)) : 0)
hwloc_flsl        204 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_flsl(x) flsl(x)
hwloc_flsl        212 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_flsl(x) (x ? (8*sizeof(long) - clzl(x)) : 0)
hwloc_flsl        275 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define hwloc_flsl hwloc_flsl_manual
hwloc_flsl        329 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define hwloc_flsl hwloc_flsl_from_fls32