Home
last modified time | relevance | path

Searched refs:m_split (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h108 struct mbuf * m_split(struct mbuf *, int, int);
Duser_mbuf.c1490 m_split(struct mbuf *m0, int len0, int wait) in m_split() function
1513 n->m_next = m_split(m, len, wait); in m_split()
/third_party/mindspore/tests/st/numpy_native/
Dtest_array_ops.py1020 m_split = mnp_split(mnp_arr)
1021 for expect_lst, actual_lst in zip(o_split, m_split):
1050 m_split = mnp_split(mnp_arr)
1051 for expect_lst, actual_lst in zip(o_split, m_split):
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c2654 m_sig = m_split(m, sig_offset, M_NOWAIT);
Dsctputil.c8093 sp = m_split(m, off, M_NOWAIT);