Searched refs:findint (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/intel/ |
H A D | uthash.h | 380 #define HASH_FIND_INT(head,findint,out) \ 381 HASH_FIND(hh,head,findint,sizeof(int),out)
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 496 #define HASH_FIND_INT(head,findint,out) \ 497 HASH_FIND(hh,head,findint,sizeof(int),out)
|
Completed in 5 milliseconds