Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dstream.cc744 const size_t tail_copy = _min(copy, buffer_length_ - read_position_); in SetCapacity() local
768 const size_t tail_copy = _min(copy, buffer_length_ - read_position_); in Read() local
801 const size_t tail_copy = _min(copy, buffer_length_ - write_position); in Write() local