Home
last modified time | relevance | path

Searched refs:end_index_ (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcontiguous_container.cc115 Buffer* end_buffer = buffers_[end_index_].get(); in Allocate()
118 else if (end_index_ + 1 < buffers_.size()) in Allocate()
119 buffer_for_alloc = buffers_[++end_index_].get(); in Allocate()
139 Buffer* end_buffer = buffers_[end_index_].get(); in RemoveLast()
143 if (end_index_ > 0) in RemoveLast()
144 end_index_--; in RemoveLast()
145 if (end_index_ + 2 < buffers_.size()) in RemoveLast()
153 end_index_ = 0; in Clear()
159 std::swap(end_index_, other.end_index_); in Swap()
164 while (end_index_ < buffers_.size() - 1) { in ShrinkToFit()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dmatch_result.h232 : result_(result), end_index_(end_index) {} in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
235 unsigned range_end = result_.user_range_ends_[end_index_]; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
236 unsigned range_begin = end_index_ in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
245 --end_index_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
250 return end_index_ == other.end_index_ && &result_ == &other.result_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
258 unsigned end_index_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS() local
284 : result_(result), end_index_(end_index) {} in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
288 unsigned range_begin = end_index_ in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
299 --end_index_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
304 return end_index_ == other.end_index_ && &result_ == &other.result_; in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc30 end_index_(capacity_ - 1) { in AudioVector()
37 end_index_ = begin_index_ = 0; in Clear()
45 copy_to->end_index_ = Size(); in CopyTo()
131 memcpy(&array_[end_index_], append_this, in PushBack()
138 end_index_ = (end_index_ + length) % capacity_; in PushBack()
153 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
244 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
282 return begin_index_ == end_index_; in Empty()
297 end_index_ = length; in Reserve()
348 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/neteq/
H A Daudio_vector.cc30 end_index_(capacity_ - 1) { in AudioVector()
37 end_index_ = begin_index_ = 0; in Clear()
45 copy_to->end_index_ = Size(); in CopyTo()
131 memcpy(&array_[end_index_], append_this, in PushBack()
138 end_index_ = (end_index_ + length) % capacity_; in PushBack()
153 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
244 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
282 return begin_index_ == end_index_; in Empty()
297 end_index_ = length; in Reserve()
348 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc30 end_index_(capacity_ - 1) { in AudioVector()
37 end_index_ = begin_index_ = 0; in Clear()
45 copy_to->end_index_ = Size(); in CopyTo()
131 memcpy(&array_[end_index_], append_this, in PushBack()
138 end_index_ = (end_index_ + length) % capacity_; in PushBack()
153 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
244 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
282 return begin_index_ == end_index_; in Empty()
297 end_index_ = length; in Reserve()
348 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc30 end_index_(capacity_ - 1) { in AudioVector()
37 end_index_ = begin_index_ = 0; in Clear()
45 copy_to->end_index_ = Size(); in CopyTo()
131 memcpy(&array_[end_index_], append_this, in PushBack()
138 end_index_ = (end_index_ + length) % capacity_; in PushBack()
153 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
244 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
282 return begin_index_ == end_index_; in Empty()
297 end_index_ = length; in Reserve()
348 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc32 end_index_(capacity_ - 1) { in AudioVector()
39 end_index_ = begin_index_ = 0; in Clear()
47 copy_to->end_index_ = Size(); in CopyTo()
133 memcpy(&array_[end_index_], append_this, in PushBack()
140 end_index_ = (end_index_ + length) % capacity_; in PushBack()
155 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
247 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
284 return begin_index_ == end_index_; in Empty()
299 end_index_ = length; in Reserve()
351 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc32 end_index_(capacity_ - 1) { in AudioVector()
39 end_index_ = begin_index_ = 0; in Clear()
47 copy_to->end_index_ = Size(); in CopyTo()
133 memcpy(&array_[end_index_], append_this, in PushBack()
140 end_index_ = (end_index_ + length) % capacity_; in PushBack()
155 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
247 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
284 return begin_index_ == end_index_; in Empty()
307 end_index_ = length; in Reserve()
359 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc32 end_index_(capacity_ - 1) { in AudioVector()
39 end_index_ = begin_index_ = 0; in Clear()
47 copy_to->end_index_ = Size(); in CopyTo()
133 memcpy(&array_[end_index_], append_this, in PushBack()
140 end_index_ = (end_index_ + length) % capacity_; in PushBack()
155 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
247 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
284 return begin_index_ == end_index_; in Empty()
299 end_index_ = length; in Reserve()
351 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Daudio_vector.cc32 end_index_(capacity_ - 1) { in AudioVector()
39 end_index_ = begin_index_ = 0; in Clear()
47 copy_to->end_index_ = Size(); in CopyTo()
133 memcpy(&array_[end_index_], append_this, in PushBack()
140 end_index_ = (end_index_ + length) % capacity_; in PushBack()
155 end_index_ = (end_index_ + capacity_ - length) % capacity_; in PopBack()
247 end_index_ = (begin_index_ + new_size) % capacity_; in OverwriteAt()
284 return begin_index_ == end_index_; in Empty()
299 end_index_ = length; in Reserve()
351 std::min(length, capacity_ - end_index_); in InsertZerosByPushBack()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/paint/
H A Dpaint_chunk_subset.h42 end_index_(end_index) { in PaintChunkSubset()
44 DCHECK_LE(begin_index_, end_index_); in PaintChunkSubset()
110 UsesSubsetIndices() ? subset_indices_.size() : end_index_); in end()
115 : begin_index_ == end_index_; in IsEmpty()
120 : end_index_ - begin_index_; in size()
144 wtf_size_t end_index_ = kNotFound; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dpickle.cc28 end_index_(pickle.payload_size()) { in PickleIterator()
45 if (end_index_ - read_index_ < aligned_size) { in Advance()
46 read_index_ = end_index_; in Advance()
54 if (sizeof(Type) > end_index_ - read_index_) { in GetReadPointerAndAdvance()
55 read_index_ = end_index_; in GetReadPointerAndAdvance()
65 end_index_ - read_index_ < static_cast<size_t>(num_bytes)) { in GetReadPointerAndAdvance()
66 read_index_ = end_index_; in GetReadPointerAndAdvance()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dpickle.cc28 end_index_(pickle.payload_size()) { in PickleIterator()
45 if (end_index_ - read_index_ < aligned_size) { in Advance()
46 read_index_ = end_index_; in Advance()
54 if (sizeof(Type) > end_index_ - read_index_) { in GetReadPointerAndAdvance()
55 read_index_ = end_index_; in GetReadPointerAndAdvance()
65 end_index_ - read_index_ < static_cast<size_t>(num_bytes)) { in GetReadPointerAndAdvance()
66 read_index_ = end_index_; in GetReadPointerAndAdvance()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr49516.C60 int16 end_index_; variable
65 : position_(position), count_(count), begin_index_(0), end_index_(0) in Range()

1234567891011