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

  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 23 template <typename KeyType, typename DataType, size_t ChunkSize>
25 : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > {
27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc;
32 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() {}
35 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >(pNum) {}
Allocators.h 24 template <typename DataType, size_t ChunkSize>
32 static size_t size() { return ChunkSize; }
45 DataType data[ChunkSize];
269 * template argument ChunkSize is the number of bytes of a chunk
271 template <typename DataType, size_t ChunkSize>
273 : public LinearAllocatorBase<Chunk<DataType, ChunkSize> > {
277 typedef LinearAllocator<NewDataType, ChunkSize> other;
281 LinearAllocator() : LinearAllocatorBase<Chunk<DataType, ChunkSize> >() {}
GCFactory.h 185 template <typename DataType, size_t ChunkSize>
186 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > {
188 GCFactory() : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() {}
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.cc 70 // It works out that ChunkSize() is exactly the amount of output we need to
74 resampler_->Resample(resampler_->ChunkSize(), destination);
sinc_resampler.h 69 size_t ChunkSize() const;
sinc_resampler_unittest.cc 53 // Test requesting multiples of ChunkSize() frames results in the proper number
64 size_t max_chunk_size = resampler.ChunkSize() * kChunks;
67 // Verify requesting ChunkSize() frames causes a single callback.
70 resampler.Resample(resampler.ChunkSize(), resampled_destination.get());
72 // Verify requesting kChunks * ChunkSize() frames causes kChunks callbacks.
85 new float[resampler.ChunkSize()]);
90 resampler.Resample(resampler.ChunkSize() / 2, resampled_destination.get());
98 resampler.Resample(resampler.ChunkSize() / 2, resampled_destination.get());
99 for (size_t i = 0; i < resampler.ChunkSize() / 2; ++i)
sinc_resampler.cc 347 size_t SincResampler::ChunkSize() const {
push_sinc_resampler_unittest.cc 166 // checked before the first call to Resample(), because ChunkSize() will
169 resampler.get_resampler_for_testing()->ChunkSize();
  /external/llvm/lib/Support/
MemoryBuffer.cpp 229 const ssize_t ChunkSize = 4096*4;
230 SmallString<ChunkSize> Buffer;
234 Buffer.reserve(Buffer.size() + ChunkSize);
235 ReadBytes = read(FD, Buffer.end(), ChunkSize);
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 731 : BB(BB), ChunkSize(BB->size()), ChunkPos(ChunkSize),
853 int ChunkSize;
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 709 /// expression \a ChunkSize.
717 /// \param ChunkSize Chunk size.
723 Expr *ChunkSize, Expr *HelperChunkSize)
726 ChunkSizes[CHUNK_SIZE] = ChunkSize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2188 milliseconds