ancestor          376 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t ancestor = obj;
ancestor          379 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   while (ancestor && ancestor->depth > depth)
ancestor          380 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     ancestor = ancestor->parent;
ancestor          381 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return ancestor;
ancestor          390 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   hwloc_obj_t ancestor = obj->parent;
ancestor          391 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   while (ancestor && ancestor->type != type)
ancestor          392 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     ancestor = ancestor->parent;
ancestor          393 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return ancestor;