Searched refs:eslot (Results 1 – 2 of 2) sorted by relevance
124 int eslot, i, j; in main() local131 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()
139 eslot = atoi(argv[1]) + 1;