Home
last modified time | relevance | path

Searched refs:full_length (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_multiprocessing/
Dpipe_connection.c45 DWORD left, length, full_length, err; in conn_recv_string() local
66 full_length = length + left; in conn_recv_string()
67 if (full_length > maxlength) in conn_recv_string()
70 *newbuffer = PyMem_Malloc(full_length); in conn_recv_string()
81 return full_length; in conn_recv_string()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp83 uint64_t full_length = in extract() local
85 if (!data.isValidOffsetForDataOfSize(Offset, full_length)) in extract()
107 if (full_length % tuple_size != 0) in extract()
121 if (full_length <= first_tuple_offset) in extract()
137 uint64_t end_offset = Offset + full_length; in extract()
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dlapped_transform_unittest.cc56 size_t full_length = (frames - 1) * 2; in ProcessAudioBlock() local
60 ASSERT_NEAR(in_block[0][0].real(), static_cast<float>(full_length), in ProcessAudioBlock()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h399 uint8_t full_length:1; member
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c256 keys->full_length = 1; in lws_chacha_activate()
/external/libwebsockets/plugins/ssh-base/
Dsshd.c120 if (keys->full_length) in lws_pad_set_length()
137 if (keys->full_length) in lws_pad_set_length()
/external/curl/lib/
Dhttp.c3162 size_t full_length; in Curl_http_readwrite_headers() local
3207 full_length = k->str - str_start; in Curl_http_readwrite_headers()
3209 result = Curl_dyn_addn(&data->state.headerb, str_start, full_length); in Curl_http_readwrite_headers()