numcaches         200 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   unsigned numcaches;
numcaches         231 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache));
numcaches         236 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   cachenum = infos->numcaches++;
numcaches         368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   infos->numcaches = 0;
numcaches         379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     assert(!infos->numcaches);
numcaches         421 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       infos->numcaches++;
numcaches         424 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache));
numcaches         465 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c      infos->numcaches = 0;
numcaches         500 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     unsigned oldnumcaches = infos->numcaches; /* in case we got caches above */
numcaches         514 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       infos->numcaches++;
numcaches         527 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     tmpcaches = realloc(infos->cache, infos->numcaches * sizeof(*infos->cache));
numcaches         629 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   for (cachenum = 0; cachenum < infos->numcaches; cachenum++) {
numcaches         942 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     for (j = 0; j < infos[i].numcaches; j++)
numcaches         964 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	for (l = 0; l < infos[i].numcaches; l++) {
numcaches         968 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	if (l == infos[i].numcaches) {
numcaches         993 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	    for (l2 = 0; l2 < infos[j].numcaches; l2++) {
numcaches         997 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	    if (l2 == infos[j].numcaches) {