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());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleXMLRPCServer.py 484 max_chunk_size = 10*1024*1024
488 chunk_size = min(size_remaining, max_chunk_size)
  /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/v8/src/snapshot/
serializer.h 210 inline uint32_t max_chunk_size(int space) const { function in class:v8::internal::Serializer
serializer.cc 287 DCHECK(size > 0 && size <= static_cast<int>(max_chunk_size(space)));
289 if (new_chunk_size > max_chunk_size(space)) {

Completed in 2182 milliseconds