Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/qrcodegen/c/
Dqrcodegen-test.c821 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/
Dg711.c98 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/
Dsegment.cpp64 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/
Dtcp_out.c97 #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/
DSkContourMeasure.cpp223 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/
DSkContourMeasure.cpp185 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/
Dsegment.c146 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/
Dpoly_collection.hpp740 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/
Dgst-atsc-section.c403 _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/
Dcomparable_distance.cpp87 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/
Duri.c267 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/
Ddebug.c84 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/
Dnvenc.c91 GstSegment seg; in GST_START_TEST() local
153 GstSegment seg; in GST_START_TEST() local
Dx265enc.c103 GstSegment seg; in GST_START_TEST() local
Dmsdkh264enc.c104 GstSegment seg; in GST_START_TEST() local
/third_party/lwip/test/unit/tcp/
Dtest_tcp_oos.c31 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/
Dxhci-mem.c65 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/
Dintersects.cpp36 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/
Dvp8dec.c153 GstSegment seg; in GST_START_TEST() local
198 GstSegment seg; in GST_START_TEST() local
Dvp8enc.c100 GstSegment seg; in GST_START_TEST() local
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
Dmodify_ldt01.c102 int seg[4]; in main() local
218 int create_segment(void *seg, size_t size) in create_segment()
Dmodify_ldt02.c98 int seg[4]; in main() local
168 int create_segment(void *seg, size_t size) in create_segment()
/third_party/skia/src/gpu/
DGrRectanizerSkyline.h29 SkylineSegment* seg = fSkyline.append(1); in reset() local
/third_party/flutter/skia/src/gpu/
DGrRectanizer_skyline.h27 SkylineSegment* seg = fSkyline.append(1); in reset() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp9parser.c268 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

1234567