Lines Matching defs:ms1
176 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1,
259 int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2,
4101 int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1,
4109 // 1. Assert: y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2,
4119 // 3. Let timeDifference be ! DifferenceTime(h1, min1, s1, ms1, mus1, ns1, h2,
4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2);
4580 int32_t s1, int32_t ms1, int32_t mus1,
4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2
4594 // 5. Let milliseconds be ms2 − ms1.
4595 dur.milliseconds = ms2 - ms1;