Home
last modified time | relevance | path

Searched refs:getMask (Results 1 – 25 of 42) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DBitParameterType.cpp151 uiValue = (uiValue & ~getMask()) | (uiConvertedValue << _bitPos); in toBlackboard()
159 uint64_t uiConvertedValue = (uiValue & getMask()) >> _bitPos; in fromBlackboard()
188 uiValue = (uiValue & ~getMask()) | (uiUserValue << _bitPos); in toBlackboard()
196 userValue = static_cast<uint32_t>((value & getMask()) >> _bitPos); in fromBlackboard()
202 return (uiOriginData & ~getMask()) | (uiNewData & getMask()); in merge()
223 uint64_t CBitParameterType::getMask() const in getMask() function in CBitParameterType
DBitParameterType.h87 uint64_t getMask() const;
/external/xmlrpcpp/src/
DXmlRpcDispatch.cpp64 it->getMask() = eventMask; in setSourceEvents()
93 if (it->getMask() & ReadableEvent) FD_SET(fd, &inFd); in work()
94 if (it->getMask() & WritableEvent) FD_SET(fd, &outFd); in work()
95 if (it->getMask() & Exception) FD_SET(fd, &excFd); in work()
96 if (it->getMask() && fd > maxFd) maxFd = fd; in work()
139 thisIt->getMask() = newMask; in work()
DXmlRpcDispatch.h68 unsigned& getMask() { return _mask; } in getMask() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java164 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
165 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
166 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
167 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
168 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
169 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
183 return (getMask(UCharacter.getType(c))& in isgraphPOSIX()
617 return getMask(getType(c)); in getIntPropertyValue()
783 public static final int getMask(int type) in getMask() method in UCharacterProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java163 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED);
164 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL);
165 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE);
166 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR);
167 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR);
168 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR);
182 return (getMask(UCharacter.getType(c))& in isgraphPOSIX()
616 return getMask(getType(c)); in getIntPropertyValue()
782 public static final int getMask(int type) in getMask() method in UCharacterProperty
/external/libmojo/base/android/java/src/org/chromium/base/
DCpuFeatures.java36 public static long getMask() { in getMask() method in CpuFeatures
/external/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp221 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass()
261 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java189 ceMask_ = getMask(strength_); in StringSearch()
314 ceMask_ = getMask(collator_.getStrength()); in setCollator()
433 ceMask = getMask(strength_); in reset()
562 private static int getMask(int strength) { in getMask() method in StringSearch
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java190 ceMask_ = getMask(strength_); in StringSearch()
321 ceMask_ = getMask(collator_.getStrength()); in setCollator()
448 ceMask = getMask(strength_); in reset()
579 private static int getMask(int strength) { in getMask() method in StringSearch
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp292 static std::string getMask(uint32_t prot) in getMask() function
785 W.printString("maxprot", getMask(MOSegment.maxprot)); in printMachOSegment()
786 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h78 APInt getMask() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h82 APInt getMask() const;
/external/llvm/include/llvm/IR/
DDerivedTypes.h79 APInt getMask() const;
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h981 const uint32_t *getMask() const { return Mask; } in getMask() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp154 unsigned int getMask() const { return reg.WriteMask; } in getMask() function in tgsi::Instruction::DstRegister
156 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); } in isMasked()
1473 info->out[dst.getIndex(0)].mask |= dst.getMask(); in scanInstruction()
2327 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT()
2537 ld->tex.mask = tgsi.getDst(0).getMask(); in handleLOAD()
2634 if (!(tgsi.getDst(0).getMask() & (1 << c))) in handleSTORE()
2667 st->tex.mask = tgsi.getDst(0).getMask(); in handleSTORE()
2998 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0; in handleInstruction()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1093 SDValue Mask = MLD->getMask(); in SplitVecRes_MLOAD()
1161 SDValue Mask = MGT->getMask(); in SplitVecRes_MGATHER()
1678 SDValue Mask = MGT->getMask(); in SplitVecOp_MGATHER()
1743 SDValue Mask = N->getMask(); in SplitVecOp_MSTORE()
1805 SDValue Mask = N->getMask(); in SplitVecOp_MSCATTER()
2867 SDValue Mask = N->getMask(); in WidenVecRes_MLOAD()
2905 SDValue Mask = N->getMask(); in WidenVecRes_MGATHER()
3300 SDValue Mask = MST->getMask(); in WidenVecOp_MSTORE()
3338 SDValue Mask = MSC->getMask(); in WidenVecOp_MSCATTER()
DDAGCombiner.cpp2805 SVN0->getMask().equals(SVN1->getMask())) { in SimplifyBinOpWithSameOpcodeHands()
2825 SVN0->getMask()); in SimplifyBinOpWithSameOpcodeHands()
2846 SVN0->getMask()); in SimplifyBinOpWithSameOpcodeHands()
5332 SDValue Mask = MSC->getMask(); in visitMSCATTER()
5393 SDValue Mask = MST->getMask(); in visitMSTORE()
5467 SDValue Mask = MGT->getMask(); in visitMGATHER()
5544 SDValue Mask = MLD->getMask(); in visitMLOAD()
7615 for (int M : SVN->getMask()) in visitBITCAST()
13323 for (int M : SVN->getMask()) in simplifyShuffleOperands()
13334 return DAG.getVectorShuffle(VT, SDLoc(SVN), S0, S1, SVN->getMask()); in simplifyShuffleOperands()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1239 ArrayRef<int> getMask() const {
1879 const SDValue &getMask() const { return getOperand(2); }
1945 const SDValue &getMask() const { return getOperand(2); }
/external/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp146 for (BitMaskClassIterator It(SuperRCIt.getMask(), TRI); It.isValid(); in addRegBankCoverage()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1279 LShuf->getMask() == RShuf->getMask()) { in SimplifyVectorOp()
1283 UndefValue::get(NewBO->getType()), LShuf->getMask()); in SimplifyVectorOp()
1323 UndefValue::get(Inst.getType()), Shuffle->getMask()); in SimplifyVectorOp()
/external/llvm/lib/IR/
DType.cpp263 APInt IntegerType::getMask() const { in getMask() function in IntegerType
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp301 APInt IntegerType::getMask() const { in getMask() function in IntegerType
/external/icu/icu4c/source/i18n/
Dusearch.cpp65 inline uint32_t getMask(UCollationStrength strength) in getMask() function
2688 result->ceMask = getMask(result->strength); in usearch_openFromCollator()
3035 strsrch->ceMask = getMask(strsrch->strength); in usearch_setCollator()
3408 ceMask = getMask(strsrch->strength); in usearch_reset()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp3139 N->getMask(M); in isPSHUFDMask()
3164 N->getMask(M); in isPSHUFHWMask()
3189 N->getMask(M); in isPSHUFLWMask()
3399 N->getMask(M); in isSHUFPMask()
3425 N->getMask(M); in isCommutedSHUFP()
3551 N->getMask(M); in isUNPCKLMask()
3598 N->getMask(M); in isUNPCKHMask()
3641 N->getMask(M); in isUNPCKL_v_undef_Mask()
3666 N->getMask(M); in isUNPCKH_v_undef_Mask()
3691 N->getMask(M); in isMOVLMask()
[all …]

12