Searched refs:o_type (Results 1 – 1 of 1) sorted by relevance
102 # define DECLARE_LHASH_HASH_FN(name, o_type) \ argument104 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument106 const o_type *a = arg; \111 # define DECLARE_LHASH_COMP_FN(name, o_type) \ argument113 # define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument115 const o_type *a = arg1; \116 const o_type *b = arg2; \121 # define DECLARE_LHASH_DOALL_FN(name, o_type) \ argument123 # define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ argument125 o_type *a = arg; \[all …]