Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/base/
DCharMatcher.java439 void setBits(BitSet table) { in is() method
467 void setBits(BitSet table) { in isNot() method in CharMatcher
508 void setBits(BitSet table) {
527 @Override void setBits(BitSet table) {
565 @Override void setBits(BitSet table) {
656 void setBits(BitSet table) {
658 original.setBits(tmp);
701 void setBits(BitSet table) {
703 first.setBits(tmp1);
705 second.setBits(tmp2);
[all …]
DSmallCharMatcher.java143 void setBits(BitSet table) { in setBits() method in SmallCharMatcher
/external/opencv3/3rdparty/openexr/IlmImf/
Db44ExpLogTable.cpp86 h.setBits (i); in main()
115 h.setBits (i); in main()
DImfPxr24Compressor.cpp505 hPtr->setBits ((unsigned short) pixel); in uncompress()
DImfXdr.h850 v.setBits ((b[0] & 0x00ff) | (b[1] << 8)); in read()
/external/clang/include/clang/Sema/
DObjCMethodList.h39 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits() function
/external/opencv3/3rdparty/openexr/Half/
Dhalf.h212 void setBits (unsigned short bits);
761 half::setBits (unsigned short bits) in setBits() function
DhalfFunction.h156 x.setBits (i); in halfFunction()
/external/deqp/framework/common/
DtcuAstcUtil.cpp1617 void setBits (int low, int high, deUint32 bits) in setBits() function in tcu::astc::__anon2557c3910111::AssignBlock128
1695 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits) in setNext()
1696 …: m_dst.setBits(m_startNdxInSrc - high, m_startNdxInSrc - low, reverseBits(actualBits, numBitsToDs… in setNext()
1725 block.setBits(0, 8, 0x1fc); // \note Marks void-extent block. in generateVoidExtentBlock()
1727 …block.setBits(10, 11, 3); // \note Spec shows that these bits are both set, although they serve no… in generateVoidExtentBlock()
1730 block.setBits(12, 24, 0x1fff); in generateVoidExtentBlock()
1731 block.setBits(25, 37, 0x1fff); in generateVoidExtentBlock()
1732 block.setBits(38, 50, 0x1fff); in generateVoidExtentBlock()
1733 block.setBits(51, 63, 0x1fff); in generateVoidExtentBlock()
1740 block.setBits(64, 79, params.r); in generateVoidExtentBlock()
[all …]
/external/guava/guava-tests/benchmark/com/google/common/base/
DCharMatcherBenchmark.java76 matcher.setBits(tmp); in setUp()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java1141 @Override protected Set<E> get(final int setBits) {
1142 return new SubSet<E>(inputSet, setBits);
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt15 2% com.google.common.base.CharMatcher::setBits @ 3 (28 bytes)
16 14 com.google.common.base.CharMatcher::setBits (28 bytes)
Djdk7-compilation.txt17 257 3 % b com.google.common.base.CharMatcher::setBits @ 3 (28 bytes)
19 263 14 b com.google.common.base.CharMatcher::setBits (28 bytes)
/external/guava/guava/src/com/google/common/collect/
DSets.java1300 @Override protected Set<E> get(final int setBits) {
1301 return new SubSet<E>(inputSet, setBits);
/external/guava/guava-tests/test/com/google/common/base/
DCharMatcherTest.java135 matcher.setBits(bitset); in doTestSetBits()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3157 List->setBits(List->getBits() + 1); in addMethodToGlobalList()
/external/clang/lib/Serialization/
DASTReader.cpp7157 Pos->second.first.setBits(Visitor.getInstanceBits()); in ReadMethodPool()
7159 Pos->second.second.setBits(Visitor.getFactoryBits()); in ReadMethodPool()