dst_count 360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c unsigned dst_count = *dst_countp; dst_count 367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c unsigned alloccount = (dst_count + src_count + (OBJECT_INFO_ALLOC-1)) & ~(OBJECT_INFO_ALLOC-1); dst_count 368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (dst_count != alloccount) { dst_count 375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c for(i=0; i<src_count; i++, dst_count++) { dst_count 376 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c dst_infos[dst_count].name = src_infos[i].name; dst_count 377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c dst_infos[dst_count].value = src_infos[i].value; dst_count 380 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c *dst_countp = dst_count;