Home
last modified time | relevance | path

Searched refs:next2 (Results 1 – 25 of 27) 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()
/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/gstreamer/gstplugins_bad/gst/yadif/
Dvf_yadif.c52 int d = (prev2[0] + next2[0])>>1; \
54 int temporal_diff0 = FFABS(prev2[0] - next2[0]); \
69 int b = (prev2[2 * mrefs] + next2[2 * mrefs])>>1; \
70 int f = (prev2[2 * prefs] + next2[2 * prefs])>>1; \
89 next2++; \
99 guint8 *next2 = parity ? cur : next; in filter_line_c() local
111 guint16 *next2 = parity ? cur : next;
Dyadif_template.c120 LOAD("(%["next2"])", MM"3") /* next2[x] */\ in RENAME()
183 LOAD("(%["next2"],%[mrefs],2)", MM"4") /* next2[x-2*refs] */\ in RENAME()
185 LOAD("(%["next2"],%[prefs],2)", MM"5") /* next2[x+2*refs] */\ in RENAME()
236 #define next2 "cur" in RENAME() macro
239 #undef next2 in RENAME()
242 #define next2 "next" in RENAME() macro
245 #undef next2 in RENAME()
/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/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/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/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/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/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/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/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/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap3/
Dlowlevel_init.S49 next2: label
53 blo next2
/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()
/third_party/python/Python/
Dcompile.c2535 basicblock *next2 = next; in compiler_jump_if() local
2537 next2 = compiler_new_block(c); in compiler_jump_if()
2538 if (next2 == NULL) in compiler_jump_if()
2542 if (!compiler_jump_if(c, (expr_ty)asdl_seq_GET(s, i), next2, cond2)) in compiler_jump_if()
2547 if (next2 != next) in compiler_jump_if()
2548 compiler_use_next_block(c, next2); in compiler_jump_if()
2552 basicblock *end, *next2; in compiler_jump_if() local
2556 next2 = compiler_new_block(c); in compiler_jump_if()
2557 if (next2 == NULL) in compiler_jump_if()
2559 if (!compiler_jump_if(c, e->v.IfExp.test, next2, 0)) in compiler_jump_if()
[all …]

12