low_ffs           143 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_ffs, hi_ffs;
low_ffs           145 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_ffs = hwloc_ffs(x & 0xfffful);
low_ffs           146 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (low_ffs)
low_ffs           147 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return low_ffs;
low_ffs           166 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	int low_ffs, hi_ffs;
low_ffs           168 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_ffs = hwloc_ffs32(x & 0xfffffffful);
low_ffs           169 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (low_ffs)
low_ffs           170 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		return low_ffs;