otherids          198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned *otherids;
otherids          587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       infos->otherids = malloc(level * sizeof(*infos->otherids));
otherids          588 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       if (infos->otherids) {
otherids          603 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	infos->otherids[level] = UINT_MAX;
otherids          615 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	  infos->otherids[level] = apic_id >> apic_shift;
otherids          857 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     if (infos[one].otherids) {
otherids          859 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	if (infos[one].otherids[level] != UINT_MAX) {
otherids          865 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	    unsigned unknownid = infos[i].otherids[level];
otherids          869 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	      if (infos[j].otherids[level] == unknownid) {
otherids         1278 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       free(infos[i].otherids);