Lines Matching defs:us
404 check_time_args(int h, int m, int s, int us) in check_time_args()
460 normalize_d_s_us(int *d, int *s, int *us) in normalize_d_s_us()
693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
754 #define new_delta(d, s, us, normalize) \ argument
1376 int us = DATE_GET_MICROSECOND(dt); in isoformat_time() local
1554 int us; in microseconds_to_delta_ex() local
1941 PyObject *us = NULL; in delta_new() local
2053 int us = GET_TD_MICROSECONDS(self); in delta_str() local
2883 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
3251 int us = TIME_GET_MICROSECOND(self); in time_repr() local
3453 int us = TIME_GET_MICROSECOND(self); in time_replace() local
3743 datetime_from_timet_and_us(PyObject *cls, TM_FUNC f, time_t timet, int us, in datetime_from_timet_and_us()
3789 int us; in datetime_from_timestamp() local
4398 int us = DATE_GET_MICROSECOND(self); in datetime_replace() local
4417 int y, m, d, hh, mm, ss, us; in datetime_astimezone() local
4537 int us = 0; /* microseconds are ignored in a timetuple */ in datetime_utctimetuple() local