Searched refs:findptr (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/libucl/uthash/ |
| H A D | uthash.h | 265 #define HASH_FIND_PTR(head,findptr,out) \ argument 266 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|
| /src/contrib/elftoolchain/common/ |
| H A D | uthash.h | 251 #define HASH_FIND_PTR(head,findptr,out) \ argument 252 HASH_FIND(hh,head,findptr,sizeof(void *),out)
|