Home
last modified time | relevance | path

Searched defs:SCL (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp76 std::unique_ptr<SpecialCaseList> SCL(new SpecialCaseList()); in create() local
84 std::unique_ptr<SpecialCaseList> SCL(new SpecialCaseList()); in create() local
94 if (auto SCL = create(Paths, FS, Error)) in createOrDie() local
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c654 vector unsigned short SCL = vec_splat_u16(4); in yuv2packedX_altivec() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp179 std::unique_ptr<SpecialCaseList> SCL; member in __anonee2533a60111::DFSanABIList