Home
last modified time | relevance | path

Searched refs:m_px (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/interprocess/smart_ptr/detail/
Dshared_count.hpp77 pointer m_px; member in boost::interprocess::ipcdetail::shared_count
89 : m_px(0), m_pi(0) // nothrow in shared_count()
94 : m_px(p), m_pi(other_shared_count.m_pi) in shared_count()
99 : m_px(p), m_pi(0) in shared_count()
129 : m_px(r.m_px), m_pi(r.m_pi) // nothrow in shared_count()
135 : m_px(r.m_px), m_pi(r.m_pi) // nothrow in shared_count()
141 : m_px(ptr), m_pi(r.m_pi) // nothrow in shared_count()
157 : m_px(r.m_px), m_pi( r.m_pi ) in shared_count()
165 { return m_px; } in to_raw_pointer()
168 { return m_px; } in to_raw_pointer()
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.h217 T *m_px = new T[m_num_order + 1]; in LFilter() local
229 m_px[j] = static_cast<T>(0); in LFilter()
236 m_px[m_num_order] = signal[i]; in LFilter()
238 m_py[m_num_order] += b_coeffs[j] * m_px[m_num_order - j]; in LFilter()
255 m_px[j] = m_px[j + 1]; in LFilter()
269 delete[] m_px; in LFilter()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp919 int m_px; member in deqp::gles31::Functional::__anon020079e90111::SRGBTestCase
940 , m_px (0) in SRGBTestCase()
1079 m_px = px; in setSamplingLocations()
1178 DE_ASSERT((m_px >= 0) && (m_px < width)); in storeResultPixels()
1184 resultPixelData.push_back(m_textureResultList[idx].getAccess().getPixel(m_px, m_py)); in storeResultPixels()