Searched refs:m_adj (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.h | 110 void m_adj(struct mbuf *, int);
|
D | user_mbuf.c | 1029 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
|
D | user_socket.c | 2930 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/ |
D | sctp_indata.c | 2087 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()
|
D | sctputil.c | 3614 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));
|
D | sctp_output.c | 7954 m_adj(sp->data, to_move);
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6991 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()
|