Lines Matching defs:elm
49 #define HT_FIND(name, head, elm) name##_HT_FIND((head), (elm)) argument
50 #define HT_INSERT(name, head, elm) name##_HT_INSERT((head), (elm)) argument
51 #define HT_REPLACE(name, head, elm) name##_HT_REPLACE((head), (elm)) argument
52 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) argument
54 #define HT_NEXT(name, head, elm) name##_HT_NEXT((head), (elm)) argument
55 #define HT_NEXT_RMV(name, head, elm) name##_HT_NEXT_RMV((head), (elm)) argument
102 #define _HT_SET_HASH(elm, field, hashfn) \ argument
104 #define _HT_SET_HASHVAL(elm, field, val) \ argument
106 #define _HT_ELT_HASH(elm, field, hashfn) \ argument
109 #define _HT_SET_HASH(elm, field, hashfn) \ argument
111 #define _HT_ELT_HASH(elm, field, hashfn) \ argument
113 #define _HT_SET_HASHVAL(elm, field, val) \ argument
118 #define _HT_BUCKET(head, field, elm, hashfn) \ argument
423 #define _HT_FIND_OR_INSERT(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
438 #define _HT_FOI_INSERT(field, head, elm, newent, var) \ argument