Home
last modified time | relevance | path

Searched refs:split (Results 1 – 12 of 12) sorted by relevance

/components/lwp/vdso/user/arch/risc-v/
A DSConstruct22 arch = line.strip().split()[1]
23 arch = arch.split('_')[0] # Get the base architecture, e.g., rv64imafdc
25 abi = line.strip().split()[1]
/components/net/lwip/lwip-2.0.3/test/fuzz/
A DREADME22 The input is split into different subdirectories since they test different
/components/net/lwip/lwip-2.1.2/test/fuzz/
A DREADME25 The input is split into different subdirectories since they test different
/components/drivers/ofw/
A Dofw.c704 const char *split = np == ofw_node_root ? "" : "/"; in ofw_dts() local
710 rt_kprintf("%s%s%s\n", argv[2], split, np->full_name); in ofw_dts()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c827 tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split) in tcp_split_unsent_seg() argument
850 if (split == 0) { in tcp_split_unsent_seg()
855 if (useg->len <= split) { in tcp_split_unsent_seg()
859 LWIP_ASSERT("split <= mss", split <= pcb->mss); in tcp_split_unsent_seg()
874 remainder = useg->len - split; in tcp_split_unsent_seg()
885 offset = useg->p->tot_len - useg->len + split; in tcp_split_unsent_seg()
914 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h474 err_t tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split);
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG128 * pbuf: split pbuf_header(s16_t) into pbuf_add_header(size_t) and
1976 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile1073 # which the alphabetical index list will be split.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile1084 # which the alphabetical index list will be split.
A Dlwip.Doxyfile.cmake.in1084 # which the alphabetical index list will be split.
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG767 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1723 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split

Completed in 35 milliseconds