Searched refs:SECS_PER_HOUR (Results 1 – 3 of 3) sorted by relevance
32 const SECS_PER_HOUR: i64 = 3600; constant91 let secs = hours.checked_mul(SECS_PER_HOUR).expect("Duration::hours ouf of bounds"); in hours()153 self.num_seconds() / SECS_PER_HOUR in num_hours()
16 let secs = hours.checked_mul(SECS_PER_HOUR) in hours()55 const SECS_PER_HOUR: i64 = 3600; constant
1166 #define SECS_PER_HOUR (MINS_PER_HOUR * SECS_PER_MIN) macro1167 #define SECS_PER_DAY (HOURS_PER_DAY * SECS_PER_HOUR)1910 secs = (num % HOURS_PER_DAY) * SECS_PER_HOUR; in xmlSchemaValidateDuration()4098 ((double)((dt->value.date.hour * SECS_PER_HOUR) + \4137 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()4155 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()4182 p1 = xmlSchemaDateNormalize(x, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()4200 p2 = xmlSchemaDateNormalize(x, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()