HomeSort by relevance Sort by last modified time
    Searched defs:m_cmp (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_component.h 50 OMX_COMPONENTTYPE m_cmp; member in class:qc_omx_component
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
qc_omx_component.h 50 OMX_COMPONENTTYPE m_cmp; member in class:qc_omx_component
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_component.h 50 OMX_COMPONENTTYPE m_cmp; member in class:qc_omx_component
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_component.h 50 OMX_COMPONENTTYPE m_cmp; member in class:qc_omx_component
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 266 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
268 std::make_heap(m_a_entries, end, m_cmp);
279 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
281 std::push_heap(m_a_entries, end, m_cmp);
288 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
290 std::pop_heap(m_a_entries, end, m_cmp);
296 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
298 bool p = std::__is_heap(m_a_entries, end, m_cmp);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 266 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
268 std::make_heap(m_a_entries, end, m_cmp);
279 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
281 std::push_heap(m_a_entries, end, m_cmp);
288 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
290 std::pop_heap(m_a_entries, end, m_cmp);
296 const entry_cmp& m_cmp = static_cast<entry_cmp&>(*this); local
298 bool p = std::__is_heap(m_a_entries, end, m_cmp);

Completed in 305 milliseconds