Home
last modified time | relevance | path

Searched refs:m_adj (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h110 void m_adj(struct mbuf *, int);
Duser_mbuf.c1029 m_adj(n->m_next, tlen); in m_pulldown()
1063 m_adj(n->m_next, tlen); in m_pulldown()
1403 m_adj(struct mbuf *mp, int req_len) in m_adj() function
Duser_socket.c2930 m_adj(m, sizeof(struct ip) + sizeof(struct udphdr));
3074 m_adj(m, sizeof(struct ip6_hdr) + sizeof(struct udphdr));
3076 m_adj(m, sizeof(struct ip6_hdr));
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c2087 m_adj(dmbuf, (offset + sizeof(struct sctp_idata_chunk))); in sctp_process_a_data_chunk()
2089 m_adj(dmbuf, (offset + sizeof(struct sctp_data_chunk))); in sctp_process_a_data_chunk()
2106 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()
Dsctputil.c3614 m_adj(chk->data, chkhdr_len); in sctp_notify_send_failed()
3615 m_adj(chk->data, -padding_len); in sctp_notify_send_failed()
8110 m_adj(sp, sizeof(struct udphdr));
Dsctp_output.c7954 m_adj(sp->data, to_move);
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c6991 const uint32_t m_adj = m - 3; /* March-based month. */ in jsondec_epochdays() local
6992 const uint32_t carry = m_adj > (uint32_t)m ? 1 : 0; in jsondec_epochdays()
6995 const uint32_t month_days = ((m_adj + adjust) * 62719 + 769) / 2048; in jsondec_epochdays()