HomeSort by: relevance | last modified time | path
    Searched defs:msec_loops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
screen.c 119 static long msec_loops; variable
948 msec_loops = 0;
950 msec_loops++;
954 msec_loops *= CLOCKS_PER_SEC;
955 msec_loops /= 1000;
967 for (i = 0; i < msec_loops; i++)
screen.c 119 static long msec_loops; variable
948 msec_loops = 0;
950 msec_loops++;
954 msec_loops *= CLOCKS_PER_SEC;
955 msec_loops /= 1000;
967 for (i = 0; i < msec_loops; i++)

Completed in 46 milliseconds