Home
last modified time | relevance | path

Searched refs:mt2 (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
Ddf.c216 struct mtab_list *mt2, *mt3; in df_main() local
223 for (mt2 = mt->prev; mt2; mt2 = mt2->prev) { in df_main()
224 if (mt->stat.st_dev == mt2->stat.st_dev) { in df_main()
226 if (!strcmp(mt->device, mt2->device)) { in df_main()
228 mt3 = mt2; in df_main()
229 } else mt2->stat.st_dev = 0; in df_main()
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js460 this.mt2 = 2*m.t;
482 while(x.t <= this.mt2) // pad x so am has enough room later