HomeSort by relevance Sort by last modified time
    Searched refs:SOC (Results 1 - 8 of 8) sorted by null

  /external/libhevc/test/decoder/
main.c 274 SOC,
334 { "--", "--soc", SOC,
335 "Set SOC. Supported values GENERIC, HISI_37X \n" },
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp 529 if (Constant *SOC = dyn_cast<Constant>(SO)) {
531 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand);
532 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC);
    [all...]
  /external/libavc/test/decoder/
main.c 275 SOC,
339 {"--", "--soc", SOC,
340 "Set SOC. Supported values GENERIC, HISI_37X \n" },
    [all...]
  /external/libavc/test/encoder/
main.c 99 SOC,
184 { "--", "--soc", SOC, "Set SOC. Supported values GENERIC, HISI_37X \n" },
704 case SOC:
    [all...]
  /external/libmpeg2/test/decoder/
main.c 273 SOC,
335 { "--", "--soc", SOC,
336 "Set SOC. Supported values GENERIC, HISI_37X \n" },
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 125 # SOC UNIT Debug Registers
371 # Before we get going, check SOC Unit Registers to see if we are required to issue a warm/cold reset
Flat32.asm 289 ; Before we get going, check SOC Unit Registers to see if we are required to issue a warm/cold reset
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 705 if (Constant *SOC = dyn_cast<Constant>(SO)) {
707 return ConstantExpr::get(I.getOpcode(), SOC, ConstOperand);
708 return ConstantExpr::get(I.getOpcode(), ConstOperand, SOC);
    [all...]

Completed in 1020 milliseconds