Home
last modified time | relevance | path

Searched defs:alignment (Results 151 - 175 of 531) sorted by relevance

12345678910>>...22

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddio_read.c112 long long alignment; in setup() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.h15 unsigned int alignment; member
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc29 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
H A Dpage-allocator.cc46 void* PageAllocator::AllocatePages(void* hint, size_t size, size_t alignment, in AllocatePages() argument
H A Dvirtual-address-space.cc76 AllocatePages(Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
147 AllocateSubspace( Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
225 AllocatePages(Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
326 AllocateSubspace(Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
[all...]
H A Demulated-virtual-address-subspace.cc47 AllocatePages( Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
175 AllocateSubspace( Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc158 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
H A Dplatform-freebsd.cc100 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-allocator.cc122 AllocateInLabSlow( int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateInLabSlow() argument
156 AllocateOutsideLab( int object_size, AllocationAlignment alignment, AllocationOrigin origin) AllocateOutsideLab() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc27 Address AlignAddress(Address address, size_t alignment) { in AlignAddress() argument
H A Dobject-allocator.h93 void* ObjectAllocator::AllocateObject(size_t size, AlignVal alignment, in AllocateObject() argument
114 void* ObjectAllocator::AllocateObject(size_t size, AlignVal alignment, in AllocateObject() argument
138 AllocateObjectOnSpace(NormalPageSpace& space, size_t size, AlignVal alignment, GCInfoIndex gcinfo) AllocateObjectOnSpace() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c254 u_upload_alloc(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, unsigned *out_offset, struct pipe_resource **outbuf, void **ptr) u_upload_alloc() argument
319 u_upload_data(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, const void *data, unsigned *out_offset, struct pipe_resource **outbuf) u_upload_data() argument
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c119 pb_cache_is_buffer_compat(struct pb_cache_entry *entry, pb_size size, unsigned alignment, unsigned usage) pb_cache_is_buffer_compat() argument
147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, unsigned alignment, unsigned usage, unsigned bucket_index) pb_cache_reclaim_buffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramVk.h134 size_t alignment = static_cast<size_t>( in getDefaultUniformAlignedSize() local
/third_party/skia/src/core/
H A DSkArenaAlloc.cpp69 void SkArenaAlloc::ensureSpace(uint32_t size, uint32_t alignment) { in ensureSpace() argument
101 char* SkArenaAlloc::allocObjectWithFooter(uint32_t sizeIncludingFooter, uint32_t alignment) { in allocObjectWithFooter() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.hpp469 rr::Scatter(rr::Pointer<EL>(base), val, offs, mask, alignment); Store() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp356 inline T align(T value, unsigned int alignment) in align() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DDataDisplayTable.java70 public void setAlignment(List<Align> alignment) { in setAlignment() argument
302 padString(String s, Align alignment, int minLength) padString() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DBuddyMemoryAllocatorTests.cpp339 constexpr uint64_t alignment = 64; in TEST() local
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMemory.c280 size_t alignment; in deMemory_selfTest() member
299 size_t alignment; in deMemory_selfTest() member
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h251 void Initialize(size_t alignment) in Initialize() argument
H A Dmem.h109 constexpr inline bool IsAligned(T value, size_t alignment) in IsAligned() argument
115 inline T AlignDown(T x, size_t alignment) in AlignDown() argument
124 inline T AlignUp(T x, size_t alignment) in AlignUp() argument
[all...]
/arkcompiler/runtime_core/libpandabase/mem/
H A Dmem.h98 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignUp(T value, size_t alignment) in AlignUp() argument
104 constexpr std::enable_if_t<std::is_unsigned_v<T>, T> AlignDown(T value, size_t alignment) in AlignDown() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Darena_allocator_test.cpp64 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h42 size_t alignment; member

Completed in 14 milliseconds

12345678910>>...22