Searched refs:SOC (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 274 SOC, enumerator 334 { "--", "--soc", SOC, 1269 case SOC: in parse_argument()
|
/external/libavc/test/encoder/ |
D | main.c | 99 SOC, enumerator 184 { "--", "--soc", SOC, "Set SOC. Supported values GENERIC, HISI_37X \n" }, 704 case SOC: in parse_argument()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 273 SOC, enumerator 335 { "--", "--soc", SOC, 1301 case SOC: in parse_argument()
|
/external/libavc/test/decoder/ |
D | main.c | 275 SOC, enumerator 339 {"--", "--soc", SOC, 1277 case SOC: in parse_argument()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 709 if (Constant *SOC = dyn_cast<Constant>(SO)) { in FoldOperationIntoSelectOperand() local 711 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in FoldOperationIntoSelectOperand() 712 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in FoldOperationIntoSelectOperand()
|