/external/parameter-framework/upstream/parameter/ |
D | BitParameterType.cpp | 151 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
|
D | BitParameterType.h | 88 uint64_t getMask() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | LowLevelTypeImpl.h | 197 static uint64_t getMask(const BitFieldInfo FieldInfo) { 206 return maskAndShift(Val, getMask(FieldInfo), FieldInfo[1]); 209 return getMask(FieldInfo) & (RawData >> FieldInfo[1]);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 1030 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED); 1031 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL); 1032 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE); 1033 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR); 1034 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR); 1035 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR); 1049 return (getMask(UCharacter.getType(c))& in isgraphPOSIX() 1523 return getMask(getType(c)); in getIntPropertyValue() 1689 public static final int getMask(int type) in getMask() method in UCharacterProperty
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 1029 private static final int GC_CN_MASK = getMask(UCharacter.UNASSIGNED); 1030 private static final int GC_CC_MASK = getMask(UCharacter.CONTROL); 1031 private static final int GC_CS_MASK = getMask(UCharacter.SURROGATE); 1032 private static final int GC_ZS_MASK = getMask(UCharacter.SPACE_SEPARATOR); 1033 private static final int GC_ZL_MASK = getMask(UCharacter.LINE_SEPARATOR); 1034 private static final int GC_ZP_MASK = getMask(UCharacter.PARAGRAPH_SEPARATOR); 1048 return (getMask(UCharacter.getType(c))& in isgraphPOSIX() 1522 return getMask(getType(c)); in getIntPropertyValue() 1688 public static final int getMask(int type) in getMask() method in UCharacterProperty
|
/external/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 221 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass() 261 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetRegisterInfo.cpp | 282 return firstCommonClass(RCI.getMask(), A->getSubClassMask(), this); in getMatchingSuperRegClass() 322 firstCommonClass(IA.getMask(), IB.getMask(), this); in getCommonSuperRegClass()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 190 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/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 189 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/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 292 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-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 571 int MaskSize = Shuf.getMask()->getType()->getVectorNumElements(); in isShuffleEquivalentToSelect() 716 Constant *Mask = Shuf->getMask(); in foldConstantInsEltIntoShuffle() 1213 Constant *Mask = Shuf.getMask(); in foldSelectShuffleWith1Binop() 1292 Constant *Mask = Shuf.getMask(); in foldSelectShuffle() 1360 LHS, RHS, SVI.getMask(), SVI.getType(), SQ.getWithInstruction(&SVI))) in visitShuffleVectorInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 294 static std::string getMask(uint32_t prot) in getMask() function 832 W.printString("maxprot", getMask(MOSegment.maxprot)); in printMachOSegment() 833 W.printString("initprot", getMask(MOSegment.initprot)); in printMachOSegment()
|
/external/skia/src/core/ |
D | SkCoverageDelta.h | 132 SkAlpha* getMask() { return fMask; } in getMask() function
|
/external/skqp/src/core/ |
D | SkCoverageDelta.h | 132 SkAlpha* getMask() { return fMask; } in getMask() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | DerivedTypes.h | 78 APInt getMask() const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DerivedTypes.h | 82 APInt getMask() const;
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 79 APInt getMask() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 2427 Constant *getMask() const { 2438 return getMaskValue(getMask(), Elt); 2449 return getShuffleMask(getMask(), Result); 2463 unsigned NumMaskElts = getMask()->getType()->getVectorNumElements(); 2484 return !changesLength() && isSingleSourceMask(getMask()); 2534 return !changesLength() && isSelectMask(getMask()); 2554 return !changesLength() && isReverseMask(getMask()); 2576 return !changesLength() && isZeroEltSplatMask(getMask()); 2625 return !changesLength() && isTransposeMask(getMask());
|
D | DerivedTypes.h | 83 APInt getMask() const;
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 155 unsigned int getMask() const { return reg.WriteMask; } in getMask() function in tgsi::Instruction::DstRegister 157 bool isMasked(int chan) const { return !(getMask() & (1 << chan)); } in isMasked() 1571 info->out[dst.getIndex(0)].mask |= dst.getMask(); in scanInstruction() 2532 unsigned int mask = tgsi.getDst(0).getMask(); in handleLIT() 2734 ld->tex.mask = tgsi.getDst(0).getMask(); in handleLOAD() 2837 if (!(tgsi.getDst(0).getMask() & (1 << c))) in handleSTORE() 2871 st->tex.mask = tgsi.getDst(0).getMask(); in handleSTORE() 3209 unsigned int mask = tgsi.dstCount() ? tgsi.getDst(0).getMask() : 0; in handleInstruction()
|
/external/llvm/include/llvm/Target/ |
D | TargetRegisterInfo.h | 981 const uint32_t *getMask() const { return Mask; } in getMask() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1240 SDValue Mask = MLD->getMask(); in SplitVecRes_MLOAD() 1307 SDValue Mask = MGT->getMask(); in SplitVecRes_MGATHER() 1888 SDValue Mask = MGT->getMask(); in SplitVecOp_MGATHER() 1953 SDValue Mask = N->getMask(); in SplitVecOp_MSTORE() 2013 SDValue Mask = N->getMask(); in SplitVecOp_MSCATTER() 3004 SDValue Mask = N->getMask(); in WidenVecRes_MLOAD() 3029 SDValue Mask = N->getMask(); in WidenVecRes_MGATHER() 3647 SDValue Mask = MST->getMask(); in WidenVecOp_MSTORE() 3689 SDValue Mask = MSC->getMask(); in WidenVecOp_MSCATTER()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1093 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1411 const SDValue &getMask() const { return getOperand(2); } in getMask() function 1482 const SDValue &getMask() const { return getOperand(2); } in getMask() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetRegisterInfo.h | 1049 const uint32_t *getMask() const { return Mask; } in getMask() function
|