Searched defs:hashfn (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | ht-internal.h | 101 #define _HT_SET_HASH(elm, field, hashfn) \ argument 105 #define _HT_ELT_HASH(elm, field, hashfn) \ argument 108 #define _HT_SET_HASH(elm, field, hashfn) \ argument 110 #define _HT_ELT_HASH(elm, field, hashfn) \ argument 117 #define _HT_BUCKET(head, field, elm, hashfn) \ argument 125 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 296 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 422 #define _HT_FIND_OR_INSERT(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|