Searched refs:yout (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 1774 operator<<(Output &yout, T &docList) { in operator <<() argument 1776 yout.beginDocuments(); in operator <<() 1777 const size_t count = DocumentListTraits<T>::size(yout, docList); in operator <<() 1779 if ( yout.preflightDocument(i) ) { in operator <<() 1780 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, in operator <<() 1782 yout.postflightDocument(); in operator <<() 1785 yout.endDocuments(); in operator <<() 1786 return yout; in operator <<() 1793 operator<<(Output &yout, argument 1808 operator <<(Output &yout, T &seq) operator <<() argument 1871 operator <<(Output &yout, T &seq) operator <<() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 1400 operator<<(Output &yout, T &docList) { in operator <<() argument 1402 yout.beginDocuments(); in operator <<() 1403 const size_t count = DocumentListTraits<T>::size(yout, docList); in operator <<() 1405 if ( yout.preflightDocument(i) ) { in operator <<() 1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, in operator <<() 1408 yout.postflightDocument(); in operator <<() 1411 yout.endDocuments(); in operator <<() 1412 return yout; in operator <<() 1419 operator<<(Output &yout, argument 1434 operator <<(Output &yout, T &seq) operator <<() argument 1464 operator <<(Output &yout, T &seq) operator <<() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_shufflepixels.c | 162 int yout = rand / nb_blocks_w; in make_block_map() local 164 int out = yout * s->block_h * s->planewidth[0] + xout * s->block_w; in make_block_map()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() argument 438 : IO(context), Out(yout), WrapColumn(WrapColumn) {} in Output()
|
/third_party/ffmpeg/libavcodec/ |
H A D | utils.c | 379 int pos, xout, yout; in avcodec_chroma_pos_to_enum() local 382 if (avcodec_enum_to_chroma_pos(&xout, &yout, pos) == 0 && xout == xpos && yout == ypos) in avcodec_chroma_pos_to_enum()
|
Completed in 18 milliseconds