/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 56 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 …]
|
D | httpread.h | 74 int max_bytes, /* maximum file size else abort it */
|
/external/toybox/toys/posix/ |
D | xargs.c | 44 long max_bytes; in GLOBALS() 83 if (++TT.bytes >= TT.max_bytes && TT.max_bytes) return save; 99 if (TT.max_bytes && TT.bytes >= TT.max_bytes) return data;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | stream_slice.py | 11 def __init__(self, stream, max_bytes): argument 13 self.__remaining_bytes = max_bytes 14 self.__max_bytes = max_bytes
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_opus_quality_test.cc | 107 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()
|
D | neteq_ilbc_quality_test.cc | 63 size_t max_bytes) override { in EncodeBlock() argument 72 max_bytes, payload); in EncodeBlock()
|
D | neteq_pcmu_quality_test.cc | 63 size_t max_bytes) override { in EncodeBlock() argument 72 max_bytes, payload); in EncodeBlock()
|
D | neteq_isac_quality_test.cc | 47 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/ |
D | isac_speed_test.cc | 29 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/ |
D | opus_speed_test.cc | 27 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/webp/src/utils/ |
D | bit_writer.c | 209 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
D | question.py | 370 def __init__(self, min_bytes, max_bytes): argument 371 assert 0 <= min_bytes <= max_bytes <= 2 * 10 ** 9 373 self.max_bytes = max_bytes
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
D | hiddevice.cpp | 186 bool cHIDDevice::ReadFromDevice(unsigned const char * buffer, int max_bytes, int & bytes_read, int … in ReadFromDevice() argument 191 ReadFile( ReadHandle, (LPVOID)buffer,max_bytes,(LPDWORD)&bytes_read,(LPOVERLAPPED) &mOverlapped); in ReadFromDevice()
|
D | hiddevice.h | 21 bool ReadFromDevice(unsigned const char * buffer, int max_bytes, int & bytes_read, int timeout=50);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
D | ftcmanag.c | 357 FT_ULong max_bytes, in FTC_Manager_New() argument 384 if ( max_bytes == 0 ) in FTC_Manager_New() 385 max_bytes = FTC_MAX_BYTES_DEFAULT; in FTC_Manager_New() 389 manager->max_weight = max_bytes; in FTC_Manager_New()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.h | 40 size_t max_bytes, size_t* encoded_bytes) = 0;
|
/external/libvncserver/libvncserver/ |
D | httpd.c | 91 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/google-breakpad/src/google_breakpad/processor/ |
D | minidump.h | 206 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/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_quality_test.h | 80 uint8_t* payload, size_t max_bytes) = 0;
|
/external/v8/src/heap/ |
D | gc-tracer.cc | 825 const size_t max_bytes = static_cast<size_t>(-1); in NewSpaceAllocationThroughputInBytesPerMillisecond() local 827 bytes < max_bytes - bytes && (time_ms == 0 || durations < time_ms)) { in NewSpaceAllocationThroughputInBytesPerMillisecond() 845 const size_t max_bytes = static_cast<size_t>(-1); in OldGenerationAllocationThroughputInBytesPerMillisecond() local 847 bytes < max_bytes - bytes && (time_ms == 0 || durations < time_ms)) { in OldGenerationAllocationThroughputInBytesPerMillisecond()
|
/external/libmicrohttpd/src/microhttpd/ |
D | internal.h | 490 size_t max_bytes); 504 size_t max_bytes);
|
/external/freetype/src/psaux/ |
D | psobjs.h | 114 FT_Offset max_bytes,
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psobjs.h | 114 FT_Offset max_bytes,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | psobjs.h | 114 FT_Offset max_bytes,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
D | ftcache.h | 311 FT_ULong max_bytes,
|