Home
last modified time | relevance | path

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

/third_party/mtdev/test/
Dmtdev-kernel.c124 int eslot, i, j; in main() local
131 eslot = atoi(argv[1]) + 1; in main()
132 if (eslot > SLOT_CNT) { in main()
139 for (i = 0; i < eslot; i++) { in main()
140 for (j = 0; j < eslot; j++) { in main()
148 printf("static const int match_index[][%d] = {\n", eslot); in main()
149 for (i = 0; i < eslot; i++) { in main()
151 for (j = 0; j < eslot; j++) in main()
152 printf(" %d%s", ix[i][j], j < eslot - 1 ? "," : ""); in main()
/third_party/mtdev/
DChangeLog139 eslot = atoi(argv[1]) + 1;