Home
last modified time | relevance | path

Searched refs:getBits (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp328 inline deUint32 getBits (deUint64 src, int low, int high) in getBits() function
392 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block()
400 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63)); in decompressETC1Block()
401 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59)); in decompressETC1Block()
402 baseG[0] = extend4To8((deUint8)getBits(src, 52, 55)); in decompressETC1Block()
403 baseG[1] = extend4To8((deUint8)getBits(src, 48, 51)); in decompressETC1Block()
404 baseB[0] = extend4To8((deUint8)getBits(src, 44, 47)); in decompressETC1Block()
405 baseB[1] = extend4To8((deUint8)getBits(src, 40, 43)); in decompressETC1Block()
410 deUint8 bR = (deUint8)getBits(src, 59, 63); // 5b in decompressETC1Block()
411 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b in decompressETC1Block()
[all …]
/external/clang/include/clang/Sema/
DObjCMethodList.h37 unsigned getBits() const { return NextAndExtraBits.getInt(); } in getBits() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
DGLVTypeBParameters.java55 public int getBits() in getBits() method in GLVTypeBParameters
DGLVTypeBEndomorphism.java25 int bits = parameters.getBits(); in decomposeScalar()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp114 static inline deUint32 getBits (deUint32 src, int low, int high) in getBits() function
126 return getBits(v, 10, 14) == 31; in isFloat16InfOrNan()
240 const deUint32 actualBits = getBits(bits, 0, numBitsToDst-1); in setNext()
697 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISETritBlock()
715 dst.setNext(2, getBits(T, 0, 1)); in encodeISETritBlock()
717 dst.setNext(2, getBits(T, 2, 3)); in encodeISETritBlock()
721 dst.setNext(2, getBits(T, 5, 6)); in encodeISETritBlock()
754 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISEQuintBlock()
770 dst.setNext(3, getBits(Q, 0, 2)); in encodeISEQuintBlock()
772 dst.setNext(2, getBits(Q, 3, 4)); in encodeISEQuintBlock()
[all …]
/external/drm_hwcomposer/
Dseperate_rects.h85 TUInt getBits() const { in getBits() function
Dseperate_rects.cpp69 os << ((obj.getBits() & (mask >> i)) ? "1" : "0"); in operator <<()
Dglworker.cpp317 uint64_t tex_set = out_rect.id_set.getBits(); in ConstructCommands()
/external/llvm/include/llvm/Support/
DCommandLine.h1411 unsigned getBits() { return *Location; }
1434 unsigned getBits() { return Bits; }
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2225 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
2226 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
3034 unsigned CategCount = List.getBits(); in CheckObjCMethodOverrides()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/llvm/docs/
DCommandLine.rst573 It's also possible to get the raw bit vector using the ``cl::bits::getBits``
578 unsigned bits = OptimizationBits.getBits();
/external/clang/lib/Serialization/
DASTWriter.cpp2948 unsigned InstanceBits = Methods.Instance.getBits(); in EmitData()
2955 unsigned FactoryBits = Methods.Factory.getBits(); in EmitData()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...