Home
last modified time | relevance | path

Searched refs:itx (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/sort/common/
Drearrange.hpp43 size_t operator ()(Iter_data itx) const in operator ()()
45 return size_t(itx - origin); in operator ()()
Dmerge_block.hpp359 for (it_index itx = itx_last - 1; itx != itx_first;) in move_range_pos_backward() local
361 --itx; in move_range_pos_backward()
363 rng1 = get_range(*itx); in move_range_pos_backward()
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp495 try { fs::directory_iterator itx("nosuchdirectory"); } in directory_iterator_tests() local
507 fs::directory_iterator itx("nosuchdirectory", ecx); in directory_iterator_tests() local
596 fs::directory_iterator itx(dir); in directory_iterator_tests() local
597 fs::directory_iterator itx2(itx); in directory_iterator_tests()
598 BOOST_TEST(itx == itx2); in directory_iterator_tests()
599 const fs::path p1 = (*itx++).path(); in directory_iterator_tests()
600 BOOST_TEST(itx == itx2); in directory_iterator_tests()
601 BOOST_TEST(itx != fs::directory_iterator()); in directory_iterator_tests()
602 const fs::path p2 = (*itx++).path(); in directory_iterator_tests()
603 BOOST_TEST(itx == itx2); in directory_iterator_tests()
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c955 const int itx = (quad->input.x0 & (TILE_SIZE-1)); in blend_fallback() local
981 int x = itx + (j & 1); in blend_fallback()
1014 int x = itx + (j & 1); in blend_fallback()
1048 const int itx = (quad->input.x0 & (TILE_SIZE-1)); in blend_single_add_src_alpha_inv_src_alpha() local
1053 int x = itx + (j & 1); in blend_single_add_src_alpha_inv_src_alpha()
1094 int x = itx + (j & 1); in blend_single_add_src_alpha_inv_src_alpha()
1121 const int itx = (quad->input.x0 & (TILE_SIZE-1)); in blend_single_add_one_one() local
1126 int x = itx + (j & 1); in blend_single_add_one_one()
1156 int x = itx + (j & 1); in blend_single_add_one_one()
1189 const int itx = (quad->input.x0 & (TILE_SIZE-1)); in single_output_color() local
[all …]