Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/memory/
Dfifo_buffer.cc160 const size_t tail_copy = std::min(copy, buffer_length_ - read_position); in ReadLocked() local
186 const size_t tail_copy = std::min(copy, buffer_length_ - write_position); in WriteLocked() local
/external/webrtc/p2p/base/
Dpseudo_tcp.cc1308 const size_t tail_copy = std::min(copy, buffer_length_ - read_position_); in SetCapacity() local
1399 const size_t tail_copy = std::min(copy, buffer_length_ - read_position); in ReadOffsetLocked() local
1421 const size_t tail_copy = std::min(copy, buffer_length_ - write_position); in WriteOffsetLocked() local