Searched refs:kBufferAlignment (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | kernel_runner.cc | 24 constexpr size_t kBufferAlignment = 16; variable 110 return runner->allocator_->AllocateFromTail(bytes, kBufferAlignment); in AllocatePersistentBuffer() 132 runner->allocator_->AllocateFromTail(bytes, kBufferAlignment); in RequestScratchBufferInArena()
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_allocator.cc | 61 constexpr int kBufferAlignment = 16; variable 346 AlignSizeUp(current->bytes, kBufferAlignment); in CreatePlan() 608 uint8_t* aligned_arena = AlignPointerUp(tensor_arena, kBufferAlignment); in Create() 676 return memory_allocator_->AllocateFromTail(bytes, kBufferAlignment); in AllocatePersistentBuffer() 978 memory_allocator_->AllocateFromTail(buffer_size, kBufferAlignment); in AllocateVariables() 1072 memory_allocator_->GetAvailableMemory(kBufferAlignment); in CommitStaticMemoryPlan() 1074 memory_allocator_->AllocateTemp(remaining_arena_size, kBufferAlignment); in CommitStaticMemoryPlan() 1084 memory_allocator_->GetAvailableMemory(kBufferAlignment); in CommitStaticMemoryPlan() 1114 max_head_buffer_usage_, kBufferAlignment)); in CommitStaticMemoryPlan()
|
/external/webrtc/api/video/ |
D | i010_buffer.cc | 21 static const int kBufferAlignment = 64; variable 47 kBufferAlignment))) { in I010Buffer()
|
D | i420_buffer.cc | 24 static const int kBufferAlignment = 64; variable 51 kBufferAlignment))) { in I420Buffer()
|
/external/stressapptest/src/ |
D | worker.h | 698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
|
D | worker.cc | 3188 int memalign_result = posix_memalign(&block_buffer_, kBufferAlignment, in Work() 3191 block_buffer_ = memalign(kBufferAlignment, sat_->page_length()); in Work()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 113 static const unsigned kBufferAlignment = 1 << 4; variable 164 AllocAlignedMask(size, kBufferAlignment - 1); in Alloc()
|