Searched refs:mt2 (Results 1 - 6 of 6) sorted by relevance

/external/toybox/toys/posix/
H A Ddf.c216 struct mtab_list *mt2, *mt3; local
223 for (mt2 = mt->prev; mt2; mt2 = mt2->prev) {
224 if (mt->stat.st_dev == mt2->stat.st_dev) {
226 if (!strcmp(mt->device, mt2->device)) {
228 mt3 = mt2;
229 } else mt2->stat.st_dev = 0;
/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.c801 struct xtables_rule_match *mt2)
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
800 compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2) argument
/external/syslinux/com32/lua/src/
H A Dlvm.c209 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, argument
214 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
215 tm2 = fasttm(L, mt2, event);
/external/v8/benchmarks/
H A Dcrypto.js562 this.mt2 = 2*m.t;
585 while(x.t <= this.mt2) // pad x so am has enough room later
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 176 milliseconds