CvHeapElem         74 modules/photo/src/inpaint.cpp     struct CvHeapElem* prev;
CvHeapElem         75 modules/photo/src/inpaint.cpp     struct CvHeapElem* next;
CvHeapElem         77 modules/photo/src/inpaint.cpp CvHeapElem;
CvHeapElem         83 modules/photo/src/inpaint.cpp     CvHeapElem *mem,*empty,*head,*tail;
CvHeapElem         96 modules/photo/src/inpaint.cpp         mem = (CvHeapElem*)cvAlloc((num+2)*sizeof(CvHeapElem));
CvHeapElem        132 modules/photo/src/inpaint.cpp         CvHeapElem *tmp=empty,*add=empty;
CvHeapElem        155 modules/photo/src/inpaint.cpp         CvHeapElem *tmp=head->next;
CvHeapElem        172 modules/photo/src/inpaint.cpp         CvHeapElem *tmp=head->next;