OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_length
(Results
1 - 6
of
6
) sorted by null
/external/python/cpython2/Modules/_multiprocessing/
pipe_connection.c
45
DWORD left, length,
full_length
, err;
local
66
full_length
= length + left;
67
if (
full_length
> maxlength)
70
*newbuffer = PyMem_Malloc(
full_length
);
81
return
full_length
;
/system/bt/hci/src/
packet_fragmenter.cc
156
uint16_t
full_length
=
local
163
((
full_length
+ sizeof(BT_HDR)) > BT_DEFAULT_BUFFER_SIZE)) {
170
if (
full_length
<= packet->len) {
171
if (
full_length
< packet->len)
181
(BT_HDR*)buffer_allocator->alloc(
full_length
+ sizeof(BT_HDR));
183
partial_packet->len =
full_length
;
191
UINT16_TO_STREAM(stream,
full_length
- HCI_ACL_PREAMBLE_SIZE);
/external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc
58
size_t
full_length
= (frames - 1) * 2;
local
62
ASSERT_NEAR(in_block[0][0].real(), static_cast<float>(
full_length
),
/system/update_engine/payload_consumer/
delta_performer.h
128
// length
full_length
to a comma-separated string. For each Extent, the
131
// the full length of all extents in the string is capped to
full_length
.
134
// {0, 1}, block_size is 4096, and
full_length
is 5 * block_size - 13,
139
uint64_t
full_length
,
delta_performer.cc
[
all
...]
/external/curl/lib/
http.c
2921
size_t
full_length
;
local
[
all
...]
Completed in 2504 milliseconds