Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_utils.h58 auto __nx = __xe - __xs; in operator() local
71 if (__i < __nx) in operator()
83 if (__same_move_seq || __j < __nx) in operator()
93 if (__same_move_val || __i < __nx) in operator()
101 if (__same_move_seq || __j < __nx) in operator()
110 if (__same_move_seq || __j < __nx) in operator()
129 if (__same_move_seq || __i < __nx) in operator()
H A Dparallel_backend_tbb.h861 const auto __nx = (_M_xe - _M_xs); in x_less_y() local
863 _PSTL_ASSERT(__nx > 0 && __ny > 0); in x_less_y()
877 return !_M_comp(*(_M_z_beg + _M_zs + __nx), *(_M_z_beg + _M_zs + __nx - 1)); in x_less_y()
882 const auto __nx = (_M_xe - _M_xs); in move_x_range() local
884 _PSTL_ASSERT(__nx > 0 && __ny > 0); in move_x_range()
890 __move_range()(_M_z_beg + _M_zs, _M_z_beg + _M_zs + __nx, _M_x_beg + _M_xs); in move_x_range()
891 __cleanup_range()(_M_z_beg + _M_zs, _M_z_beg + _M_zs + __nx); in move_x_range()
899 const auto __nx = (_M_xe - _M_xs); in move_y_range() local
903 __move_range_construct()(_M_x_beg + _M_ys, _M_x_beg + _M_ye, _M_z_beg + _M_zs + __nx); in move_y_range()
906 … __move_range()(_M_z_beg + _M_zs + __nx, _M_z_beg + _M_zs + __nx + __ny, _M_x_beg + _M_ys); in move_y_range()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/po/
H A DMakefile.am23 -k__nx:1,2 --flag=__nx:1:perl-brace-format --flag=__nx:2:perl-brace-format \