intfield 237 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_ADD_INT(head,intfield,add) \ intfield 238 ompi/mca/topo/treematch/treematch/uthash.h HASH_ADD(hh,head,intfield,sizeof(int),add) intfield 272 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_ADD_INT(head,intfield,add) \ intfield 273 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_ADD(hh,head,intfield,sizeof(int),add) intfield 274 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE_INT(head,intfield,add,replaced) \ intfield 275 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced)