Searched refs:mt1 (Results 1 - 4 of 4) sorted by relevance

/external/iptables/iptables/
H A Dnft-shared.h174 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
H A Dnft-shared.c800 bool compare_matches(struct xtables_rule_match *mt1, argument
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
/external/skia/third_party/lua/src/
H A Dlvm.c186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, argument
188 const TValue *tm1 = fasttm(L, mt1, event);
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
/external/syslinux/com32/lua/src/
H A Dlvm.c209 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, argument
211 const TValue *tm1 = fasttm(L, mt1, event);
214 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */

Completed in 102 milliseconds