/third_party/backends/backend/ |
H A D | snapscan-sources.c | 61 ------------------------ +psub 68 ------------------------ ! ponding functions in psub} 435 Source *psub /* sub-source */ 445 return ps->psub->remaining(ps->psub); in TxSource_remaining() 451 return ps->psub->bytesPerLine(ps->psub); in TxSource_bytesPerLine() 457 return ps->psub->pixelsPerLine(ps->psub); in TxSource_pixelsPerLine() 463 return ps->psub in TxSource_get() 475 TxSource_init(TxSource *pself, SnapScan_Scanner *pss, SourceRemaining remaining, SourceBytesPerLine bytesPerLine, SourcePixelsPerLine pixelsPerLine, SourceGet get, SourceDone done, Source *psub) TxSource_init() argument 601 Expander_init(Expander *pself, SnapScan_Scanner *pss, Source *psub) Expander_init() argument 642 create_Expander(SnapScan_Scanner *pss, Source *psub, Source **pps) create_Expander() argument 833 Deinterlacer_init(Deinterlacer *pself, SnapScan_Scanner *pss, Source *psub) Deinterlacer_init() argument 889 create_Deinterlacer(SnapScan_Scanner *pss, Source *psub, Source **pps) create_Deinterlacer() argument 1072 RGBRouter_init(RGBRouter *pself, SnapScan_Scanner *pss, Source *psub) RGBRouter_init() argument 1127 create_RGBRouter(SnapScan_Scanner *pss, Source *psub, Source **pps) create_RGBRouter() argument 1168 Inverter_init(Inverter *pself, SnapScan_Scanner *pss, Source *psub) Inverter_init() argument 1182 create_Inverter(SnapScan_Scanner *pss, Source *psub, Source **pps) create_Inverter() argument [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 106 psub%3 m0, m2 107 psub%3 m1, m3 228 psub%3 m0, m5 229 psub%3 m1, m5 327 psub%3 m0, m1 328 psub%3 m3, m4 361 psub%3 m3, m4, m0 362 psub%3 m7, m4, m5 363 psub%3 m3, m1 364 psub [all...] |
/third_party/python/Tools/scripts/ |
H A D | dutree.py | 52 psub = prefix 55 psub = prefix + ' '*(width-1) + '|' + ' '*(len(key)+1) 57 show(tsub, d[key][1], psub)
|
/third_party/mksh/ |
H A D | misc.c | 822 const unsigned char *prest, *psub, *pnext; in do_gmatch() local 903 for (psub = p; ; psub = pnext) { in do_gmatch() 904 pnext = pat_scan(psub, pe, true); in do_gmatch() 906 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch() 930 for (psub = p; ; psub = pnext) { in do_gmatch() 931 pnext = pat_scan(psub, pe, true); in do_gmatch() 934 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch() 951 for (psub in do_gmatch() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.h | 545 void psub(Type Ty, XmmRegister dst, XmmRegister src); 546 void psub(Type Ty, XmmRegister dst, const AsmAddress &src);
|
H A D | IceAssemblerX8664.h | 564 void psub(Type Ty, XmmRegister dst, XmmRegister src); 565 void psub(Type Ty, XmmRegister dst, const AsmAddress &src);
|
H A D | IceAssemblerX8632.cpp | 853 void AssemblerX8632::psub(Type Ty, XmmRegister dst, XmmRegister src) { in psub() function in Ice::X8632::AssemblerX8632 867 void AssemblerX8632::psub(Type Ty, XmmRegister dst, const AsmAddress &src) { in psub() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 909 void AssemblerX8664::psub(Type Ty, XmmRegister dst, XmmRegister src) { in psub() function in Ice::X8664::AssemblerX8664 924 void AssemblerX8664::psub(Type Ty, XmmRegister dst, const AsmAddress &src) { in psub() function in Ice::X8664::AssemblerX8664
|
H A D | IceInstX8632.h | 3330 template <> constexpr const char *InstX86Psub::Base::Opcode = "psub"; 3543 &Assembler::psub, &Assembler::psub};
|
H A D | IceInstX8664.h | 3227 template <> constexpr const char *InstX86Psub::Base::Opcode = "psub"; 3440 &Assembler::psub, &Assembler::psub};
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A D | XmmArith.cpp | 329 psub, -, int, Size); \ in TEST_F() 334 psub, -, int, Size); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | XmmArith.cpp | 326 psub, -, int, Size); \ in TEST_F() 331 psub, -, int, Size); \ in TEST_F()
|