Home
last modified time | relevance | path

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

12345678910>>...18

/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/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/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()
/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/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/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/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/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/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()
/third_party/json/tests/src/
H A Dunit-iterators1.cpp133 SECTION("json + rbegin/rend")
136 CHECK(it != j.rend());
141 CHECK(it == j.rend());
145 CHECK(it != j.rend());
150 CHECK(it == j.rend());
154 CHECK(it != j.rend());
325 auto rit = j.rend();
439 SECTION("json + rbegin/rend")
442 CHECK(it != j.rend());
447 CHECK(it == j.rend());
[all...]
H A Dunit-capacity.cpp223 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
243 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
265 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
285 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
308 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
328 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
349 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
369 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
389 CHECK(std::distance(j.rbegin(), j.rend()) == j.size());
409 CHECK(std::distance(j.rbegin(), j.rend())
[all...]
/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()
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArgList.h194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; } in rbegin()
195 reverse_iterator rend() { return {Args.rend(), Args.rend()}; } in rend() function in llvm::opt::ArgList
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 in llvm::opt::ArgList
218 auto B = Args.rend() - Range.second; in filtered_reverse()
219 auto E = Args.rend() in filtered_reverse()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii.h213 auto it = std::find_if_not(str.rbegin(), str.rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace()
214 return str.substr(0, str.rend() - it); in StripTrailingAsciiWhitespace()
219 auto it = std::find_if_not(str->rbegin(), str->rend(), absl::ascii_isspace); in StripTrailingAsciiWhitespace()
220 str->erase(str->rend() - it); in StripTrailingAsciiWhitespace()

Completed in 21 milliseconds

12345678910>>...18