hi_ffs            143 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_ffs, hi_ffs;
hi_ffs            149 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_ffs = hwloc_ffs(x >> 16);
hi_ffs            150 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (hi_ffs)
hi_ffs            151 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return hi_ffs + 16;
hi_ffs            166 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_ffs, hi_ffs;
hi_ffs            172 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_ffs = hwloc_ffs32(x >> 32);
hi_ffs            173 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (hi_ffs)
hi_ffs            174 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return hi_ffs + 32;