Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/GVN/
D2009-06-17-InvalidPRE.ll9 define void @m_adj(%struct.mbuf* %mp, i32 %req_len) nounwind optsize {
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
D2009-06-17-InvalidPRE.ll10 define void @m_adj(%struct.mbuf* %mp, i32 %req_len) nounwind optsize {
/external/usrsctp/usrsctplib/
Duser_mbuf.h110 void m_adj(struct mbuf *, int);
Duser_mbuf.c1052 m_adj(n->m_next, tlen); in m_pulldown()
1087 m_adj(n->m_next, tlen); in m_pulldown()
1430 m_adj(struct mbuf *mp, int req_len) in m_adj() function
Duser_socket.c3120 m_adj(m, sizeof(struct ip) + sizeof(struct udphdr));
3273 m_adj(m, sizeof(struct ip6_hdr) + sizeof(struct udphdr));
3275 m_adj(m, sizeof(struct ip6_hdr));
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c1023 const uint32_t m_adj = m - 3; /* March-based month. */ in jsondec_epochdays() local
1024 const uint32_t carry = m_adj > (uint32_t)m ? 1 : 0; in jsondec_epochdays()
1027 const uint32_t month_days = ((m_adj + adjust) * 62719 + 769) / 2048; in jsondec_epochdays()
/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c2067 m_adj(dmbuf, (offset + sizeof(struct sctp_idata_chunk))); in sctp_process_a_data_chunk()
2069 m_adj(dmbuf, (offset + sizeof(struct sctp_data_chunk))); in sctp_process_a_data_chunk()
2086 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()
Dsctputil.c3604 m_adj(chk->data, chkhdr_len); in sctp_notify_send_failed()
3605 m_adj(chk->data, -padding_len); in sctp_notify_send_failed()
8197 m_adj(sp, sizeof(struct udphdr));
Dsctp_output.c7998 m_adj(sp->data, to_move);