Home
last modified time | relevance | path

Searched refs:HValue (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/modules/mixer/simple/python/
H A Dcommon.py6 Info as HInfo, Value as HValue, InterfaceId, \
76 self.volumearray[dir] = HValue(helem).getArray(self.volumeinfo[dir].type, self.volumeinfo[dir].count)
81 self.switcharray[dir] = HValue(helem).getArray(self.switchinfo[dir].type, self.switchinfo[dir].count)
108 hv = HValue(self.volume[dir])
121 hv = HValue(self.switch[dir])
128 self.volumearray[i] = HValue(helem).getArray(self.volumeinfo[i].type, self.volumeinfo[i].count)
130 self.switcharray[i] = HValue(helem).getArray(self.switchinfo[i].type, self.switchinfo[i].count)
143 self.enumarray = HValue(helem).getArray(self.enuminfo.type, self.enuminfo.count)
173 hv = HValue(self.enum)
178 self.enumarray = HValue(hele
7 EventMask, EventMaskRemove global() namespace
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h560 inline int HValue() const { return Bit(5); } in HValue() function in v8::internal::Instruction
616 inline bool HasH() const { return HValue() == 1; } in HasH()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6812 // (shl (zext HValue to i64), 32)), HalfValBitSize) in splitMergedValStore()
6814 // (store (or (shl (zext HValue to i64), 32)), HalfValBitSize) in splitMergedValStore()
6818 Value *LValue, *HValue; in splitMergedValStore()
6821 m_OneUse(m_Shl(m_OneUse(m_ZExt(m_Value(HValue))), in splitMergedValStore()
6825 // Check LValue and HValue are int with size less or equal than 32. in splitMergedValStore()
6828 !HValue->getType()->isIntegerTy() || in splitMergedValStore()
6829 DL.getTypeSizeInBits(HValue->getType()) > HalfValBitSize) in splitMergedValStore()
6832 // If LValue/HValue is a bitcast instruction, use the EVT before bitcast in splitMergedValStore()
6835 auto *HBC = dyn_cast<BitCastInst>(HValue); in splitMergedValStore()
6839 : EVT::getEVT(HValue in splitMergedValStore()
[all...]

Completed in 13 milliseconds