Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 22 of 22) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
Dasan_globals.cc64 uptr aligned_size = RoundUpTo(g.size, SHADOW_GRANULARITY); in PoisonRedZones() local
Dasan_poisoning.cc296 uptr aligned_size = size & ~(SHADOW_GRANULARITY - 1); in PoisonAlignedStackMemory() local
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc53 size_t aligned_size = 0; in MapFileRegionToMemory() local
Dmemory_mapped_file.cc119 size_t* aligned_size, in CalculateVMAlignedBoundaries()
/external/skia/src/core/
DSkMask.cpp41 size_t aligned_size = SkSafeMath::Align4(size); in AllocImage() local
/external/skqp/src/core/
DSkMask.cpp41 size_t aligned_size = SkSafeMath::Align4(size); in AllocImage() local
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c59 const uint64_t aligned_size = get_aligned_malloc_size(size, align); in vpx_memalign() local
/external/mesa3d/src/mesa/main/
Dmarshal.h58 const size_t aligned_size = ALIGN(size, 8); in _mesa_glthread_allocate_command() local
/external/libaom/libaom/aom_mem/
Daom_mem.c51 const size_t aligned_size = GetAlignedMallocSize(size, align); in aom_memalign() local
/external/tensorflow/tensorflow/lite/experimental/micro/
Dsimple_tensor_allocator.cc153 size_t aligned_size = (next_free - current_data); in AllocateMemory() local
/external/v8/src/base/platform/
Dplatform-fuchsia.cc81 size_t aligned_size = RoundUp(size, page_size); in Allocate() local
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c77 int aligned_size = WORD_ALIGN(size); in ffi_prep_args() local
/external/libffi/src/microblaze/
Dffi.c77 int aligned_size = WORD_ALIGN(size); in ffi_prep_args() local
/external/google-breakpad/src/client/
Dminidump_file_writer.cc223 size_t aligned_size = (size + 7) & ~7; // 64-bit alignment in Allocate() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_algorithm_picker.cc192 size_t aligned_size = buffer.size() / 4 * 4; in PickBestAlgorithm() local
/external/libcxxabi/src/
Dcxa_exception.cpp169 constexpr size_t aligned_size = in get_cxa_exception_offset() local
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c664 int64_t aligned_size = pool->size_in_dw; in compute_memory_transfer() local
/external/libchrome/base/
Dpickle.cc44 size_t aligned_size = bits::Align(size, sizeof(uint32_t)); in Advance() local
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1398 uint64_t aligned_size = align64(size, ws->info.gart_page_size); in amdgpu_bo_from_ptr() local
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c1269 …uint64_t aligned_size = ((va + size + SI_CPDMA_ALIGNMENT -1) & ~(SI_CPDMA_ALIGNMENT - 1)) - aligne… in si_cp_dma_prefetch() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp10455 …VkDeviceSize aligned_size = ((align_mod == 0) ? memory_reqs.size : (memory_reqs.size + memory_reqs… in TEST_F() local