Home
last modified time | relevance | path

Searched refs:kBufferAlignment (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dkernel_runner.cc24 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/
Dmicro_allocator.cc61 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/
Di010_buffer.cc21 static const int kBufferAlignment = 64; variable
47 kBufferAlignment))) { in I010Buffer()
Di420_buffer.cc24 static const int kBufferAlignment = 64; variable
51 kBufferAlignment))) { in I420Buffer()
/external/stressapptest/src/
Dworker.h698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
Dworker.cc3188 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/
DBench.cpp113 static const unsigned kBufferAlignment = 1 << 4; variable
164 AllocAlignedMask(size, kBufferAlignment - 1); in Alloc()