Searched refs:m_split (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.h | 108 struct mbuf * m_split(struct mbuf *, int, int);
|
D | user_mbuf.c | 1490 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/ |
D | test_array_ops.py | 1020 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/ |
D | sctp_input.c | 2654 m_sig = m_split(m, sig_offset, M_NOWAIT);
|
D | sctputil.c | 8093 sp = m_split(m, off, M_NOWAIT);
|