/third_party/ffmpeg/libavfilter/ |
H A D | vf_yadif.c | 93 void *prev1, void *cur1, void *next1, in filter_line_c() 99 uint8_t *next = next1; in filter_line_c() 112 static void filter_edges(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges() argument 118 uint8_t *next = next1; in filter_edges() 133 next = (uint8_t*)next1 + offset; in filter_edges() 144 void *prev1, void *cur1, void *next1, in filter_line_c_16bit() 151 uint16_t *next = next1; in filter_line_c_16bit() 161 static void filter_edges_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edges_16bit() argument 167 uint16_t *next = next1; in filter_edges_16bit() 183 next = (uint16_t*)next1 in filter_edges_16bit() 92 filter_line_c(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) filter_line_c() argument 143 filter_line_c_16bit(void *dst1, void *prev1, void *cur1, void *next1, int w, int prefs, int mrefs, int parity, int mode) filter_line_c_16bit() argument [all...] |
H A D | vf_bwdif.c | 135 static void filter_line_c(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c() argument 143 uint8_t *next = next1; in filter_line_c() 153 static void filter_edge(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge() argument 160 uint8_t *next = next1; in filter_edge() 180 static void filter_line_c_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_line_c_16bit() argument 188 uint16_t *next = next1; in filter_line_c_16bit() 198 static void filter_edge_16bit(void *dst1, void *prev1, void *cur1, void *next1, in filter_edge_16bit() argument 205 uint16_t *next = next1; in filter_edge_16bit()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | awaitUnionPromise.js | 7 next1(): Promise<T | AsyncEnumeratorDone>; 15 let a = await x.next1(); 39 let a = yield x.next1();
|
/third_party/ffmpeg/libavcodec/ |
H A D | elsdec.c | 49 uint8_t next1; member 344 *rung = Ladder[*rung].next1; in ff_els_decode_bit()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 156 next1 (struct gen *g) in next1() function 180 return (struct args_f1){asfloat (next1 (g))}; in next_f1() 194 return (struct args_d1){asdouble (next1 (g))}; in next_d1()
|
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 550 const Instruction* next1 = GetInstructionAtOffset(1 * isize); in IsConsistentMOPSTriplet() local 565 return next1->IsMOPSMainOf(this, mops_type) && in IsConsistentMOPSTriplet() 569 next1->IsMOPSEpilogueOf(this, mops_type); in IsConsistentMOPSTriplet()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 619 Char next1 = subject[pos + 1]; in RawMatch() local 623 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch() 631 Char next1 = subject[pos + 1]; in RawMatch() local 635 (subject[pos] | (next1 << 8) | (next2 << 16) | (next3 << 24)); in RawMatch()
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrcase.cpp | 1601 const UChar *next1, *next2; 1617 next1=next2=NULL; 1619 next1=s1; 1629 next1=stack1[0].s; 1632 if (next1!=NULL) { 1642 m1=next1;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrcase.cpp | 1606 const char16_t *next1, *next2; 1622 next1=next2=nullptr; 1624 next1=s1; 1634 next1=stack1[0].s; 1637 if (next1!=nullptr) { 1647 m1=next1;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrcase.cpp | 1519 const UChar *next1, *next2; in _cmpFold() local 1535 next1=next2=NULL; in _cmpFold() 1537 next1=s1; in _cmpFold() 1547 next1=stack1[0].s; in _cmpFold() 1550 if (next1!=NULL) { in _cmpFold() 1560 m1=next1; in _cmpFold()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 321 struct list_head *list, *pos, *pos1, *next1; in snd_pcm_ladspa_free_instances() local 327 list_for_each_safe(pos1, next1, &plugin->instances) { in snd_pcm_ladspa_free_instances()
|