Searched defs:T_MAXTESTS (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/tests/
H A Dt_api.c67 #define T_MAXTESTS 256 /*% must be 0 mod 8 */ macro
79 static char T_tvec[T_MAXTESTS / 8];
84 static testspec_t T_testlist[T_MAXTESTS];
161 if ((tnum > 0) && (tnum < T_MAXTESTS)) {
842 for (tnum = 0; tnum < T_MAXTESTS - 1; pts++, tnum++) {

Completed in 8 milliseconds