HomeSort by relevance Sort by last modified time
    Searched refs:max_len (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /external/syslinux/gpxe/src/include/gpxe/
iobuf.h 192 * @v max_len Length of buffer
198 void *data, size_t len, size_t max_len ) {
201 iobuf->end = ( data + max_len );
  /external/webrtc/talk/session/media/
srtpfilter.cc 214 bool SrtpFilter::ProtectRtp(void* p, int in_len, int max_len, int* out_len) {
220 return send_session_->ProtectRtp(p, in_len, max_len, out_len);
225 int max_len,
233 return send_session_->ProtectRtp(p, in_len, max_len, out_len, index);
236 bool SrtpFilter::ProtectRtcp(void* p, int in_len, int max_len, int* out_len) {
242 return send_rtcp_session_->ProtectRtcp(p, in_len, max_len, out_len);
245 return send_session_->ProtectRtcp(p, in_len, max_len, out_len);
524 bool SrtpSession::ProtectRtp(void* p, int in_len, int max_len, int* out_len) {
531 if (max_len < need_len) {
533 << max_len << " is less than the needed " << need_len
    [all...]
  /external/boringssl/src/include/openssl/
buf.h 104 // byte, but at most |max_len|. This function never reads more than |max_len|
106 OPENSSL_EXPORT size_t BUF_strnlen(const char *str, size_t max_len);
  /system/core/libsparse/
backed_block.h 52 unsigned int max_len);
  /system/core/libsparse/include/sparse/
sparse.h 277 * @max_len - maximum file size
282 * each sparse file is less than max_len. Returns the number of sparse_files
285 int sparse_file_resparse(struct sparse_file *in_s, unsigned int max_len,
  /tools/test/connectivity/acts/tests/google/ble/bt5/
AdvertisingSetTest.py 159 max_len = self.adv_ad.droid.bluetoothGetLeMaximumAdvertisingDataLength(
163 data_len = max_len - 4
174 if max_len < 1650:
176 data_len = max_len - 4 + 1
  /external/wpa_supplicant_8/src/utils/
json.c 68 size_t max_len, buf_len; local
73 max_len = end - pos + 1;
74 buf_len = max_len > 10 ? 10 : max_len;
82 if (buf_len < max_len && s_end - spos < 3) {
88 if (buf_len > max_len)
89 buf_len = max_len;
  /external/capstone/suite/arm/
test_arm_regression.c 346 size_t max_len = 0; local
359 max_len = strlen(tmp_buf);
361 if (tmp_len > max_len) {
362 max_len = tmp_len;
365 if (memcmp(tmp_buf, valid_code->expected_out, max_len)) {
  /external/e2fsprogs/misc/
blkid.c 128 static int pretty_print_word(const char *str, int max_len,
135 if (overflow_nl && len > max_len) {
138 } else if (len > max_len)
139 ret = len - max_len;
142 } while (len++ < max_len);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 1484 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); local
1657 const size_t max_len = HOST_HUB_CHRE_PACKET_MAX_LEN - sizeof(struct NanohubHalRet); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; local
172 max_len = REAL_SIZE_TP(type);
175 if (min_len != max_len) {
184 if (len > max_len) {
187 type->tp_name, max_len, len);
212 for (; i < max_len; ++i) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; local
172 max_len = REAL_SIZE_TP(type);
175 if (min_len != max_len) {
184 if (len > max_len) {
187 type->tp_name, max_len, len);
211 for (; i < max_len; ++i) {
  /external/python/cpython2/Objects/
structseq.c 149 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; local
172 max_len = REAL_SIZE_TP(type);
175 if (min_len != max_len) {
184 if (len > max_len) {
187 type->tp_name, max_len, len);
212 for (; i < max_len; ++i) {
  /external/python/cpython3/Objects/
structseq.c 80 Py_ssize_t len, min_len, max_len, i, n_unnamed_fields; local
103 max_len = REAL_SIZE_TP(type);
106 if (min_len != max_len) {
115 if (len > max_len) {
118 type->tp_name, max_len, len);
143 for (; i < max_len; ++i) {
  /external/boringssl/src/crypto/buf/
buf.c 156 size_t BUF_strnlen(const char *str, size_t max_len) {
159 for (i = 0; i < max_len; i++) {
  /external/ppp/pppd/include/net/
ppp-comp.h 72 PACKETPTR mp, int orig_len, int max_len));
  /external/curl/docs/examples/
rtsp.c 167 int max_len = 256; local
168 char *s = malloc(max_len);
172 while(fgets(s, max_len - 2, sdp_fp) != NULL) {
  /external/syslinux/gpxe/src/core/
posix_io.c 277 ssize_t read_user ( int fd, userptr_t buffer, off_t offset, size_t max_len ) {
294 if ( len > max_len )
295 len = max_len;
vsprintf.c 272 size_t max_len; member in struct:sputc_context
285 if ( ctx->len < sctx->max_len )
310 sctx.max_len = size;
  /system/bt/btif/src/
btif_sock.cc 221 uint16_t max_len = controller->get_ble_maximum_tx_data_length(); local
223 DVLOG(2) << __func__ << ": max_len=" << max_len; local
225 BTA_DmBleSetDataLength(remote_device, max_len);
  /external/wpa_supplicant_8/src/common/
gas_server.c 89 size_t max_len = (freq > 56160) ? 928 : 1400; local
107 if (hdr_len + wpabuf_len(query_resp) > max_len) {
239 size_t max_len = (response->freq > 56160) ? 928 : 1400; local
245 if (hdr_len + remaining > max_len)
246 resp_frag_len = max_len - hdr_len;
  /external/boringssl/src/crypto/base64/
base64.c 401 size_t max_len; local
402 if (!EVP_DecodedLength(&max_len, in_len) ||
403 max_out < max_len) {
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 726 max_len = 80 - len(prefix)
731 if len((cur_line + seg).rstrip()) < max_len:
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
746 new_max_len = max_len - 4 # Maximum length of a continuation line
752 while cur_line == '' and len(seg.strip()) > max_len:
754 split_at = seg.rfind(' ', 0, max_len)
758 max_len = new_max_len
760 if len((cur_line + seg).rstrip()) < max_len:
765 max_len = new_max_len
  /external/googletest/googletest/scripts/
pump.py 726 max_len = 80 - len(prefix)
731 if len((cur_line + seg).rstrip()) < max_len:
744 max_len = 80 - indent - len(line_concat) # Maximum length of the current line
746 new_max_len = max_len - 4 # Maximum length of a continuation line
752 while cur_line == '' and len(seg.strip()) > max_len:
754 split_at = seg.rfind(' ', 0, max_len)
758 max_len = new_max_len
760 if len((cur_line + seg).rstrip()) < max_len:
765 max_len = new_max_len
  /external/pdfium/core/fxcodec/codec/
fx_codec.cpp 1417 uint32_t max_len = std::min((uint32_t)128, src_size - run_start); local
    [all...]

Completed in 409 milliseconds

12 3 4 5 6 7