hi_fls            290 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_fls, hi_fls;
hi_fls            292 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_fls = hwloc_fls(x >> 16);
hi_fls            293 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (hi_fls)
hi_fls            294 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return hi_fls + 16;
hi_fls            313 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_fls, hi_fls;
hi_fls            315 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_fls = hwloc_fls32(x >> 32);
hi_fls            316 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (hi_fls)
hi_fls            317 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return hi_fls + 32;