Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_out.c64 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument
71 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument
175 struct tcp_seg *seg; in tcp_create_segment() local
371 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local
752 struct tcp_seg *seg; in tcp_enqueue_flags() local
1054 struct tcp_seg *seg, *useg; in tcp_output() local
1229 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment()
1451 struct tcp_seg *seg; in tcp_rexmit_rto() local
1492 struct tcp_seg *seg; in tcp_rexmit() local
1641 struct tcp_seg *seg; in tcp_zero_window_probe() local
A Dtcp.c1372 tcp_segs_free(struct tcp_seg *seg) in tcp_segs_free()
1387 tcp_seg_free(struct tcp_seg *seg) in tcp_seg_free()
1421 tcp_seg_copy(struct tcp_seg *seg) in tcp_seg_copy()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dadv.h42 } seg; member
A Dble_transport.h15 #define TRANS_CTL_HDR(op, seg) ((op & TRANS_CTL_OP_MASK) | (seg << 7)) argument
A Dnet.h119 } seg[FRIEND_SEG_RX]; member
/AliOS-Things-master/components/freetype/src/autofit/
A Dafcjk.c171 AF_Segment seg, limit, link; in af_cjk_metrics_init_widths() local
700 AF_Segment seg; in af_cjk_hints_compute_segments() local
850 AF_Segment seg; in af_cjk_hints_link_segments() local
912 AF_Segment seg; in af_cjk_hints_compute_edges() local
2091 AF_Segment seg = edge->first; in af_cjk_align_edge_points() local
A Dafhints.c275 AF_Segment seg; in af_glyph_hints_dump_segments() local
354 AF_Segment seg; in af_glyph_hints_get_segment_offset() local
877 AF_Segment seg; in af_glyph_hints_align_edge_points() local
A Daflatin.c165 AF_Segment seg, limit, link; in af_latin_metrics_init_widths() local
1446 AF_Segment seg; in af_latin_hints_compute_edges() local
A Daflatin2.c108 AF_Segment seg, limit, link; in af_latin2_metrics_init_widths() local
1075 AF_Segment seg; in af_latin2_hints_compute_edges() local
A Dafhints.h468 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord ) argument
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_draw.c93 lv_opa_t lv_draw_aa_get_opa(lv_coord_t seg, lv_coord_t px_id, lv_opa_t base_opa) in lv_draw_aa_get_opa()
A Dlv_draw_rect.c1493 static lv_opa_t antialias_get_opa_circ(lv_coord_t seg, lv_coord_t px_id, lv_opa_t opa) in antialias_get_opa_circ()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dfriend.c196 struct bt_mesh_friend_seg *seg = &frnd->seg[i]; in friend_clear() local
903 struct bt_mesh_friend_seg *seg = &frnd->seg[i]; in get_seg() local
920 struct bt_mesh_friend_seg *seg; in enqueue_friend_pdu() local
1291 struct bt_mesh_friend_seg *seg = &frnd->seg[j]; in bt_mesh_friend_clear_incomplete() local
A Dtransport.c92 struct net_buf *seg[CONFIG_BT_MESH_TX_SEG_MAX]; member
278 struct net_buf *seg = tx->seg[i]; in seg_tx_send_unacked() local
377 struct net_buf *seg; in send_seg() local
A Dprov.c170 u8_t seg; /* Bit-field of unreceived segments */ member
1464 u8_t seg = CONT_SEG_INDEX(rx->gpc); in gen_prov_cont() local
A Dprovisioner_prov.c200 u8_t seg; /* Bit-field of unreceived segments */ member
2899 u8_t seg = CONT_SEG_INDEX(rx->gpc); in gen_prov_cont() local
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap.c1563 struct net_buf *seg; in l2cap_alloc_seg() local
1580 struct net_buf *seg; in l2cap_chan_create_seg() local
1685 struct net_buf *seg; in l2cap_chan_le_send() local
2073 struct net_buf *buf, u16_t seg) in l2cap_chan_le_recv_sdu()
2098 u16_t seg = 0U; in l2cap_chan_le_recv_seg() local
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcp_priv.h152 #define TCP_TCPLEN(seg) ((seg)->len + (((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0) ? 1… argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcp_priv.h152 #define TCP_TCPLEN(seg) ((seg)->len + (((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0) ? 1… argument
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h25 #define __in_section_unique(seg) ___in_section(seg, _FILE_PATH_HASH, \ argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c2217 int seg, length; in main() local
5383 uint32 seg, total, need_buff = 0; in getCropOffsets() local
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c2121 msegment seg; member

Completed in 77 milliseconds