HomeSort by relevance Sort by last modified time
    Searched refs:max_chunk_size (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
cache.c 343 const file_ptr max_chunk_size = 0x800000; local
347 if (chunk_size > max_chunk_size)
348 chunk_size = max_chunk_size;
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 64 size_t max_chunk_size = resampler.ChunkSize() * kChunks; local
65 rtc::scoped_ptr<float[]> resampled_destination(new float[max_chunk_size]);
76 resampler.Resample(max_chunk_size, resampled_destination.get());
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 484 max_chunk_size = 10*1024*1024
488 chunk_size = min(size_remaining, max_chunk_size)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 484 max_chunk_size = 10*1024*1024
488 chunk_size = min(size_remaining, max_chunk_size)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 484 max_chunk_size = 10*1024*1024
488 chunk_size = min(size_remaining, max_chunk_size)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 484 max_chunk_size = 10*1024*1024
488 chunk_size = min(size_remaining, max_chunk_size)
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 1176 int max_chunk_size; member in struct:AVFormatContext
    [all...]
  /external/v8/src/snapshot/
serialize.h 550 inline uint32_t max_chunk_size(int space) const { function in class:v8::internal::Serializer
serialize.cc     [all...]

Completed in 1132 milliseconds