/third_party/ffmpeg/libavfilter/ |
D | phase_template.c | 81 const pixel *rend, *end = nptr + (h - 2) * ns; in fn() local 93 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 98 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 106 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 111 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 119 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 124 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 132 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn() 138 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in fn()
|
/third_party/boost/libs/detail/test/ |
D | is_sorted_test.cpp | 103 BOOST_TEST_EQ(IS_SORTED_UNTIL(a.rbegin(), a.rend(), gt).base(), a.rend().base()); in main() 104 BOOST_TEST_EQ(IS_SORTED_UNTIL(a.rbegin(), a.rend(), gte).base(), a.rend().base()); in main() 109 BOOST_TEST_EQ(IS_SORTED(a.rbegin(), a.rend(), gt), true); in main() 110 BOOST_TEST_EQ(IS_SORTED(a.rbegin(), a.rend(), gte), true); in main() 115 BOOST_TEST_EQ(IS_SORTED_UNTIL(b.rbegin(), b.rend(), gt).base(), b.rend().base()); in main() 116 BOOST_TEST_EQ(IS_SORTED_UNTIL(b.rbegin(), b.rend(), gte).base(), &b[2]); in main() 121 BOOST_TEST_EQ(IS_SORTED(b.rbegin(), b.rend(), gt), true); in main() 122 BOOST_TEST_EQ(IS_SORTED(b.rbegin(), b.rend(), gte), false); in main() 127 BOOST_TEST_EQ(IS_SORTED_UNTIL(c.rbegin(), c.rend(), gt).base(), &c[8]); in main() 128 BOOST_TEST_EQ(IS_SORTED_UNTIL(c.rbegin(), c.rend(), gte).base(), &c[8]); in main() [all …]
|
/third_party/boost/libs/range/test/ |
D | reversible_range.cpp | 40 rev_pair_t rp = std::make_pair( boost::rbegin( p ), boost::rend( p ) ); in check_iterator() 44 BOOST_CHECK( boost::rend( vec ) == boost::range_reverse_iterator<vec_t>::type( vec.begin() ) ); in check_iterator() 45 …BOOST_CHECK( std::distance( boost::rbegin( vec ), boost::rend( vec ) ) == std::distance( boost::be… in check_iterator() 48 BOOST_CHECK( boost::rend( p ) == boost::end( rp ) ); in check_iterator() 49 …BOOST_CHECK( std::distance( boost::rbegin( p ), boost::rend( p ) ) == std::distance( boost::begin(… in check_iterator() 50 … boost::begin( p ), boost::end( p ) ) == std::distance( boost::rbegin( rp ), boost::rend( rp ) ) ); in check_iterator() 53 BOOST_CHECK_EQUAL( &*boost::begin( a ), &*( boost::rend( a ) - 1 ) ); in check_iterator() 55 BOOST_CHECK_EQUAL( &*boost::begin( ca ), &*( boost::rend( ca ) - 1 ) ); in check_iterator()
|
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/ |
D | FunctionsCGL.cpp | 65 (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value), 66 (rend, rend_num, prop, value)) 70 (CGLRendererInfoObj rend), 71 (rend)) 75 (GLuint display_mask, CGLRendererInfoObj *rend, GLint *nrend), 76 (display_mask, rend, nrend))
|
D | FunctionsCGL.h | 44 (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value), 45 (rend, rend_num, prop, value)) 51 (CGLRendererInfoObj rend), 52 (rend)) 57 (GLuint display_mask, CGLRendererInfoObj *rend, GLint *nrend), 58 (display_mask, rend, nrend))
|
/third_party/musl/src/stdio/ |
D | ext2.c | 6 return f->rend ? f->rend - f->rpos : 0; in __freadahead() 11 if (f->rpos == f->rend) return 0; in __freadptr() 12 *sizep = f->rend - f->rpos; in __freadptr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hlr_auc_gw.c | 593 char *rpos, *rend; in sim_req_auth() local 608 rend = resp + resp_len; in sim_req_auth() 610 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi); in sim_req_auth() 611 if (ret < 0 || ret >= rend - rpos) in sim_req_auth() 623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8); in sim_req_auth() 625 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4); in sim_req_auth() 627 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16); in sim_req_auth() 638 if (rpos < rend) in sim_req_auth() 640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8); in sim_req_auth() 641 if (rpos < rend) in sim_req_auth() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hlr_auc_gw.c | 593 char *rpos, *rend; in sim_req_auth() local 608 rend = resp + resp_len; in sim_req_auth() 610 ret = snprintf(rpos, rend - rpos, "SIM-RESP-AUTH %s", imsi); in sim_req_auth() 611 if (ret < 0 || ret >= rend - rpos) in sim_req_auth() 623 rpos += wpa_snprintf_hex(rpos, rend - rpos, kc, 8); in sim_req_auth() 625 rpos += wpa_snprintf_hex(rpos, rend - rpos, sres, 4); in sim_req_auth() 627 rpos += wpa_snprintf_hex(rpos, rend - rpos, _rand, 16); in sim_req_auth() 638 if (rpos < rend) in sim_req_auth() 640 rpos += wpa_snprintf_hex(rpos, rend - rpos, g->kc, 8); in sim_req_auth() 641 if (rpos < rend) in sim_req_auth() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 704 const Render& rend = renders[renderNdx]; in iterate() local 705 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() 707 …const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]… in iterate() 708 … TexTypeCoordParams<TEXTURETYPE_2D>(rend.texCoordScale, rend.texCoordOffset), useSafeTexCoords); in iterate() 710 …glViewport(viewportXOffset + rend.region.x, viewportYOffset + rend.region.y, rend.region.w, rend.r… in iterate() 711 renderCell (rend.textureNdx, lod, grid); in iterate() 712 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate() 1039 const Render& rend = renders[renderNdx]; in iterate() local 1040 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() 1042 …const Grid grid (GRID_SIZE_CUBE, rend.region.size(), getTextureSize(*m_textures[rend.textureNd… in iterate() [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | shgetc.c | 13 if (lim && f->rend - f->rpos > lim) in __shlim() 16 f->shend = f->rend; in __shlim() 30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc() 33 f->shend = f->rend; in __shgetc()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | shgetc.c | 13 if (lim && f->rend - f->rpos > lim) in __shlim() 16 f->shend = f->rend; in __shlim() 30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc() 33 f->shend = f->rend; in __shgetc()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | shgetc.c | 13 if (lim && f->rend - f->rpos > lim) in __shlim() 16 f->shend = f->rend; in __shlim() 30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc() 33 f->shend = f->rend; in __shgetc()
|
/third_party/musl/src/internal/ |
D | shgetc.c | 13 if (lim && f->rend - f->rpos > lim) in __shlim() 16 f->shend = f->rend; in __shlim() 30 if (f->shlim && f->rend - f->rpos > f->shlim - cnt) in __shgetc() 33 f->shend = f->rend; in __shgetc()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 604 const Render& rend = renders[renderNdx]; in iterate() local 605 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() 607 …const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]… in iterate() 608 … TexTypeCoordParams<TEXTURETYPE_2D>(rend.texCoordScale, rend.texCoordOffset), useSafeTexCoords); in iterate() 610 …glViewport(viewportXOffset + rend.region.x, viewportYOffset + rend.region.y, rend.region.w, rend.r… in iterate() 611 renderCell (rend.textureNdx, lod, grid); in iterate() 612 computeReferenceCell (rend.textureNdx, lod, grid, refImage, rend.region); in iterate() 941 const Render& rend = renders[renderNdx]; in iterate() local 942 …const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.texture… in iterate() 944 …const Grid grid (GRID_SIZE_CUBE, rend.region.size(), getTextureSize(*m_textures[rend.textureNd… in iterate() [all …]
|
/third_party/boost/boost/graph/ |
D | transitive_reduction.hpp | 64 for (; it != topo_order.rend(); ++it, ++n) in transitive_reduction() 75 for (; it != topo_order.rend(); ++it) in transitive_reduction() 104 rend = topo_order.rend(); in transitive_reduction() local 105 for (; rit != rend; ++rit) in transitive_reduction()
|
/third_party/boost/libs/multi_index/test/ |
D | test_iterators.cpp | 33 for(reverse_iterator rit=i.rbegin();rit!=i.rend();++rit){ in test_non_const_iterators() 42 for(reverse_iterator rit2=i.rend();rit2!=i.rbegin();){ in test_non_const_iterators() 59 BOOST_TEST(i.crend()==i.rend()); in test_const_iterators() 67 for(const_reverse_iterator rit=i.rbegin();rit!=i.rend();++rit){ in test_const_iterators() 76 for(const_reverse_iterator rit2=i.rend();rit2!=i.rbegin();){ in test_const_iterators() 159 if(odd)m+=(boost::prior(i.rend()))->id; in test_non_const_rnd_iterators() 168 for(reverse_iterator rit2=i.rend();rit2!=rmiddle;){ in test_non_const_rnd_iterators() 188 BOOST_TEST(i.crend()==i.rend()); in test_const_rnd_iterators() 207 if(odd)m+=(boost::prior(i.rend()))->id; in test_const_rnd_iterators() 216 for(const_reverse_iterator rit2=i.rend();rit2!=rmiddle;){ in test_const_rnd_iterators()
|
/third_party/boost/libs/iterator/test/ |
D | next_prior_test.cpp | 88 BOOST_TEST(plus_one_test(x.rbegin(), x.rend(), y.begin())); in main() 89 BOOST_TEST(plus_n_test(x.rbegin(), x.rend(), y.begin())); in main() 90 BOOST_TEST(minus_one_test(x.rbegin(), x.rend(), y.end())); in main() 91 BOOST_TEST(minus_n_test(x.rbegin(), x.rend(), y.end())); in main() 92 BOOST_TEST(minus_n_unsigned_test(x.rbegin(), x.rend(), x.size())); in main() 93 BOOST_TEST(minus_n_unsigned_test(x.rbegin(), x.rend(), y.size())); in main()
|
/third_party/boost/boost/proto/functional/range/ |
D | rend.hpp | 19 struct rend struct 39 return boost::rend(rng); in operator ()() 45 return boost::rend(rng); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | ArgList.h | 194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; } in rbegin() 195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function 200 const_reverse_iterator rbegin() const { return {Args.rbegin(), Args.rend()}; } in rbegin() 201 const_reverse_iterator rend() const { return {Args.rend(), Args.rend()}; } in rend() function 218 auto B = Args.rend() - Range.second; in filtered_reverse() 219 auto E = Args.rend() - Range.first; in filtered_reverse()
|
/third_party/boost/boost/range/ |
D | rend.hpp | 26 rend( C& c ) in rend() function 35 rend( const C& c ) in rend() function 46 return boost::rend( r ); in const_rend()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | Trace.h | 92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function 93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | fseek.c | 6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked() 21 f->rpos = f->rend = 0; in __fseeko_unlocked()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | fseek.c | 6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked() 21 f->rpos = f->rend = 0; in __fseeko_unlocked()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | fseek.c | 6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked() 21 f->rpos = f->rend = 0; in __fseeko_unlocked()
|
/third_party/gn/src/base/ |
D | value_iterators.cc | 155 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rend() { in rend() function in base::detail::dict_iterator_proxy 159 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rend() const { in rend() function in base::detail::dict_iterator_proxy 177 return const_reverse_iterator(rend()); in crend() 202 const_dict_iterator_proxy::rend() const { in rend() function in base::detail::const_dict_iterator_proxy 223 return const_reverse_iterator(rend()); in crend()
|