/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 312 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() function 376 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block() 384 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block() 385 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block() 386 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block() 387 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block() 388 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block() 389 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block() 394 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5b in decompressETC1Block() 395 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b in decompressETC1Block() [all …]
|
D | tcuAstcUtil.cpp | 55 inline deUint32 getBits (deUint32 src, int low, int high) in getBits() function 100 return getBits(v, 10, 14) == 31; in isFloat16InfOrNan() 221 deUint32 getBits (int low, int high) const in getBits() function in tcu::astc::__anonb49564040111::Block128 282 return m_forward ? m_src.getBits(m_startNdxInSrc + low, m_startNdxInSrc + high) in getNext() 283 : reverseBits(m_src.getBits(m_startNdxInSrc - high, m_startNdxInSrc - low), numBitsFromSrc); in getNext() 346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc; in getASTCBlockMode() 350 …if ((getBits(blockModeData, 0, 1) == 0 && getBits(blockModeData, 6, 8) == 7) || getBits(blockModeD… in getASTCBlockMode() 355 if (getBits(blockModeData, 0, 1) == 0) in getASTCBlockMode() 360 const deUint32 i78 = getBits(blockModeData, 7, 8); in getASTCBlockMode() 372 const deUint32 a = getBits(blockModeData, 5, 6); in getASTCBlockMode() [all …]
|
/external/drm_hwcomposer/ |
D | drmdisplaycomposition.cpp | 198 if (region.id_set.getBits() & exclude_mask) in SeparateLayers() 206 uint64_t dedicated_intersect = region.id_set.getBits() & dedicated_mask; in SeparateLayers() 218 if (!(region.id_set.getBits() >> layer_offset)) in SeparateLayers() 223 SetBitsToVector(region.id_set.getBits() >> layer_offset, comp_layers)}); in SeparateLayers()
|
D | separate_rects.h | 112 TUInt getBits() const { in getBits() function
|
D | separate_rects.cpp | 69 os << ((obj.getBits() & (mask >> i)) ? "1" : "0"); in operator <<()
|
D | drmdisplaycompositor.cpp | 68 region.layer_refs = out_region.id_set.getBits(); in Init()
|
/external/clang/include/clang/Sema/ |
D | ObjCMethodList.h | 41 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.h | 21 CFX_ArrayTemplate<uint8_t>& getBits();
|
D | BC_DefaultPlacement.cpp | 46 CFX_ArrayTemplate<uint8_t>& CBC_DefaultPlacement::getBits() { in getBits() function in CBC_DefaultPlacement
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 94 public int getBits() in getBits() method in GLVTypeBParameters
|
D | GLVTypeBEndomorphism.java | 25 int bits = parameters.getBits(); in decomposeScalar()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 1549 unsigned getBits() { return *Location; } 1572 unsigned getBits() { return Bits; }
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1531 unsigned getBits() { return *Location; } 1554 unsigned getBits() { return Bits; }
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 1450 unsigned getBits() { return *Location; } 1480 unsigned getBits() { return Bits; }
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3204 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList() 3205 List->setBits(List->getBits() + 1); in addMethodToGlobalList() 4130 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
|
/external/llvm/docs/ |
D | CommandLine.rst | 573 It's also possible to get the raw bit vector using the ``cl::bits::getBits`` 578 unsigned bits = OptimizationBits.getBits();
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 2939 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData() 2946 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
|