HomeSort by relevance Sort by last modified time
    Searched refs:available_bytes (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/media/filters/
in_memory_url_protocol.cc 25 int64 available_bytes = size_ - position_;
26 if (size > available_bytes)
27 size = available_bytes;
  /art/runtime/base/unix_file/
string_file.cc 46 const int64_t available_bytes = std::min(byte_count, GetLength() - offset); local
47 if (available_bytes < 0) {
50 memcpy(buf, data_.data() + offset, available_bytes);
51 return available_bytes;
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 120 UINT16 available_bytes; local
138 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
145 if ( (available_bytes >= LLCP_SDREQ_MIN_LEN + name_len)
225 UINT16 available_bytes; local
243 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
248 if ( (available_bytes >= 2 + LLCP_SDRES_LEN)
llcp_dlc.c 867 UINT16 info_len, available_bytes; local
    [all...]
llcp_link.c 985 UINT16 available_bytes; local
    [all...]
  /external/chromium_org/net/test/embedded_test_server/
http_request.cc 152 const size_t available_bytes = buffer_.size() - buffer_position_; local
154 available_bytes,
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 217 const QuicByteCount available_bytes = local
221 return slow_start_limited || available_bytes <= max_burst;
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 3716 size_t available_bytes; local
    [all...]

Completed in 354 milliseconds