Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dhandler_tracking.ipp46 microseconds = static_cast<uint64_t>(now.total_microseconds() % 1000000);
/external/python/cpython2/Modules/
Ddatetimemodule.c2104 PyObject *total_microseconds; in delta_total_seconds() local
2107 total_microseconds = delta_to_microseconds((PyDateTime_Delta *)self); in delta_total_seconds()
2108 if (total_microseconds == NULL) in delta_total_seconds()
2113 Py_DECREF(total_microseconds); in delta_total_seconds()
2117 total_seconds = PyNumber_TrueDivide(total_microseconds, one_million); in delta_total_seconds()
2119 Py_DECREF(total_microseconds); in delta_total_seconds()