Lines Matching defs:GET_TD_SECONDS
117 #define GET_TD_SECONDS(o) (((PyDateTime_Delta *)(o))->seconds)
1194 GET_TD_SECONDS(offset) == 0 &&
1266 GET_TD_SECONDS(offset) == 0 &&
1491 seconds = GET_TD_SECONDS(offset);
1864 x1 = PyLong_FromLong(GET_TD_SECONDS(self)); /* seconds */
2164 int seconds = GET_TD_SECONDS(left) + GET_TD_SECONDS(right);
2179 -GET_TD_SECONDS(self),
2191 GET_TD_SECONDS(self),
2202 assert(GET_TD_SECONDS(self) >= 0);
2223 int seconds = GET_TD_SECONDS(left) - GET_TD_SECONDS(right);
2239 diff = GET_TD_SECONDS(self) - GET_TD_SECONDS(other);
2625 || GET_TD_SECONDS(self) != 0
2648 if (GET_TD_SECONDS(self) != 0) {
2650 GET_TD_SECONDS(self)));
2682 int seconds = GET_TD_SECONDS(self);
2714 GET_TD_SECONDS(self),
3992 GET_TD_SECONDS(self->offset) == 0 &&
4009 seconds = GET_TD_SECONDS(offset);
4508 GET_TD_SECONDS(offset1);
4513 GET_TD_SECONDS(offset2);
5576 int second = DATE_GET_SECOND(date) + GET_TD_SECONDS(delta) * factor;
5953 diff = GET_TD_SECONDS(delta) |