Home
last modified time | relevance | path

Searched refs:bits_ (Results 1 – 25 of 1118) sorted by relevance

12345678910>>...45

/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dbitstream.hpp44 bitstream() : bits_() { in bitstream()
79 std::copy(bits_.Data + bits_.DataOffset, in realloc()
80 bits_.Data + bits_.DataOffset + bits_.DataLength, in realloc()
85 std::copy(bits_.Data, bits_.Data + bits_.DataLength, new_buffer); in realloc()
88 bits_.MaxLength = bufferinc + bits_.MaxLength; in realloc()
113 return bits_.Data; in get_buffer_ptr()
127 return std::pair(bits_.Data + bits_.DataOffset, bits_.DataLength); in get_valid_data()
151 mfxBitstream bits_; member in oneapi::vpl::bitstream
195 std::copy(bits_.Data + bits_.DataOffset, in pull_in()
196 bits_.Data + bits_.DataOffset + bits_.DataLength, in pull_in()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/devel/f18/f18-1688bef/lib/common/
H A Dconstexpr-bitset.h52 bits_ &= that.bits_;
56 bits_ &= that.bits_;
60 bits_ ^= that.bits_;
64 bits_ ^= that.bits_;
68 bits_ |= that.bits_;
72 bits_ |= that.bits_;
78 return bits_ & that.bits_;
82 return bits_ ^ that.bits_;
86 return bits_ | that.bits_;
91 return bits_ == that.bits_;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Common/
H A Dconstexpr-bitset.h46 bits_ &= that.bits_;
50 bits_ &= that.bits_;
54 bits_ ^= that.bits_;
58 bits_ ^= that.bits_;
62 bits_ |= that.bits_;
66 bits_ |= that.bits_;
72 return bits_ & that.bits_;
76 return bits_ ^ that.bits_;
80 return bits_ | that.bits_;
85 return bits_ == that.bits_;
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSearchTree.cpp11 bits_[0] = 0; in BitVector128()
12 bits_[1] = 0; in BitVector128()
13 bits_[2] = 0; in BitVector128()
50 bits_[3], bits_[2], bits_[1], bits_[0]); in str()
56 if (b0.bits_[3] < b1.bits_[3]) in operator <()
58 if (b0.bits_[3] > b1.bits_[3]) in operator <()
60 if (b0.bits_[2] < b1.bits_[2]) in operator <()
62 if (b0.bits_[2] > b1.bits_[2]) in operator <()
64 if (b0.bits_[1] < b1.bits_[1]) in operator <()
66 if (b0.bits_[1] > b1.bits_[1]) in operator <()
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSearchTree.cpp11 bits_[0] = 0; in BitVector128()
12 bits_[1] = 0; in BitVector128()
13 bits_[2] = 0; in BitVector128()
50 bits_[3], bits_[2], bits_[1], bits_[0]); in str()
56 if (b0.bits_[3] < b1.bits_[3]) in operator <()
58 if (b0.bits_[3] > b1.bits_[3]) in operator <()
60 if (b0.bits_[2] < b1.bits_[2]) in operator <()
62 if (b0.bits_[2] > b1.bits_[2]) in operator <()
64 if (b0.bits_[1] < b1.bits_[1]) in operator <()
66 if (b0.bits_[1] > b1.bits_[1]) in operator <()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSearchTree.cpp11 bits_[0] = 0; in BitVector128()
12 bits_[1] = 0; in BitVector128()
13 bits_[2] = 0; in BitVector128()
50 bits_[3], bits_[2], bits_[1], bits_[0]); in str()
56 if (b0.bits_[3] < b1.bits_[3]) in operator <()
58 if (b0.bits_[3] > b1.bits_[3]) in operator <()
60 if (b0.bits_[2] < b1.bits_[2]) in operator <()
62 if (b0.bits_[2] > b1.bits_[2]) in operator <()
64 if (b0.bits_[1] < b1.bits_[1]) in operator <()
66 if (b0.bits_[1] > b1.bits_[1]) in operator <()
[all …]
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSearchTree.cpp11 bits_[0] = 0; in BitVector128()
12 bits_[1] = 0; in BitVector128()
13 bits_[2] = 0; in BitVector128()
39 bits_[3], bits_[2], bits_[1], bits_[0]); in str()
46 if (b0.bits_[3] < b1.bits_[3]) in operator <()
48 if (b0.bits_[3] > b1.bits_[3]) in operator <()
50 if (b0.bits_[2] < b1.bits_[2]) in operator <()
52 if (b0.bits_[2] > b1.bits_[2]) in operator <()
54 if (b0.bits_[1] < b1.bits_[1]) in operator <()
56 if (b0.bits_[1] > b1.bits_[1]) in operator <()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Denum-set.h27 bits_ = bits; in EnumSet()
32 bool contains_any(EnumSet set) const { return (bits_ & set.bits_) != 0; } in contains_any()
34 void Add(EnumSet set) { bits_ |= set.bits_; } in Add()
36 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove()
38 void Intersect(EnumSet set) { bits_ &= set.bits_; } in Intersect()
41 bool operator==(EnumSet set) const { return bits_ == set.bits_; }
42 bool operator!=(EnumSet set) const { return bits_ != set.bits_; }
44 EnumSet operator|(EnumSet set) const { return EnumSet(bits_ | set.bits_); }
45 EnumSet operator&(EnumSet set) const { return EnumSet(bits_ & set.bits_); }
46 EnumSet operator-(EnumSet set) const { return EnumSet(bits_ & ~set.bits_); }
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Denum-set.h27 bits_ = bits; in EnumSet()
32 bool contains_any(EnumSet set) const { return (bits_ & set.bits_) != 0; } in contains_any()
34 void Add(EnumSet set) { bits_ |= set.bits_; } in Add()
36 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove()
38 void Intersect(EnumSet set) { bits_ &= set.bits_; } in Intersect()
41 bool operator==(EnumSet set) const { return bits_ == set.bits_; }
42 bool operator!=(EnumSet set) const { return bits_ != set.bits_; }
44 EnumSet operator|(EnumSet set) const { return EnumSet(bits_ | set.bits_); }
45 EnumSet operator&(EnumSet set) const { return EnumSet(bits_ & set.bits_); }
46 EnumSet operator-(EnumSet set) const { return EnumSet(bits_ & ~set.bits_); }
[all …]
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Denum-set.h27 bits_ = bits; in EnumSet()
35 return (bits_ & set.bits_) != 0; in contains_any()
38 void Add(EnumSet set) { bits_ |= set.bits_; } in Add()
40 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove()
42 void Intersect(EnumSet set) { bits_ &= set.bits_; } in Intersect()
45 constexpr bool operator==(EnumSet set) const { return bits_ == set.bits_; }
46 constexpr bool operator!=(EnumSet set) const { return bits_ != set.bits_; }
49 return EnumSet(bits_ | set.bits_);
52 return EnumSet(bits_ & set.bits_);
55 return EnumSet(bits_ & ~set.bits_);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_arm/
H A Dmodel.h174 return (bits_ & other.bits_) == other.bits_; in ContainsAll()
179 return (bits_ & other.bits_) != 0; in ContainsAny()
184 return bits_ == other.bits_; in Equals()
201 bits_ |= other.bits_; in Union()
207 bits_ &= other.bits_; in Intersect()
213 bits_ = other.bits_; in Copy()
219 return bits_; in bits()
273 Instruction(const Instruction& inst) : bits_(inst.bits_) {} in Instruction()
319 bits_ = (bits_ & clear_mask) | value; in SetBits()
392 return bits_ == inst.bits_; in Equals()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DBitSet.cpp20 if (!bits_) { in init()
30 MOZ_ASSERT(bits_); in empty()
41 MOZ_ASSERT(bits_); in insertAll()
43 MOZ_ASSERT(other.bits_); in insertAll()
45 uint32_t* bits = bits_; in insertAll()
53 MOZ_ASSERT(bits_); in removeAll()
57 uint32_t* bits = bits_; in removeAll()
65 MOZ_ASSERT(bits_); in intersect()
78 MOZ_ASSERT(bits_); in fixedPointIntersect()
98 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBitSet.cpp16 if (!bits_) { in init()
26 MOZ_ASSERT(bits_); in empty()
37 MOZ_ASSERT(bits_); in insertAll()
39 MOZ_ASSERT(other.bits_); in insertAll()
41 uint32_t* bits = bits_; in insertAll()
49 MOZ_ASSERT(bits_); in removeAll()
53 uint32_t* bits = bits_; in removeAll()
61 MOZ_ASSERT(bits_); in intersect()
74 MOZ_ASSERT(bits_); in fixedPointIntersect()
94 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBitSet.cpp20 if (!bits_) { in init()
30 MOZ_ASSERT(bits_); in empty()
41 MOZ_ASSERT(bits_); in insertAll()
43 MOZ_ASSERT(other.bits_); in insertAll()
45 uint32_t* bits = bits_; in insertAll()
53 MOZ_ASSERT(bits_); in removeAll()
57 uint32_t* bits = bits_; in removeAll()
65 MOZ_ASSERT(bits_); in intersect()
78 MOZ_ASSERT(bits_); in fixedPointIntersect()
98 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DBitSet.cpp20 if (!bits_) { in init()
30 MOZ_ASSERT(bits_); in empty()
41 MOZ_ASSERT(bits_); in insertAll()
43 MOZ_ASSERT(other.bits_); in insertAll()
45 uint32_t* bits = bits_; in insertAll()
53 MOZ_ASSERT(bits_); in removeAll()
57 uint32_t* bits = bits_; in removeAll()
65 MOZ_ASSERT(bits_); in intersect()
78 MOZ_ASSERT(bits_); in fixedPointIntersect()
98 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBitSet.cpp18 if (!bits_) in init()
29 MOZ_ASSERT(bits_); in empty()
41 MOZ_ASSERT(bits_); in insertAll()
43 MOZ_ASSERT(other.bits_); in insertAll()
45 uint32_t* bits = bits_; in insertAll()
54 MOZ_ASSERT(bits_); in removeAll()
58 uint32_t* bits = bits_; in removeAll()
67 MOZ_ASSERT(bits_); in intersect()
81 MOZ_ASSERT(bits_); in fixedPointIntersect()
102 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBitSet.cpp16 if (!bits_) return false; in init()
24 MOZ_ASSERT(bits_); in empty()
33 MOZ_ASSERT(bits_); in insertAll()
35 MOZ_ASSERT(other.bits_); in insertAll()
37 uint32_t* bits = bits_; in insertAll()
43 MOZ_ASSERT(bits_); in removeAll()
47 uint32_t* bits = bits_; in removeAll()
53 MOZ_ASSERT(bits_); in intersect()
64 MOZ_ASSERT(bits_); in fixedPointIntersect()
82 MOZ_ASSERT(bits_); in complement()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBitSet.cpp18 if (!bits_) in init()
29 MOZ_ASSERT(bits_); in empty()
41 MOZ_ASSERT(bits_); in insertAll()
43 MOZ_ASSERT(other.bits_); in insertAll()
45 uint32_t* bits = bits_; in insertAll()
54 MOZ_ASSERT(bits_); in removeAll()
58 uint32_t* bits = bits_; in removeAll()
67 MOZ_ASSERT(bits_); in intersect()
81 MOZ_ASSERT(bits_); in fixedPointIntersect()
102 MOZ_ASSERT(bits_); in complement()
[all …]

12345678910>>...45