Home
last modified time | relevance | path

Searched defs:alignment (Results 201 – 225 of 2183) sorted by relevance

12345678910>>...88

/aosp_15_r20/system/chre/platform/tinysys/
H A Dmemory.cc71 void *nanoappBinaryAlloc(size_t size, size_t alignment) { in nanoappBinaryAlloc()
75 void *nanoappBinaryDramAlloc(size_t size, size_t alignment) { in nanoappBinaryDramAlloc()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/pmr/
Dmemory_resource.hpp43 void* allocate(std::size_t bytes, std::size_t alignment = max_align) in allocate()
48 void deallocate(void* p, std::size_t bytes, std::size_t alignment = max_align) in deallocate()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dderived_from_memory_resource.hpp27 virtual void* do_allocate(std::size_t bytes, std::size_t alignment) in do_allocate()
35 virtual void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) in do_deallocate()
/aosp_15_r20/external/webrtc/video/
H A Dalignment_adjuster.cc25 double RoundToMultiple(int alignment, in RoundToMultiple()
112 for (int alignment = requested_alignment; alignment <= kMaxAlignment; in GetAlignmentAndMaybeAdjustScaleFactors() local
/aosp_15_r20/hardware/google/pixel/pixelstats/
DWirelessChargeStats.cpp87 const int alignment) { in CalculateWirelessChargeMetrics()
119 const int32_t alignment = buf[6]; in CalculateWirelessChargeStats() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c90 uint64_t size, unsigned alignment) in r600_init_resource_fields()
556 unsigned alignment) in r600_buffer_create()
577 unsigned alignment) in r600_aligned_buffer_create()
/aosp_15_r20/external/libdrm/intel/
H A Dintel_bufmgr.c50 unsigned long size, unsigned int alignment) in drm_intel_bo_alloc()
57 unsigned long size, unsigned int alignment) in drm_intel_bo_alloc_for_render()
221 drm_intel_bo_pin(drm_intel_bo *bo, uint32_t alignment) in drm_intel_bo_pin()
/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuRingBlob.cpp28 uint64_t alignment, in RingBlob()
66 …ique_ptr<RingBlob> RingBlob::CreateWithHostMemory(uint32_t id, uint64_t size, uint64_t alignment) { in CreateWithHostMemory()
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayout.cpp30 CharUnits alignment, in ASTRecordLayout()
41 CharUnits size, CharUnits alignment, in ASTRecordLayout()
/aosp_15_r20/bionic/linker/
H A Dlinker_memory.cpp75 void* memalign(size_t alignment, size_t byte_count) { in memalign()
79 void* aligned_alloc(size_t alignment, size_t byte_count) { in aligned_alloc()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DAddress.h29 Address(llvm::Value *pointer, CharUnits alignment) in Address()
77 ConstantAddress(llvm::Constant *pointer, CharUnits alignment) in ConstantAddress()
/aosp_15_r20/external/cronet/build/
H A Dzip_helpers.py16 def _set_alignment(zip_obj, zip_info, alignment): argument
48 alignment=None, argument
/aosp_15_r20/external/angle/build/
H A Dzip_helpers.py16 def _set_alignment(zip_obj, zip_info, alignment): argument
48 alignment=None, argument
/aosp_15_r20/external/cronet/base/memory/
H A Dsafety_checks.h138 std::align_val_t alignment) { in HandleMemorySafetyCheckedOperatorNew()
164 std::align_val_t alignment) { in HandleMemorySafetyCheckedOperatorDelete()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Dglobal_resource.cpp34 void* do_allocate(std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_allocate()
37 void do_deallocate(void* p, std::size_t bytes, std::size_t alignment) BOOST_OVERRIDE in do_deallocate()
Dunsynchronized_pool_resource.cpp51 void* unsynchronized_pool_resource::do_allocate(std::size_t bytes, std::size_t alignment) //virtual in do_allocate()
54 void unsynchronized_pool_resource::do_deallocate(void* p, std::size_t bytes, std::size_t alignment)… in do_deallocate()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c31 unsigned alignment) in vtn_align_pointer()
81 uint32_t alignment; member
1558 uint32_t alignment) in var_set_alignment()
2542 unsigned *idx, SpvMemoryAccessMask *access, unsigned *alignment, in vtn_get_mem_operands()
2827 unsigned idx = 4, alignment; in vtn_handle_variables() local
2869 unsigned idx = 3, alignment; in vtn_handle_variables() local
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dneon_emitter.py416 alignment=None): argument
493 def EmitVLoadE(self, load_type, count, destination, source, alignment=None): argument
540 alignment=None): argument
617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): argument
810 def Dereference(self, value, alignment=None): argument
816 def DereferenceIncrement(self, value, alignment=None): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
H A Dcommon.h32 #define PYTORCH_QNNP_ALIGN(alignment) __declspec(align(alignment)) argument
34 #define PYTORCH_QNNP_ALIGN(alignment) __attribute__((__aligned__(alignment))) argument
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.bpf.c227 int BPF_KPROBE(posix_memalign_enter, void **memptr, size_t alignment, size_t size) in BPF_KPROBE()
258 int BPF_KPROBE(aligned_alloc_enter, size_t alignment, size_t size) in BPF_KPROBE()
282 int BPF_KPROBE(memalign_enter, size_t alignment, size_t size) in BPF_KPROBE()
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.cpp91 size_t alignment = page_size_; in get_revised_range_for_writing() local
105 size_t alignment = page_size_; in write() local
302 std::unique_ptr<MemoryBuffer> MemoryBuffer::make_using_malloc(size_t size, size_t alignment) { in make_using_malloc()
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp190 const int alignment = in init() local
303 const int alignment = in init() local
404 const int alignment = in init() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c59 unsigned alignment, in stream_state()
147 uint32_t alignment, in blorp_alloc_dynamic_state()
160 uint32_t alignment, in blorp_alloc_general_state()
/aosp_15_r20/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp67 static bool CreateAlignedZip(ZipArchiveHandle& handle, FILE* zip_dst, uint32_t alignment) { in CreateAlignedZip()
126 unsigned long int alignment = strtoul(argv[1], &end, 10); in main() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dallocator_shim_override_cpp_symbols.h122 std::align_val_t alignment) { in new()
131 std::align_val_t alignment, in new()

12345678910>>...88