Searched refs:SOC (Results 1 – 5 of 5) sorted by relevance
/external/libavc/test/encoder/ |
D | main.c | 99 SOC, enumerator 182 { "--", "--soc", SOC, "Set SOC. Supported values GENERIC, HISI_37X \n" }, 702 case SOC: in parse_argument()
|
/external/libhevc/test/decoder/ |
D | main.c | 277 SOC, enumerator 343 { "--", "--soc", SOC, 1284 case SOC: in parse_argument()
|
/external/libavc/test/decoder/ |
D | main.c | 279 SOC, enumerator 350 {"--", "--soc", SOC, 1296 case SOC: in parse_argument()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 271 SOC, enumerator 332 { "--", "--soc", SOC, 1294 case SOC: in parse_argument()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 663 if (Constant *SOC = dyn_cast<Constant>(SO)) { in FoldOperationIntoSelectOperand() local 665 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand); in FoldOperationIntoSelectOperand() 666 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC); in FoldOperationIntoSelectOperand()
|