Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/
Ddate_duration_types.hpp61 month_adjustor_type m_adj(_m.as_number()); in get_neg_offset() local
62 return duration_type(m_adj.get_neg_offset(d)); in get_neg_offset()
66 month_adjustor_type m_adj(_m.as_number()); in get_offset() local
67 return duration_type(m_adj.get_offset(d)); in get_offset()
181 month_adjustor_type m_adj(_y.as_number() * 12); in get_neg_offset() local
182 return duration_type(m_adj.get_neg_offset(d)); in get_neg_offset()
186 month_adjustor_type m_adj(_y.as_number() * 12); in get_offset() local
187 return duration_type(m_adj.get_offset(d)); in get_offset()
/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/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()
/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()