Searched refs:itx (Results 1 – 4 of 4) sorted by relevance
43 size_t operator ()(Iter_data itx) const in operator ()()45 return size_t(itx - origin); in operator ()()
359 for (it_index itx = itx_last - 1; itx != itx_first;) in move_range_pos_backward() local361 --itx; in move_range_pos_backward()363 rng1 = get_range(*itx); in move_range_pos_backward()
495 try { fs::directory_iterator itx("nosuchdirectory"); } in directory_iterator_tests() local507 fs::directory_iterator itx("nosuchdirectory", ecx); in directory_iterator_tests() local596 fs::directory_iterator itx(dir); in directory_iterator_tests() local597 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 …]
955 const int itx = (quad->input.x0 & (TILE_SIZE-1)); in blend_fallback() local981 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() local1053 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() local1126 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 …]