Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/memory/
Dfifo_buffer.cc56 const size_t tail_copy = std::min(copy, buffer_length_ - read_position_); in SetCapacity() local
209 const size_t tail_copy = std::min(copy, buffer_length_ - read_position); in ReadOffsetLocked() local
236 const size_t tail_copy = std::min(copy, buffer_length_ - write_position); in WriteOffsetLocked() local