Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 25 of 34) sorted by relevance

12

/external/toybox/toys/posix/
Dxargs.c44 long max_bytes; in GLOBALS()
85 if (++TT.bytes >= TT.max_bytes && TT.max_bytes) return save;
101 if (TT.max_bytes && TT.bytes >= TT.max_bytes) return data;
124 if (TT.max_bytes == 0 || TT.max_bytes > posix_max_bytes) in xargs_main()
125 TT.max_bytes = posix_max_bytes; in xargs_main()
Dfind.c64 long max_bytes;
505 if ((aa->plus += sizeof(char *)+strlen(name)+1) > TT.max_bytes) { in do_find()
547 TT.max_bytes = sysconf(_SC_ARG_MAX) - environ_bytes(); in find_main()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c56 int max_bytes; /* maximum file size else abort it */ member
169 if (h->content_length < 0 || h->content_length > h->max_bytes) { in httpread_hdr_option_analyze()
329 h->max_bytes = 0; in httpread_hdr_analyze()
337 h->max_bytes = 0; in httpread_hdr_analyze()
450 if (h->max_bytes == 0) { in httpread_read_handler()
491 if (h->body_nbytes >= h->max_bytes) { in httpread_read_handler()
494 h->body_nbytes, h->max_bytes); in httpread_read_handler()
507 new_alloc_nbytes > h->max_bytes + in httpread_read_handler()
513 h->max_bytes); in httpread_read_handler()
548 h->chunk_size > h->max_bytes) { in httpread_read_handler()
[all …]
Dhttpread.h74 int max_bytes, /* maximum file size else abort it */
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
Dneteq_opus_quality_test.cc107 uint8_t* payload, size_t max_bytes);
178 uint8_t* payload, size_t max_bytes) { in EncodeBlock() argument
185 max_bytes, payload); in EncodeBlock()
197 static_cast<opus_int32>(max_bytes)); in EncodeBlock()
Dneteq_ilbc_quality_test.cc63 size_t max_bytes) override { in EncodeBlock() argument
72 max_bytes, payload); in EncodeBlock()
Dneteq_pcmu_quality_test.cc63 size_t max_bytes) override { in EncodeBlock() argument
72 max_bytes, payload); in EncodeBlock()
Dneteq_isac_quality_test.cc47 uint8_t* payload, size_t max_bytes);
81 uint8_t* payload, size_t max_bytes) { in EncodeBlock() argument
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc29 size_t max_bytes, size_t* encoded_bytes);
64 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock() argument
82 assert(*encoded_bytes <= max_bytes); in EncodeABlock()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc27 size_t max_bytes, size_t* encoded_bytes);
61 size_t max_bytes, size_t* encoded_bytes) { in EncodeABlock() argument
64 input_length_sample_, max_bytes, in EncodeABlock()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.h46 size_t block_size, size_t max_bytes, uint64 max_staleness,
96 size_t max_bytes() const { return file_block_cache_->max_bytes(); } in max_bytes() function
187 size_t max_bytes,
Dfile_block_cache.h51 FileBlockCache(size_t block_size, size_t max_bytes, uint64 max_staleness,
54 max_bytes_(max_bytes), in block_size_()
98 size_t max_bytes() const { return max_bytes_; } in max_bytes() function
Dgcs_file_system.cc630 size_t max_bytes = kDefaultMaxCacheSize; in GcsFileSystem() local
642 max_bytes = value * 1024 * 1024; in GcsFileSystem()
647 file_block_cache_ = MakeFileBlockCache(block_size, max_bytes, max_staleness); in GcsFileSystem()
758 size_t block_size, size_t max_bytes, uint64 max_staleness, in GcsFileSystem() argument
767 MakeFileBlockCache(block_size, max_bytes, max_staleness)), in GcsFileSystem()
785 size_t block_size, size_t max_bytes, uint64 max_staleness) { in MakeFileBlockCache() argument
787 new FileBlockCache(block_size, max_bytes, max_staleness, in MakeFileBlockCache()
/external/tensorflow/tensorflow/core/lib/io/
Dinputbuffer.cc135 Status InputBuffer::ReadVarintFallback(T* result, int max_bytes) { in ReadVarintFallback() argument
141 for (int index = 0; index < max_bytes; index++) { in ReadVarintFallback()
147 return errors::DataLoss("Stored data longer than ", max_bytes, " bytes."); in ReadVarintFallback()
Dinputbuffer.h95 Status ReadVarintFallback(T* result, int max_bytes);
/external/webp/src/utils/
Dbit_writer_utils.c209 const size_t max_bytes = bw->end_ - bw->buf_; in VP8LBitWriterResize() local
217 if (max_bytes > 0 && size_required <= max_bytes) return 1; in VP8LBitWriterResize()
218 allocated_size = (3 * max_bytes) >> 1; in VP8LBitWriterResize()
/external/freetype/src/cache/
Dftcmanag.c358 FT_ULong max_bytes, in FTC_Manager_New() argument
385 if ( max_bytes == 0 ) in FTC_Manager_New()
386 max_bytes = FTC_MAX_BYTES_DEFAULT; in FTC_Manager_New()
390 manager->max_weight = max_bytes; in FTC_Manager_New()
/external/libcups/cups/
Dipp.c1066 max_bytes; /* Maximum number of bytes for value */ in ippAddStringfv() local
1121 max_bytes = IPP_MAX_TEXT; in ippAddStringfv()
1126 max_bytes = IPP_MAX_NAME; in ippAddStringfv()
1130 max_bytes = IPP_MAX_CHARSET; in ippAddStringfv()
1134 max_bytes = IPP_MAX_KEYWORD; in ippAddStringfv()
1138 max_bytes = IPP_MAX_LANGUAGE; in ippAddStringfv()
1142 max_bytes = IPP_MAX_MIMETYPE; in ippAddStringfv()
1146 max_bytes = IPP_MAX_URI; in ippAddStringfv()
1150 max_bytes = IPP_MAX_URISCHEME; in ippAddStringfv()
1154 if (bytes >= max_bytes) in ippAddStringfv()
[all …]
/external/libvncserver/libvncserver/
Dhttpd.c91 static rfbBool parseParams(const char *request, char *result, int max_bytes);
572 parseParams(const char *request, char *result, int max_bytes) in parseParams() argument
621 if (cur_bytes + len + 1 > max_bytes) { in parseParams()
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
Daudio_codec_speed_test.h40 size_t max_bytes, size_t* encoded_bytes) = 0;
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h206 static void set_max_bytes(uint32_t max_bytes) { max_bytes_ = max_bytes; } in set_max_bytes() argument
207 static uint32_t max_bytes() { return max_bytes_; } in max_bytes() function
/external/libmicrohttpd/src/microhttpd/
Dinternal.h490 size_t max_bytes);
504 size_t max_bytes);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dneteq_quality_test.h80 uint8_t* payload, size_t max_bytes) = 0;
/external/curl/lib/
Dsmb.h203 unsigned short max_bytes; member
/external/freetype/include/freetype/
Dftcache.h311 FT_ULong max_bytes,

12