OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:full_length
(Results
1 - 4
of
4
) 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
;
/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/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/curl/lib/
http.c
2921
size_t
full_length
;
local
[
all
...]
Completed in 155 milliseconds