Home
last modified time | relevance | path

Searched defs:BitSet (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/tests/
DBitSetTest.cpp13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
/third_party/skia/tests/
DBitSetTest.cpp13 DEF_TEST(BitSet, reporter) { in DEF_TEST() argument
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
Dbitset.cpp89 class BitSet : public UObject, public UnicodeContainable { class
91 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { in BitSet() function in BitSet
/third_party/icu/icu4c/source/test/perf/usetperf/
Dbitset.cpp24 BitSet::BitSet() { in BitSet() function in BitSet
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dcmap_iterator_test.cc40 typedef std::vector<bool> BitSet; typedef
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dcmap_iterator_test.cc40 typedef std::vector<bool> BitSet; typedef
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp25 typedef T BitSet; typedef in __anonf404541e0111::BitSetTest
178 typedef T BitSet; typedef in __anonf404541e0111::BitSetIteratorTest
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc327 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c66 #define BitSet(byte, bit) ((byte) & (bit)) macro
/third_party/libjpeg/
Drdgif.c70 #define BitSet(byte, bit) ((byte) & (bit)) macro
/third_party/benchmark/src/
Dsysinfo.cc337 using BitSet = std::bitset<sizeof(ULONG_PTR) * CHAR_BIT>; in GetCacheSizesWindows() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7126 bool BitSet = V.isUndef() ? false : cast<ConstantSDNode>(V)->getZExtValue(); in LowerBUILD_VECTOR_i1() local