Lines Matching defs:tp
432 _PyTime_FromNanosecondsObject(_PyTime_t *tp, PyObject *obj) in _PyTime_FromNanosecondsObject()
459 pytime_fromtimespec(_PyTime_t *tp, struct timespec *ts, int raise_exc) in pytime_fromtimespec()
482 _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts) in _PyTime_FromTimespec()
491 pytime_fromtimeval(_PyTime_t *tp, struct timeval *tv, int raise_exc) in pytime_fromtimeval()
513 _PyTime_FromTimeval(_PyTime_t *tp, struct timeval *tv) in _PyTime_FromTimeval()
521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round, in pytime_from_double()
545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, in pytime_from_object()
581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
863 py_get_system_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_system_clock()
1046 py_get_monotonic_clock(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_monotonic_clock()
1184 _PyTime_GetMonotonicClockWithInfo(_PyTime_t *tp, _Py_clock_info_t *info) in _PyTime_GetMonotonicClockWithInfo()
1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_win_perf_counter()