Lines Matching defs:elm
53 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
54 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
55 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
56 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
58 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
59 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
106 #define HT_SET_HASH_(elm, field, hashfn) \ argument
108 #define HT_SET_HASHVAL_(elm, field, val) \ argument
110 #define HT_ELT_HASH_(elm, field, hashfn) \ argument
113 #define HT_SET_HASH_(elm, field, hashfn) \ argument
115 #define HT_ELT_HASH_(elm, field, hashfn) \ argument
117 #define HT_SET_HASHVAL_(elm, field, val) \ argument
122 #define HT_BUCKET_(head, field, elm, hashfn) \ argument
426 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
441 #define HT_FOI_INSERT_(field, head, elm, newent, var) \ argument