Searched refs:HValue (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/modules/mixer/simple/python/ |
D | common.py | 6 Info as HInfo, Value as HValue, InterfaceId, \ unknown 76 …self.volumearray[dir] = HValue(helem).getArray(self.volumeinfo[dir].type, self.volumeinfo[dir].cou… 81 …self.switcharray[dir] = HValue(helem).getArray(self.switchinfo[dir].type, self.switchinfo[dir].cou… 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(helem).getArray(self.enuminfo.type, self.enuminfo.count)
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | constants-arm.h | 560 inline int HValue() const { return Bit(5); } in HValue() function 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/ |
D | CodeGenPrepare.cpp | 6818 Value *LValue, *HValue; in splitMergedValStore() local 6821 m_OneUse(m_Shl(m_OneUse(m_ZExt(m_Value(HValue))), in splitMergedValStore() 6828 !HValue->getType()->isIntegerTy() || in splitMergedValStore() 6829 DL.getTypeSizeInBits(HValue->getType()) > HalfValBitSize) in splitMergedValStore() 6835 auto *HBC = dyn_cast<BitCastInst>(HValue); in splitMergedValStore() 6839 : EVT::getEVT(HValue->getType()); in splitMergedValStore() 6852 HValue = Builder.CreateBitCast(HBC->getOperand(0), HBC->getType()); in splitMergedValStore() 6877 CreateSplitStore(HValue, true); in splitMergedValStore()
|