OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026