Searched refs:m_adj (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/GVN/ |
D | 2009-06-17-InvalidPRE.ll | 9 define void @m_adj(%struct.mbuf* %mp, i32 %req_len) nounwind optsize {
|
/external/llvm-project/llvm/test/Transforms/GVN/PRE/ |
D | 2009-06-17-InvalidPRE.ll | 10 define void @m_adj(%struct.mbuf* %mp, i32 %req_len) nounwind optsize {
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.h | 110 void m_adj(struct mbuf *, int);
|
D | user_mbuf.c | 1052 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
|
D | user_socket.c | 3120 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/ |
D | json_decode.c | 1023 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/ |
D | sctp_indata.c | 2067 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()
|
D | sctputil.c | 3604 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));
|
D | sctp_output.c | 7998 m_adj(sp->data, to_move);
|