Home | History | Annotate | Download | only in Modules

Lines Matching refs:us_per_ms

1478 static PyObject *us_per_ms = NULL;      /* 1000 */

1972 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us);
4903 us_per_ms = PyInt_FromLong(1000);
4907 if (us_per_us == NULL || us_per_ms == NULL || us_per_second == NULL ||