Home
last modified time | relevance | path

Searched refs:next2 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/iostreams/test/detail/
Dnull_padded_codecvt.hpp74 wchar_t*& next2 ) const in do_in()
80 next2 = first2; in do_in()
81 while (next2 != last2 && next1 != last1) { in do_in()
88 *next2++ = (unsigned char) *next1++; in do_in()
98 return next2 == last2 ? in do_in()
106 char*& next2 ) const in do_out()
112 next2 = first2; in do_out()
113 while (next1 != last1 && next2 != last2) { in do_out()
114 while (next2 != last2) { in do_out()
119 *next2++ = static_cast<char>(state); in do_out()
[all …]
/third_party/boost/libs/serialization/src/
Dcodecvt_null.cpp29 char * & next2 in do_out()
37 next2 = first2; in do_out()
45 next2 = first2; in do_out()
57 wchar_t * & next2 in do_in()
72 next2 = first2; in do_in()
79 next2 = first2; in do_in()
/third_party/typescript/tests/baselines/reference/
DawaitUnionPromise.types11 next2(): Promise<T> | Promise<AsyncEnumeratorDone>;
12 >next2 : () => Promise<T> | Promise<AsyncEnumeratorDone>
37 let b = await x.next2();
39 >await x.next2() : number | AsyncEnumeratorDone
40 >x.next2() : Promise<AsyncEnumeratorDone> | Promise<number>
41 >x.next2 : () => Promise<AsyncEnumeratorDone> | Promise<number>
43 >next2 : () => Promise<AsyncEnumeratorDone> | Promise<number>
DawaitUnionPromise.symbols17 next2(): Promise<T> | Promise<AsyncEnumeratorDone>;
18 >next2 : Symbol(IAsyncEnumerator.next2, Decl(awaitUnionPromise.ts, 5, 46))
49 let b = await x.next2();
51 >x.next2 : Symbol(IAsyncEnumerator.next2, Decl(awaitUnionPromise.ts, 5, 46))
53 >next2 : Symbol(IAsyncEnumerator.next2, Decl(awaitUnionPromise.ts, 5, 46))
DawaitUnionPromise.js8 next2(): Promise<T> | Promise<AsyncEnumeratorDone>;
16 let b = await x.next2();
40 let b = yield x.next2();
/third_party/ffmpeg/libavfilter/
Dvf_bwdif.c72 int d = (prev2[0] + next2[0]) >> 1; \
74 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \
84 int b = ((prev2[mrefs2] + next2[mrefs2]) >> 1) - c; \
85 int f = ((prev2[prefs2] + next2[prefs2]) >> 1) - e; \
95 interpol = (((coef_hf[0] * (prev2[0] + next2[0]) \
96 - coef_hf[1] * (prev2[mrefs2] + next2[mrefs2] + prev2[prefs2] + next2[prefs2]) \
97 … + coef_hf[2] * (prev2[mrefs4] + next2[mrefs4] + prev2[prefs4] + next2[prefs4])) >> 2) \
123 next2++; \
146 uint8_t *next2 = parity ? cur : next; in filter_line_c() local
163 uint8_t *next2 = parity ? cur : next; in filter_edge() local
[all …]
Dvf_yadif.c55 int d = (prev2[0] + next2[0])>>1; \
57 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \
71 int b = (prev2[2 * mrefs] + next2[2 * mrefs])>>1; \
72 int f = (prev2[2 * prefs] + next2[2 * prefs])>>1; \
91 next2++; \
104 uint8_t *next2 = parity ? cur : next; in filter_line_c() local
123 uint8_t *next2 = parity ? cur : next; in filter_edges() local
137 next2 = (uint8_t*)(parity ? cur : next); in filter_edges()
156 uint16_t *next2 = parity ? cur : next; in filter_line_c_16bit() local
172 uint16_t *next2 = parity ? cur : next; in filter_edges_16bit() local
[all …]
Dvf_yadif_cuda.cu145 cudaTextureObject_t next2 = next; in yadif_single() local
157 T K = tex2D<T>(next2, xo, yo - 1); in yadif_single()
158 T L = tex2D<T>(next2, xo, yo + 1); in yadif_single()
216 cudaTextureObject_t next2 = next; in yadif_double() local
228 T K = tex2D<T>(next2, xo, yo - 1); in yadif_double()
229 T L = tex2D<T>(next2, xo, yo + 1); in yadif_double()
Dvf_estdif.c61 const uint8_t *const next2,
69 const uint16_t *const next2,
171 const type *const next2, \
187 const type *const next2, \
196 next2[av_clip(x - k*3, 0, end)]) + 8) >> 4, \
207 const type *const next2, \
216 next2[av_clip(x - k*3, 0, end)]) + \
/third_party/boost/boost/iostreams/detail/
Dcodecvt_helper.hpp90 Intern*& next2 ) const in in()
92 return do_in(state, first1, last1, next1, first2, last2, next2); in in()
98 Extern*& next2 ) const in out()
100 return do_out(state, first1, last1, next1, first2, last2, next2); in out()
104 unshift(State& state, Extern* first2, Extern* last2, Extern*& next2) const in unshift()
106 return do_unshift(state, first2, last2, next2); in unshift()
/third_party/typescript/tests/cases/compiler/
DawaitUnionPromise.ts8 next2(): Promise<T> | Promise<AsyncEnumeratorDone>; method
16 let b = await x.next2();
/third_party/boost/boost/archive/
Dcodecvt_null.hpp77 char * & next2
88 wchar_t * & next2
/third_party/node/test/parallel/
Dtest-fs-write-stream-autoclose-option.js33 process.nextTick(next2);
38 function next2() { function
/third_party/libwebsockets/lib/roles/http/
Dcookie.c99 goto next2; in lws_cookie_parse_date()
109 goto next2; in lws_cookie_parse_date()
120 goto next2; in lws_cookie_parse_date()
129 goto next2; in lws_cookie_parse_date()
132 goto next2; in lws_cookie_parse_date()
135 next2: in lws_cookie_parse_date()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turns.hpp370 ever_circling_iterator<range2_iterator> next2(begin_range_2, end_range_2, it2, true); in apply() local
371 next2++; in apply()
373 for (prev2 = it2++, next2++; in apply()
375 ++prev2, ++it2, ++index2, ++next2, ++ndi2) in apply()
412 circular2_iterator(begin_range_2, end_range_2, next2), in apply()
/third_party/glib/glib/
Dgutf8.c1110 goto next2; in g_utf16_to_utf8()
1118 next2: in g_utf16_to_utf8()
1247 goto next2; in g_utf16_to_ucs4()
1256 next2: in g_utf16_to_ucs4()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re.hpp286 int next2 = get_one_char(s); in fill() local
287 if (next2 == '\n') in fill()
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_re.hpp284 int next2 = get_one_char(s); in fill() local
285 if (next2 == '\n') in fill()
/third_party/skia/third_party/externals/icu/source/common/
Dustrcase.cpp1519 const UChar *next1, *next2; in _cmpFold() local
1535 next1=next2=NULL; in _cmpFold()
1552 next2=s2; in _cmpFold()
1557 next2=stack2[0].s; in _cmpFold()
1559 if(next2!=NULL) { in _cmpFold()
1561 m2=next2; in _cmpFold()
/third_party/node/deps/icu-small/source/common/
Dustrcase.cpp1519 const UChar *next1, *next2; in _cmpFold() local
1535 next1=next2=NULL; in _cmpFold()
1552 next2=s2; in _cmpFold()
1557 next2=stack2[0].s; in _cmpFold()
1559 if(next2!=NULL) { in _cmpFold()
1561 m2=next2; in _cmpFold()
/third_party/icu/icu4c/source/common/
Dustrcase.cpp1519 const UChar *next1, *next2; in _cmpFold() local
1535 next1=next2=NULL; in _cmpFold()
1552 next2=s2; in _cmpFold()
1557 next2=stack2[0].s; in _cmpFold()
1559 if(next2!=NULL) { in _cmpFold()
1561 m2=next2; in _cmpFold()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustrcase.cpp1519 const UChar *next1, *next2; in _cmpFold() local
1535 next1=next2=NULL; in _cmpFold()
1552 next2=s2; in _cmpFold()
1557 next2=stack2[0].s; in _cmpFold()
1559 if(next2!=NULL) { in _cmpFold()
1561 m2=next2; in _cmpFold()
/third_party/alsa-utils/topology/
Dpre-processor.c125 snd_config_iterator_t i, next, i2, next2; in pre_process_config() local
149 snd_config_for_each(i2, next2, n) { in pre_process_config()
Dpre-process-object.c1581 snd_config_iterator_t i, next, i2, next2; in tplg_pre_process_objects() local
1594 snd_config_for_each(i2, next2, n) { in tplg_pre_process_objects()
/third_party/optimized-routines/math/test/
Dulp.c169 next2 (uint64_t *x2, struct gen *g) in next2() function
187 uint64_t x = next2 (&x2, g); in next_f2()
201 uint64_t x = next2 (&x2, g); in next_d2()

12