/third_party/boost/libs/date_time/test/posix_time/ |
D | testlocal_adjustor.cpp | 19 date dst_start(2002,Apr, 7); in main() local 58 ptime l_not_dst(dst_start, time_duration(1,59,59)); //2002-Apr-07 01:59:59 in main() 61 ptime u_not_dst(dst_start, time_duration(6,59,59)); in main() 64 ptime l_in_dst(dst_start, hours(3)); //2002-Apr-07 03:00:00 1st sec of dst in main() 67 ptime u_in_dst(dst_start, hours(7)); in main() 161 check("dst start", lta::local_dst_start_day(2002) == dst_start); in main() 163 check("dst boundary", lta::is_dst_boundary_day(dst_start)); in main()
|
D | testdst_rules.cpp | 59 date dst_start(2002,Apr, 7); in main() local 62 ptime t3a(dst_start, time_duration(2,0,0)); //invalid time label in main() 63 ptime t3b(dst_start, time_duration(2,59,59)); //invalid time label in main() 64 ptime t4(dst_start, time_duration(1,59,59)); //not ds in main() 65 ptime t5(dst_start, time_duration(3,0,0)); //always dst in main() 71 check("dst start", us_dst_local::local_dst_start_day(2002) == dst_start); in main() 73 check("dst boundary", us_dst_local::is_dst_boundary_day(dst_start)); in main() 194 check("dst start", us_dst_calc2::local_dst_start_day(2002) == dst_start); in main() 197 check("dst boundary", us_dst_calc2::is_dst_boundary_day(dst_start)); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | mvcdec.c | 61 uint8_t *dst_start, int width, int height, int linesize) in decode_mvc1() argument 93 dst = dst_start + (y + row) * linesize + x * 2; \ in decode_mvc1() 121 dst = dst_start + (y + row) * linesize + x * 4; \ 134 uint8_t *dst_start, int width, int height, in decode_mvc2() argument 163 dst_start += (height - 1) * linesize; in decode_mvc2() 173 set_4x4_block(dst_start + y * linesize + x * 4, linesize, in decode_mvc2() 183 set_4x4_block(dst_start + y * linesize + x * 4, linesize, in decode_mvc2() 192 set_4x4_block(dst_start + y * linesize + x * 4, linesize, in decode_mvc2()
|
D | pcxenc.c | 62 const uint8_t *dst_start = dst; in pcx_rle_encode() local 95 return dst - dst_start; in pcx_rle_encode()
|
D | midivid.c | 156 uint8_t *dst_start = dst; in lzss_uncompress() local 170 dst - offset < dst_start) in lzss_uncompress() 187 return dst - dst_start; in lzss_uncompress()
|
D | dsicinvideo.c | 134 unsigned char *dst_end = dst + dst_size, *dst_start = dst; in cin_decode_lzss() local 146 if ((int)(dst - dst_start) < offset + 1) in cin_decode_lzss()
|
D | eatgv.c | 78 uint8_t *dst_start = dst; in unpack() local 132 if (dst - dst_start < offset) in unpack()
|
D | videotoolboxenc.c | 1571 uint8_t* dst_start; in copy_emulation_prev() local 1584 dst_start = dst; in copy_emulation_prev() 1606 wrote_bytes = dst - dst_start; in copy_emulation_prev()
|
D | g2meet.c | 227 uint8_t *dst_start = dst; in jpg_unescape() local 237 *dst_size = dst - dst_start; in jpg_unescape()
|
/third_party/boost/boost/date_time/ |
D | dst_rules.hpp | 228 date_type dst_start = local_dst_start_day(y); in local_is_dst() local 231 dst_start, in local_is_dst() 296 date_type dst_start = local_dst_start_day(y); in local_is_dst() local 299 dst_start,dst_start_offset_minutes, in local_is_dst()
|
D | dst_transition_generators.hpp | 44 day_calc_dst_rule(start_rule dst_start, in day_calc_dst_rule() argument 46 dst_start_(dst_start), in day_calc_dst_rule()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 322 ImU32* dst_start = (ImU32*)ImGui::MemAlloc((size_t)width * height * bytes_per_pixel); in ImGui_ImplDX9_CreateFontsTexture() local 323 …for (ImU32* src = (ImU32*)pixels, *dst = dst_start, *dst_end = dst_start + (size_t)width * height;… in ImGui_ImplDX9_CreateFontsTexture() 325 pixels = (unsigned char*)dst_start; in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 117 PosixTransition dst_start; member
|
D | time_zone_posix.cc | 150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
|
D | time_zone_info.cc | 371 auto dst_trans_off = TransOffset(leap_year, jan1_weekday, posix.dst_start); in ExtendTransitions()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 117 PosixTransition dst_start; member
|
D | time_zone_posix.cc | 150 p = ParseDateTime(p, &res->dst_start); in ParsePosixSpec()
|
D | time_zone_info.cc | 372 auto dst_trans_off = TransOffset(leap_year, jan1_weekday, posix.dst_start); in ExtendTransitions()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 837 GstFormat dst_format, gint64 * dst_start, gint64 * dst_stop) in gst_dvdemux_convert_src_pair() argument 844 src_format, src_start, dst_format, dst_start))) { in gst_dvdemux_convert_src_pair() 847 GST_INFO ("Finished conversion of start: %" G_GINT64_FORMAT, *dst_start); in gst_dvdemux_convert_src_pair() 865 GstFormat dst_format, gint64 * dst_start, gint64 * dst_stop) in gst_dvdemux_convert_sink_pair() argument 872 src_format, src_start, dst_format, dst_start))) { in gst_dvdemux_convert_sink_pair() 875 GST_INFO ("Finished conversion of start: %" G_GINT64_FORMAT, *dst_start); in gst_dvdemux_convert_sink_pair() 895 GstFormat dst_format, gint64 * dst_start, gint64 * dst_stop) in gst_dvdemux_convert_src_to_sink() argument 903 src_format, src_start, src_stop, conv, dst_start, dst_stop))) { in gst_dvdemux_convert_src_to_sink() 909 conv, *dst_start, *dst_stop, dst_format, dst_start, dst_stop))) { in gst_dvdemux_convert_src_to_sink()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecenc.c | 173 guint * dst_start, guint * dst_end) in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters() argument 205 *dst_start = start; in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters()
|