Searched refs:HASH_SRT (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/intel/ |
H A D | uthash.h | 842 * HASH_SRT was added to allow the hash handle name to be passed in. */ 843 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) 844 #define HASH_SRT(hh,head,cmpfcn) \ macro
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 887 * HASH_SRT was added to allow the hash handle name to be passed in. */ 888 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) 889 #define HASH_SRT(hh,head,cmpfcn) \ macro 969 HASH_FSCK(hh, head, "HASH_SRT"); \
|
Completed in 5 milliseconds