Home
last modified time | relevance | path

Searched refs:us_per_ms (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c1727 static PyObject *us_per_ms = NULL; /* 1000 */ variable
2456 y = accum("milliseconds", x, ms, us_per_ms, &leftover_us); in delta_new()
6672 us_per_ms = PyLong_FromLong(1000); in _datetime_exec()
6676 if (us_per_ms == NULL || us_per_second == NULL || in _datetime_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2721 Modules/_datetimemodule.c - us_per_ms -