Home
last modified time | relevance | path

Searched refs:rend (Results 1 - 25 of 602) sorted by relevance

12345678910>>...25

/third_party/ffmpeg/libavfilter/
H A Dphase_template.c81 const pixel *rend, *end = nptr + (h - 2) * ns; in analyze_plane() local
93 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in analyze_plane()
98 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in analyze_plane()
106 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in analyze_plane()
111 for (rend = nptr + w; nptr < rend; nptr++, optr++) { in analyze_plane()
119 for (rend in analyze_plane()
[all...]
/third_party/musl/src/stdio/
H A Dext2.c6 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()
H A Dfread.c19 f->rpos = f->rend; in __fill_buffer()
24 f->rend = f->rpos + k; in __fill_buffer()
51 if (f->rpos != f->rend) { in fread()
53 k = MIN(f->rend - f->rpos, l); in fread()
H A Dfflush.c37 if (f->rpos != f->rend) f->seek(f, f->rpos-f->rend, SEEK_CUR); in fflush()
41 f->rpos = f->rend = 0; in fflush()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.cpp59 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<Component>); in MergeRSNode()
60 if (head == components.end() || tail == components.rend()) { in MergeRSNode()
74 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode()
75 if (head == components.end() || tail == components.rend()) { in MergeRSNode()
85 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode()
86 if (components.empty() || head == components.end() || tail == components.rend()) { in MergeRSNode()
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h44 (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/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c593 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()
665 char *pos, *rpos, *rend; gsm_auth_req() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c593 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()
665 char *pos, *rpos, *rend; gsm_auth_req() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dshgetc.c12 /* If lim is nonzero, rend must be a valid pointer. */ in __shlim()
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/
H A Dshgetc.c12 /* If lim is nonzero, rend must be a valid pointer. */ in __shlim()
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/
H A Dshgetc.c12 /* If lim is nonzero, rend must be a valid pointer. */ in __shlim()
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_a/kernel/src/internal/
H A Dshgetc.c12 /* If lim is nonzero, rend must be a valid pointer. */ in __shlim()
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/
H A Des2fVertexTextureTests.cpp604 const Render& rend = renders[renderNdx]; in iterate() local
605 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx); 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 in iterate()
941 const Render& rend = renders[renderNdx]; iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp704 const Render& rend = renders[renderNdx]; in iterate() local
705 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx); 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 in iterate()
1039 const Render& rend = renders[renderNdx]; iterate() local
1379 const Render& rend = renders[renderNdx]; iterate() local
1722 const Render& rend = renders[renderNdx]; iterate() local
[all...]
/third_party/musl/porting/linux/user/src/stdio/
H A Dfread.c17 f->rpos = f->rend; in __fill_buffer()
22 f->rend = f->rpos + k; in __fill_buffer()
47 if (f->rpos != f->rend) { in fread()
49 k = MIN(f->rend - f->rpos, l); in fread()
H A Dfgets.c25 if (f->rpos != f->rend) { in fgets()
26 z = memchr(f->rpos, '\n', MIN(f->rend - f->rpos, n)); in fgets()
27 k = z ? z - f->rpos + 1 : f->rend - f->rpos; in fgets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTrace.h92 reverse_iterator rend () { return BasicBlocks.rend(); } in rend() function in llvm::Trace
93 const_reverse_iterator rend () const { return BasicBlocks.rend(); } in rend() function in llvm::Trace
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfseek.c13 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
28 f->rpos = f->rend = 0; in __fseeko_unlocked()
H A Dfflush.c37 if (f->rpos != f->rend) f->seek(f, f->rpos-f->rend, SEEK_CUR); in fflush()
41 f->rpos = f->rend = 0; in fflush()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfseek.c6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
21 f->rpos = f->rend = 0; in __fseeko_unlocked()
H A Dfgets.c24 if (f->rpos != f->rend) { in fgets()
25 z = memchr(f->rpos, '\n', f->rend - f->rpos); in fgets()
26 k = z ? z - f->rpos + 1 : f->rend - f->rpos; in fgets()
H A Dfflush.c37 if (f->rpos != f->rend) lseek(f->fd, f->rpos-f->rend, SEEK_CUR); in __fflush()
41 f->rpos = f->rend = 0; in __fflush()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfseek.c6 if (whence == SEEK_CUR && f->rend) off -= f->rend - f->rpos; in __fseeko_unlocked()
21 f->rpos = f->rend = 0; in __fseeko_unlocked()
H A Dfflush.c37 if (f->rpos != f->rend) lseek(f->fd, f->rpos-f->rend, SEEK_CUR); in __fflush()
41 f->rpos = f->rend = 0; in __fflush()
/third_party/gn/src/base/
H A Dvalue_iterators.cc157 dict_iterator_proxy::reverse_iterator dict_iterator_proxy::rend() { in rend() function in base::detail::dict_iterator_proxy
161 dict_iterator_proxy::const_reverse_iterator dict_iterator_proxy::rend() const { in rend() function in base::detail::dict_iterator_proxy
179 return const_reverse_iterator(rend()); in crend()
204 const_dict_iterator_proxy::rend() const { in rend() function in base::detail::const_dict_iterator_proxy
225 return const_reverse_iterator(rend()); in crend()

Completed in 11 milliseconds

12345678910>>...25