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

  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentGraph.h 125 { return m_N; }
134 // m_N - this is an m_N x m_N matrix
135 size_t m_N;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 476 head_finderF( int N ) : m_N(N) {}
485 if(m_N>=0)
487 return ::boost::algorithm::detail::find_head_impl( Begin, End, m_N );
492 ::boost::algorithm::detail::find_tail_impl( Begin, End, -m_N );
499 int m_N;
514 tail_finderF( int N ) : m_N(N) {}
523 if(m_N>=0)
525 return ::boost::algorithm::detail::find_tail_impl( Begin, End, m_N );
530 ::boost::algorithm::detail::find_head_impl( Begin, End, -m_N );
537 int m_N;
    [all...]

Completed in 182 milliseconds