OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:available_bytes
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/media/filters/
in_memory_url_protocol.cc
20
int
available_bytes
= size_ - position_;
local
21
if (size >
available_bytes
)
22
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
979
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/srec/srec/Recognizer/src/
RecognizerImpl.c
3716
size_t
available_bytes
;
local
[
all
...]
Completed in 224 milliseconds