Home
last modified time | relevance | path

Searched refs:setBits (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dx509.js317 var setBits = readBitField(bits, KEYUSEBITS);
318 setBits.forEach(function (bit) {
690 var setBits = {};
698 setBits[name] = true;
701 return (Object.keys(setBits));
710 function writeBitField(setBits, bitIndex) { argument
723 var bitVal = (setBits.indexOf(name) !== -1);
/third_party/vk-gl-cts/framework/common/
DtcuAstcUtil.cpp1643 void setBits (int low, int high, deUint32 bits) in setBits() function in tcu::astc::__anon0b0b31e40111::AssignBlock128
1721 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits) in setNext()
1722 …: m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDs… in setNext()
1751 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block. in generateVoidExtentBlock()
1753 …block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no… in generateVoidExtentBlock()
1756 block.setBits(12, 24, 0x1fff); in generateVoidExtentBlock()
1757 block.setBits(25, 37, 0x1fff); in generateVoidExtentBlock()
1758 block.setBits(38, 50, 0x1fff); in generateVoidExtentBlock()
1759 block.setBits(51, 63, 0x1fff); in generateVoidExtentBlock()
1766 block.setBits(64, 79, params.r); in generateVoidExtentBlock()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h614 Res.setBits(loBit, hiBit); in getBitsSet()
1457 setBits(loBit, hiBit); in setBitsWithWrap()
1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() function
1486 return setBits(loBit, BitWidth); in setBitsFrom()
1491 return setBits(0, loBits); in setLowBits()
1496 return setBits(BitWidth - hiBits, BitWidth); in setHighBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp87 UndefBits.setBits(BitOffset, BitOffset + CstEltSizeInBits); in extractConstantMask()
DX86ISelLowering.cpp6173 UndefBits.setBits(BitOffset, BitOffset + SrcEltSizeInBits); in getTargetConstantBitsFromNode()
6311 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode()
6342 UndefSrcElts.setBits(0, NumSrcElts); in getTargetConstantBitsFromNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp339 Known.Zero.setBits(0, Shift); in computeKnownBitsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1497 Known.Zero.setBits(1, BitWidth); in computeKnownBitsForTargetNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2233 SrcDemandedBits.setBits(Ofs, Ofs + EltSizeInBits); in SimplifyDemandedVectorElts()
2246 KnownZero.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
2248 KnownUndef.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
2260 SrcDemandedElts.setBits(i * Scale, (i + 1) * Scale); in SimplifyDemandedVectorElts()
DSelectionDAG.cpp9536 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()