Home | History | Annotate | Download | only in test

Lines Matching refs:_msec

28     : _msec(0),
40 _msec = 0;
47 _msec += 10;
53 _msec++;
59 _msec += 100;
72 (double) _sec + (double) _msec / 1000.);
81 ms = _msec;
87 if (_msec >= 1000) {
88 n = _msec / 1000;
89 _msec -= (1000 * n);