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/ |
D | YAMLTraits.h | 1774 operator<<(Output &yout, T &docList) { 1776 yout.beginDocuments(); 1777 const size_t count = DocumentListTraits<T>::size(yout, docList); 1779 if ( yout.preflightDocument(i) ) { 1780 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, 1782 yout.postflightDocument(); 1785 yout.endDocuments(); 1786 return yout; 1793 operator<<(Output &yout, T &map) { 1795 yout.beginDocuments(); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1400 operator<<(Output &yout, T &docList) { 1402 yout.beginDocuments(); 1403 const size_t count = DocumentListTraits<T>::size(yout, docList); 1405 if ( yout.preflightDocument(i) ) { 1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true, 1408 yout.postflightDocument(); 1411 yout.endDocuments(); 1412 return yout; 1419 operator<<(Output &yout, T &map) { 1421 yout.beginDocuments(); [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_shufflepixels.c | 169 int yout = rand / nb_blocks_w; in make_block_map() local 171 int out = yout * s->block_h * s->planewidth[0] + xout * s->block_w; in make_block_map()
|
/third_party/ffmpeg/libavcodec/ |
D | utils.c | 364 int pos, xout, yout; in avcodec_chroma_pos_to_enum() local 367 if (avcodec_enum_to_chroma_pos(&xout, &yout, pos) == 0 && xout == xpos && yout == ypos) in avcodec_chroma_pos_to_enum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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()
|