Searched defs:hashfn (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ht-internal.h | 105 #define HT_SET_HASH_(elm, field, hashfn) \ argument 109 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 112 #define HT_SET_HASH_(elm, field, hashfn) \ argument 114 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 121 #define HT_BUCKET_(head, field, elm, hashfn) \ argument 129 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 425 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|
/freebsd/contrib/libevent/ |
H A D | ht-internal.h | 105 #define HT_SET_HASH_(elm, field, hashfn) \ argument 109 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 112 #define HT_SET_HASH_(elm, field, hashfn) \ argument 114 #define HT_ELT_HASH_(elm, field, hashfn) \ argument 121 #define HT_BUCKET_(head, field, elm, hashfn) \ argument 129 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ argument 300 #define HT_GENERATE(name, type, field, hashfn, eqfn, load, mallocfn, \ argument 425 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
|