HomeSort by relevance Sort by last modified time
    Searched defs:BitVector (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 99 class BitVector
107 BitVector (size_t size, bool value = false)
154 void vectorAnd (const BitVector& other, size_t offset, size_t count)
259 BitVector m_defined;
260 BitVector m_flushed;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
26 class BitVector {
32 unsigned Size; // Size of bitvector in bits.
38 friend class BitVector;
46 reference(BitVector &b, unsigned Idx) {
72 /// BitVector default ctor - Creates an empty bitvector.
73 BitVector() : Size(0), Capacity(0) {
77 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_reachability.h 83 class BitVector {
85 BitVector() = default;
86 BitVector(size_t size)
101 // Set this bitvector to the Logical OR of this bitvector and 'other'.
102 void OrWith(const BitVector& other) {
108 // Set the bitvector to all zeros.
111 bool operator==(const BitVector& other) const {
114 bool operator!=(const BitVector& other) const {
122 // Number of bits in the bitvector
    [all...]
  /art/libartbase/base/
bit_vector.cc 27 BitVector::BitVector(bool expandable,
41 BitVector::BitVector(uint32_t start_bits,
44 : BitVector(expandable,
51 BitVector::BitVector(const BitVector& src,
54 : BitVector(expandable,
62 BitVector::~BitVector()
    [all...]
bit_vector.h 32 * from zero. All operations on a BitVector are unsynchronized.
34 class BitVector {
39 * @brief Convenient iterator across the indexes of the BitVector's set bits.
42 * to the highest index of the BitVector's set bits. Instances can be retrieved
43 * only through BitVector::Indexes() which returns an IndexContainer wrapper
73 IndexIterator(const BitVector* bit_vector, begin_tag);
74 IndexIterator(const BitVector* bit_vector, end_tag);
85 friend class BitVector::IndexContainer;
89 * @brief BitVector wrapper class for iteration across indexes of set bits.
93 explicit IndexContainer(const BitVector* bit_vector) : bit_vector_(bit_vector) {
    [all...]
  /external/llvm/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
27 class BitVector {
36 unsigned Size; // Size of bitvector in bits.
43 friend class BitVector;
51 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) {
82 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
28 class BitVector {
37 unsigned Size; // Size of bitvector in bits.
44 friend class BitVector;
50 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) {
82 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
28 class BitVector {
37 unsigned Size; // Size of bitvector in bits.
44 friend class BitVector;
50 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) {
82 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
28 class BitVector {
37 unsigned Size; // Size of bitvector in bits.
44 friend class BitVector;
50 reference(BitVector &b, unsigned Idx) {
77 /// BitVector default ctor - Creates an empty bitvector.
78 BitVector() : Size(0), Capacity(0) {
82 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
10 // This file implements the BitVector class.
74 class BitVector {
83 unsigned Size; // Size of bitvector in bits.
89 friend class BitVector;
95 reference(BitVector &b, unsigned Idx) {
121 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
134 /// BitVector default ctor - Creates an empty bitvector.
135 BitVector() : Size(0) {
    [all...]
  /external/v8/src/
bit-vector.h 14 class BitVector : public ZoneObject {
16 // Iterator for the elements of this BitVector.
19 explicit Iterator(BitVector* target)
53 BitVector* target_;
58 friend class BitVector;
65 BitVector(int length, Zone* zone)
73 BitVector(const BitVector& other, Zone* zone)
85 void CopyFrom(const BitVector& other) {
113 void Union(const BitVector& other)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 140 typedef BV BitVector;
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 168 class BitVector {
methods-original.cc 172 class BitVector {

Completed in 712 milliseconds

1 2