Searched refs:VO (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | m4vdec.c | 36 int VO = 0, VOL = 0, VOP = 0, VISO = 0, res = 0; in mpeg4video_probe() local 52 VO++; in mpeg4video_probe() 68 if (VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res == 0) in mpeg4video_probe() 69 return VOP+VO > 4 ? AVPROBE_SCORE_EXTENSION : AVPROBE_SCORE_EXTENSION/2; in mpeg4video_probe() 71 if (VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && VOP+VO > 4) in mpeg4video_probe()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1876 ScalarEvolution::ValueOffsetPair VO = FindValueInExprValueMap(S, InsertPt); in expand() local 1877 Value *V = VO.first; in expand() 1881 else if (VO.second) { in expand() 1884 int64_t Offset = VO.second->getSExtValue(); in expand() 1888 ConstantInt::getSigned(VO.second->getType(), -(Offset * 8) / ESize); in expand() 1892 ConstantInt::getSigned(VO.second->getType(), -Offset); in expand() 1900 V = Builder.CreateSub(V, VO.second); in expand() 2086 Optional<ScalarEvolution::ValueOffsetPair> VO = in getExactExistingExpansion() local 2088 if (VO && VO in getExactExistingExpansion() 2120 ScalarEvolution::ValueOffsetPair VO = FindValueInExprValueMap(S, At); getRelatedExistingExpansion() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1986 const MachineOperand &VO = MI.getOperand(1); in evaluate() local 1990 if (!VO.isImm()) in evaluate()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 518 V(vo, VO, 0xE76A) /* type = VRR_C VECTOR OR */ \
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 801 V(vo, VO, 0xE76A) /* type = VRR_C VECTOR OR */ \ in EvalTableInit() 3908 EVALUATE(VO) { in EVALUATE() 3909 DCHECK_OPCODE(VO); in EVALUATE()
|
Completed in 27 milliseconds