/third_party/boost/boost/container/detail/ |
D | iterators.hpp | 53 : m_ptr(&ref), m_num(range_size){} in constant_iterator() 57 : m_ptr(0), m_num(0){} in constant_iterator() 131 Difference m_num; member in boost::container::constant_iterator 134 { --m_num; } in increment() 137 { ++m_num; } in decrement() 140 { return m_num == other.m_num; } in equal() 143 { return other.m_num < m_num; } in less() 149 { m_num -= n; } in advance() 152 { return m_num - other.m_num; } in distance_to() 164 : m_num(range_size){} in value_init_construct_iterator() [all …]
|
/third_party/boost/boost/interprocess/detail/ |
D | named_proxy.hpp | 116 mutable std::size_t m_num; member in boost::interprocess::ipcdetail::named_proxy 122 : mp_name(name), mp_mngr(mngr), m_num(1) in named_proxy() 132 generic_construct<T>(mp_name, m_num, m_find, m_dothrow, ctor_obj); in operator ()() 137 { m_num *= num; return *this; } in operator []() 261 mutable std::size_t m_num; 267 : mp_name(name), mp_mngr(mngr), m_num(1) 281 return mp_mngr->template generic_construct<T>(mp_name, m_num, m_find, m_dothrow, ctor_obj);\ 307 { m_num *= num; return *this; }
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.c | 1499 GstClockTime m_num, m_denom, b, xbase; in gst_clock_add_observation() local 1502 &xbase, &b, &m_num, &m_denom)) in gst_clock_add_observation() 1506 gst_clock_set_calibration (clock, xbase, b, m_num, m_denom); in gst_clock_add_observation() 1539 GstClockTime m_num, m_denom, b, xbase; in gst_clock_add_observation_unapplied() local 1570 &m_num, &m_denom, &b, &xbase, r_squared)) in gst_clock_add_observation_unapplied() 1577 G_GUINT64_FORMAT " (rsquared=%g)", m_num, m_denom, b, *r_squared); in gst_clock_add_observation_unapplied() 1584 *rate_num = m_num; in gst_clock_add_observation_unapplied()
|
D | gstutils.c | 4316 GstClockTime * m_num, GstClockTime * m_denom, in gst_calculate_linear_regression() argument 4329 g_return_val_if_fail (m_num != NULL, FALSE); in gst_calculate_linear_regression() 4491 *m_num = sxy; in gst_calculate_linear_regression() 4493 *b = (ymin + ybar) - gst_util_uint64_scale_round (xbar, *m_num, *m_denom); in gst_calculate_linear_regression() 4496 *b += gst_util_uint64_scale_round (xmax - xmin, *m_num, *m_denom); in gst_calculate_linear_regression() 4501 GST_CAT_DEBUG (GST_CAT_CLOCK, " m = %g", ((double) *m_num) / *m_denom); in gst_calculate_linear_regression()
|
D | gstutils.h | 1218 GstClockTime * m_num, GstClockTime * m_denom,
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1920 GstClockTime m_num, m_den, internal, external; in GST_START_TEST() local 1926 &m_num, &m_den, &external, &internal, &r_squared)); in GST_START_TEST() 1930 internal, external, m_num, m_den, (gdouble) (m_num) / (m_den), in GST_START_TEST() 1942 rate = ((gdouble) (m_num) / m_den); in GST_START_TEST()
|