HomeSort by: relevance | last modified time | path
    Searched defs:is_partial (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
vs_line.c 55 int dne, is_cached, is_partial, is_tab, no_draw; local
383 for (is_partial = 0, scno = 0;
403 is_partial = 1;
429 is_partial = 1;
446 --cno_cnt == 0 && (F_ISSET(sp, SC_TINPUT) || !is_partial)) {
449 if (is_partial)
493 if (is_partial && INTISWIDE(ch)) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 747 is_partial() const function in class:__merge_func
876 _PSTL_ASSERT(!is_partial());
948 _PSTL_ASSERT(is_partial() || std::is_sorted(_M_z_beg + _M_xs, _M_z_beg + _M_xe, _M_comp));
949 _PSTL_ASSERT(is_partial() || std::is_sorted(_M_z_beg + _M_ys, _M_z_beg + _M_ye, _M_comp));
975 if (!is_partial() && x_less_y()) //we have a solution
996 if (!is_partial() && x_less_y())
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 737 is_partial() const function in class:__merge_func
866 _PSTL_ASSERT(!is_partial());
938 _PSTL_ASSERT(is_partial() || std::is_sorted(_M_z_beg + _M_xs, _M_z_beg + _M_xe, _M_comp));
939 _PSTL_ASSERT(is_partial() || std::is_sorted(_M_z_beg + _M_ys, _M_z_beg + _M_ye, _M_comp));
965 if (!is_partial() && x_less_y()) //we have a solution
986 if (!is_partial() && x_less_y())

Completed in 27 milliseconds