Searched refs:total_test (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dptydata.c690 static long total_test = 0; variable in typeref:typename:long
888 total_test++;
898 total_test--;
948 total_test++;
991 if (total_test) {
994 total_test,
995 (100.0 * (double) total_errs) / (double) total_test);
H A Dwcwidth.c853 static long total_test = 0; variable in typeref:typename:long
912 ++total_test;
950 if (total_test) {
953 total_test,
954 (100.0 * (double) total_errs) / (double) total_test);

Completed in 4 milliseconds