| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | dio_read.c | 112 long long alignment; in setup() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | allocate.h | 15 unsigned int alignment; member
|
| /third_party/node/deps/v8/src/base/ |
| H A D | bounded-page-allocator.cc | 29 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
|
| H A D | page-allocator.cc | 46 void* PageAllocator::AllocatePages(void* hint, size_t size, size_t alignment, in AllocatePages() argument
|
| H A D | virtual-address-space.cc | 76 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 D | emulated-virtual-address-subspace.cc | 47 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 D | platform-linux.cc | 158 GetFreeMemoryRangesWithin( OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, size_t alignment) GetFreeMemoryRangesWithin() argument
|
| H A D | platform-freebsd.cc | 100 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 D | concurrent-allocator.cc | 122 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 D | heap-page.cc | 27 Address AlignAddress(Address address, size_t alignment) { in AlignAddress() argument
|
| H A D | object-allocator.h | 93 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 D | u_upload_mgr.c | 254 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 D | pb_cache.c | 119 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 D | ProgramVk.h | 134 size_t alignment = static_cast<size_t>( in getDefaultUniformAlignedSize() local
|
| /third_party/skia/src/core/ |
| H A D | SkArenaAlloc.cpp | 69 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 D | ShaderCore.hpp | 469 rr::Scatter(rr::Pointer<EL>(base), val, offs, mask, alignment); Store() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Math.hpp | 356 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 D | DataDisplayTable.java | 70 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 D | BuddyMemoryAllocatorTests.cpp | 339 constexpr uint64_t alignment = 64; in TEST() local
|
| /third_party/vk-gl-cts/framework/delibs/debase/ |
| H A D | deMemory.c | 280 size_t alignment; in deMemory_selfTest() member 299 size_t alignment; in deMemory_selfTest() member
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | mem_map_allocator.h | 251 void Initialize(size_t alignment) in Initialize() argument
|
| H A D | mem.h | 109 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 D | mem.h | 98 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 D | arena_allocator_test.cpp | 64 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() argument
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| H A D | aot_builder.h | 42 size_t alignment; member
|