/third_party/ffmpeg/libavformat/ |
H A D | stldec.c | 56 int hh1, mm1, ss1, ms1; in get_pts() local 61 &hh1, &mm1, &ss1, &ms1, in get_pts() 63 int64_t start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in get_pts()
|
H A D | assenc.c | 162 int hh1, mm1, ss1, ms1; in write_packet() local 184 ss1 = (int)(start / 100) % 60; ms1 = (int)(start % 100); in write_packet() 186 if (hh1 > 9) hh1 = 9, mm1 = 59, ss1 = 59, ms1 = 99; in write_packet() 191 layer, hh1, mm1, ss1, ms1, hh2, mm2, ss2, ms2, p); in write_packet()
|
H A D | assdec.c | 57 int hh1, mm1, ss1, ms1; in read_dialogue() local 61 &hh1, &mm1, &ss1, &ms1, in read_dialogue() 71 *start = (hh1*3600LL + mm1*60LL + ss1) * 100LL + ms1; in read_dialogue()
|
H A D | subviewerdec.c | 65 int hh1, mm1, ss1, ms1; in read_ts() local 71 &hh1, &mm1, &ss1, &ms1p1, &ms1, &ms1p2, &hh2, &mm2, &ss2, &ms2p1, &ms2, &ms2p2) == 8) { in read_ts() 78 *start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1 * multiplier1; in read_ts()
|
H A D | srtdec.c | 74 int hh1, mm1, ss1, ms1; in get_event_info() local 82 &hh1, &mm1, &ss1, &ms1, in get_event_info() 85 const int64_t start = (hh1*3600LL + mm1*60LL + ss1) * 1000LL + ms1; in get_event_info()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 455 static const uint8_t ms1[1][2] = { { 0x8, 0x8 } }; in nv50_context_get_sample_position() local 479 case 1: ptr = ms1; break; in nv50_context_get_sample_position()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_deblock_10bit.asm | 159 %define ms1 [rsp+mmsize] 185 LUMA_DEBLOCK_ONE m1, m0, ms1 195 psubw m6, ms1 214 %define ms1 [rsp+mmsize] 273 LUMA_DEBLOCK_ONE m1, m0, ms1 283 psubw m6, ms1
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_context.c | 595 static const uint8_t ms1[1][2] = { { 0x8, 0x8 } }; in nvc0_get_sample_locations() local 619 case 1: ptr = ms1; break; in nvc0_get_sample_locations()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 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, in DifferenceISODateTime() 4109 // 1. Assert: y1, mon1, d1, h1, min1, s1, ms1, mus1, ns1, y2, mon2, d2, h2, in DifferenceISODateTime() 4119 // 3. Let timeDifference be ! DifferenceTime(h1, min1, s1, ms1, mus1, ns1, h2, in DifferenceISODateTime() 4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2); in DifferenceISODateTime() 4580 int32_t s1, int32_t ms1, int32_t mus1, in DifferenceTime() 4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2 in DifferenceTime() 4594 // 5. Let milliseconds be ms2 − ms1. in DifferenceTime() 4595 dur.milliseconds = ms2 - ms1; in DifferenceTime() 4099 DifferenceISODateTime( Isolate* isolate, int32_t y1, int32_t mon1, int32_t d1, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t y2, int32_t mon2, int32_t d2, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, Unit largest_unit, Handle<Object> options_obj, const char* method_name) DifferenceISODateTime() argument 4579 DifferenceTime(Isolate* isolate, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2) DifferenceTime() argument [all...] |