Searched refs:findptr (Results 1 – 3 of 3) sorted by relevance
/external/mksh/src/ |
D | lalloc.c | 36 static struct lalloc_common *findptr(struct lalloc_common **, char *, Area *); 100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr() function 149 pp = findptr(&lp, ptr, ap); in aresize() 173 pp = findptr(&lp, ptr, ap); in afree()
|
/external/fastrpc/inc/ |
D | uthash.h | 255 #define HASH_FIND_PTR(head,findptr,out) \ argument 256 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
/external/libdrm/intel/ |
D | uthash.h | 386 #define HASH_FIND_PTR(head,findptr,out) \ argument 387 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|