/third_party/qrcodegen/c/ |
D | qrcodegen-test.c | 821 struct qrcodegen_Segment seg = qrcodegen_makeBytes(NULL, 0, NULL); in testMakeBytes() local 830 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 1, buf); in testMakeBytes() local 839 struct qrcodegen_Segment seg = qrcodegen_makeBytes(data, 3, buf); in testMakeBytes() local 852 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("", NULL); in testMakeNumeric() local 860 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("9", buf); in testMakeNumeric() local 868 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("81", buf); in testMakeNumeric() local 876 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("673", buf); in testMakeNumeric() local 885 struct qrcodegen_Segment seg = qrcodegen_makeNumeric("3141592653", buf); in testMakeNumeric() local 900 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("", NULL); in testMakeAlphanumeric() local 908 struct qrcodegen_Segment seg = qrcodegen_makeAlphanumeric("A", buf); in testMakeAlphanumeric() local [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | g711.c | 98 short seg; in st_13linear2alaw() local 139 int16_t seg; in st_alaw2linear16() local 200 int16_t seg; in st_14linear2ulaw() local
|
/third_party/boost/libs/geometry/test/geometries/ |
D | segment.cpp | 64 refseg_t seg(p1, p2); in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local 76 S seg; in test_custom() local
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 97 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument 104 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument 160 struct tcp_seg *seg; in tcp_create_segment() local 393 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 829 struct tcp_seg *seg = NULL, *useg = NULL; in tcp_split_unsent_seg() local 1035 struct tcp_seg *seg; in tcp_enqueue_flags() local 1239 struct tcp_seg *seg, *useg; in tcp_output() local 1432 tcp_output_segment_busy(const struct tcp_seg *seg) in tcp_output_segment_busy() 1455 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment() 1633 struct tcp_seg *seg; in tcp_rexmit_rto_prepare() local [all …]
|
/third_party/skia/src/core/ |
D | SkContourMeasure.cpp | 223 SkContourMeasure::Segment* seg = fSegments.append(); in compute_quad_segs() local 251 SkContourMeasure::Segment* seg = fSegments.append(); in compute_conic_segs() local 276 SkContourMeasure::Segment* seg = fSegments.append(); in compute_cubic_segs() local 294 SkContourMeasure::Segment* seg = fSegments.append(); in compute_line_seg() local 305 const SkContourMeasure::Segment* seg = fSegments.begin(); in validate() local 551 const Segment* seg = fSegments.begin(); in distanceToSegment() local 594 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 645 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local
|
/third_party/flutter/skia/src/core/ |
D | SkContourMeasure.cpp | 185 SkContourMeasure::Segment* seg = fSegments.append(); in compute_quad_segs() local 213 SkContourMeasure::Segment* seg = fSegments.append(); in compute_conic_segs() local 238 SkContourMeasure::Segment* seg = fSegments.append(); in compute_cubic_segs() local 256 SkContourMeasure::Segment* seg = fSegments.append(); in compute_line_seg() local 372 const SkContourMeasure::Segment* seg = fSegments.begin(); in buildSegments() local 525 const Segment* seg = fSegments.begin(); in distanceToSegment() local 568 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 619 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local
|
/third_party/ffmpeg/libavformat/ |
D | segment.c | 146 SegmentContext *seg = s->priv_data; in segment_mux_init() local 197 SegmentContext *seg = s->priv_data; in set_segment_filename() local 241 SegmentContext *seg = s->priv_data; in segment_start() local 286 SegmentContext *seg = s->priv_data; in segment_list_open() local 356 SegmentContext *seg = s->priv_data; in segment_end() local 605 SegmentContext *seg = s->priv_data; in select_reference_stream() local 662 SegmentContext *seg = s->priv_data; in seg_free() local 670 SegmentContext *seg = s->priv_data; in seg_init() local 818 SegmentContext *seg = s->priv_data; in seg_write_header() local 863 SegmentContext *seg = s->priv_data; in seg_write_packet() local [all …]
|
/third_party/boost/boost/poly_collection/detail/ |
D | poly_collection.hpp | 740 auto& seg=segment(get_map_iterator_for(*first)); in insert() local 748 auto& seg=segment(get_map_iterator_for(*first,first.segment())); in insert() local 762 auto& seg=segment(get_map_iterator_for(*first,first.segment())); in insert() local 795 auto& seg=segment(it); in insert() local 825 auto& seg=segment(it); in insert() local 844 auto& seg=pos.segment(); in insert() local 860 auto& seg=pos.segment(); in insert() local 1017 const T& x,const segment_type& seg) in get_map_iterator_for() 1058 segment_base_iterator push_back(segment_type& seg,T&& x) in push_back() 1068 segment_base_iterator push_back(segment_type& seg,T&& x) in push_back() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-atsc-section.c | 403 _gst_mpegts_atsc_string_segment_copy (GstMpegtsAtscStringSegment * seg) in _gst_mpegts_atsc_string_segment_copy() 413 _gst_mpegts_atsc_string_segment_free (GstMpegtsAtscStringSegment * seg) in _gst_mpegts_atsc_string_segment_free() 420 _gst_mpegts_atsc_string_segment_decode_string (GstMpegtsAtscStringSegment * seg) in _gst_mpegts_atsc_string_segment_decode_string() 461 gst_mpegts_atsc_string_segment_get_string (GstMpegtsAtscStringSegment * seg) in gst_mpegts_atsc_string_segment_get_string() 540 GstMpegtsAtscStringSegment *seg; in _parse_atsc_mult_string() local
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | comparable_distance.cpp | 87 bg::model::referring_segment<P const> const seg(s1, s2); in test_distance_segment() local 183 segment_type seg; in apply() local 256 segment_type seg; in apply() local 342 segment_type seg; in apply() local
|
/third_party/libcoap/src/ |
D | uri.c | 267 decode_segment(const uint8_t *seg, size_t length, unsigned char *buf) { in decode_segment() 569 const uint8_t *seg= coap_opt_value(q); in coap_get_query() local 590 const uint8_t *seg= coap_opt_value(q); in coap_get_query() local 619 const uint8_t *seg= coap_opt_value(q); in coap_get_uri_path() local 645 const uint8_t *seg= coap_opt_value(q); in coap_get_uri_path() local
|
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/x86emu/ |
D | debug.c | 84 static void disassemble_forward(u16 seg, u16 off, int n) in disassemble_forward() 200 u16 seg, off; in x86emu_print_int_vect() local 209 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt) in X86EMU_dump_memory()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | nvenc.c | 91 GstSegment seg; in GST_START_TEST() local 153 GstSegment seg; in GST_START_TEST() local
|
D | x265enc.c | 103 GstSegment seg; in GST_START_TEST() local
|
D | msdkh264enc.c | 104 GstSegment seg; in GST_START_TEST() local
|
/third_party/lwip/test/unit/tcp/ |
D | test_tcp_oos.c | 31 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_count() local 44 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_pbuf_count() local 63 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_seqno() local 87 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_seg_tcplen() local 110 struct tcp_seg* seg = pcb->ooseq; in tcp_oos_tcplen() local
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | xhci-mem.c | 65 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free() 81 struct xhci_segment *seg; in xhci_ring_free() local 276 struct xhci_segment *seg; in xhci_segment_alloc() local 511 struct xhci_segment *seg; in xhci_mem_init() local
|
/third_party/boost/libs/geometry/test/algorithms/intersects/ |
D | intersects.cpp | 36 typedef bg::model::segment<P2> seg; in test_intersects_linestring_segment() typedef 132 typedef bg::model::segment<P2> seg; in test_intersects_point_segment() typedef
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | vp8dec.c | 153 GstSegment seg; in GST_START_TEST() local 198 GstSegment seg; in GST_START_TEST() local
|
D | vp8enc.c | 100 GstSegment seg; in GST_START_TEST() local
|
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/ |
D | modify_ldt01.c | 102 int seg[4]; in main() local 218 int create_segment(void *seg, size_t size) in create_segment()
|
D | modify_ldt02.c | 98 int seg[4]; in main() local 168 int create_segment(void *seg, size_t size) in create_segment()
|
/third_party/skia/src/gpu/ |
D | GrRectanizerSkyline.h | 29 SkylineSegment* seg = fSkyline.append(1); in reset() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrRectanizer_skyline.h | 27 SkylineSegment* seg = fSkyline.append(1); in reset() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp9parser.c | 268 parse_segmentation (GstVp9SegmentationInfo * seg, GstBitReader * br) in parse_segmentation() 409 const GstVp9SegmentationInfoData *seg = priv->segmentation + segid; in seg_get_base_qindex() local 428 const GstVp9SegmentationInfoData *seg = priv->segmentation + segid; in seg_get_filter_level() local 481 GstVp9Segmentation *seg = parser->segmentation + i; in segmentation_update() local
|