Home
last modified time | relevance | path

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 DYAMLTraits.h1774 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 DYAMLTraits.h1400 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 Dvf_shufflepixels.c162 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 DYAMLTraits.cpp437 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 Dutils.c379 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 10 milliseconds