Searched refs:split (Results 1 – 12 of 12) sorted by relevance
/components/lwp/vdso/user/arch/risc-v/ |
A D | SConstruct | 22 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 D | README | 22 The input is split into different subdirectories since they test different
|
/components/net/lwip/lwip-2.1.2/test/fuzz/ |
A D | README | 25 The input is split into different subdirectories since they test different
|
/components/drivers/ofw/ |
A D | ofw.c | 704 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 D | tcp_out.c | 827 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 D | tcp_priv.h | 474 err_t tcp_split_unsent_seg(struct tcp_pcb *pcb, u16_t split);
|
/components/net/lwip/lwip-2.1.2/ |
A D | CHANGELOG | 128 * 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 D | lwip.Doxyfile | 1073 # which the alphabetical index list will be split.
|
/components/net/lwip/lwip-2.1.2/doc/doxygen/ |
A D | lwip.Doxyfile | 1084 # which the alphabetical index list will be split.
|
A D | lwip.Doxyfile.cmake.in | 1084 # which the alphabetical index list will be split.
|
/components/net/lwip/lwip-1.4.1/ |
A D | CHANGELOG | 767 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
|
/components/net/lwip/lwip-2.0.3/ |
A D | CHANGELOG | 1723 * api_msg.c: Correctly set TCP_WRITE_FLAG_MORE when netconn_write is split
|
Completed in 35 milliseconds