el                824 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_ITER(hh,head,el,tmp)                                                \
el                825 ompi/mca/topo/treematch/treematch/uthash.h for((el)=(head), (*(char**)(&(tmp)))=(char*)((head)?(head)->hh.next:NULL);       \
el                826 ompi/mca/topo/treematch/treematch/uthash.h   el; (el)=(tmp),(*(char**)(&(tmp)))=(char*)((tmp)?(tmp)->hh.next:NULL)) 
el                828 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_ITER(hh,head,el,tmp)                                                \
el                829 ompi/mca/topo/treematch/treematch/uthash.h for((el)=(head),(tmp)=DECLTYPE(el)((head)?(head)->hh.next:NULL);                 \
el                830 ompi/mca/topo/treematch/treematch/uthash.h   el; (el)=(tmp),(tmp)=DECLTYPE(el)((tmp)?(tmp)->hh.next:NULL))
el                885 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_ITER(hh,head,el,tmp)                                                \
el                886 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h for(((el)=(head)), ((*(char**)(&(tmp)))=(char*)((head!=NULL)?(head)->hh.next:NULL)); \
el                887 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   (el) != NULL; ((el)=(tmp)), ((*(char**)(&(tmp)))=(char*)((tmp!=NULL)?(tmp)->hh.next:NULL)))
el                889 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_ITER(hh,head,el,tmp)                                                \
el                890 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h for(((el)=(head)), ((tmp)=DECLTYPE(el)((head!=NULL)?(head)->hh.next:NULL));      \
el                891 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   (el) != NULL; ((el)=(tmp)), ((tmp)=DECLTYPE(el)((tmp!=NULL)?(tmp)->hh.next:NULL)))