Home
last modified time | relevance | path

Searched refs:SOC (Results 1 – 4 of 4) sorted by relevance

/third_party/popt/tests/test3-data/
D03.input45 # should we connect to SOC for delivinit/update etc?
48 # address of the SOC
51 # no of secs before we timeout SOC connection
54 # SOC port for sending delivinit query
57 # SOC port for sending delivery update
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp870 if (auto *SOC = dyn_cast<Constant>(SO)) { in foldOperationIntoSelectOperand() local
872 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in foldOperationIntoSelectOperand()
873 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in foldOperationIntoSelectOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3039 ShadowAndOriginCombiner SOC(this, IRB); in handlePclmulIntrinsic() local
3040 SOC.Add(Shuf0, getOrigin(&I, 0)); in handlePclmulIntrinsic()
3041 SOC.Add(Shuf1, getOrigin(&I, 1)); in handlePclmulIntrinsic()
3042 SOC.Done(&I); in handlePclmulIntrinsic()
/third_party/gstreamer/gstplugins_bad/
DChangeLog132886 androidmedia: Fix copying of raw video frames on Samsung Galaxy S3 with Exynos 4 SOC