Home
last modified time | relevance | path

Searched defs:alignment (Results 51 - 75 of 497) sorted by relevance

12345678910>>...20

/third_party/node/deps/v8/src/compiler/
H A Dframe.cc20 void Frame::AlignFrame(int alignment) { in AlignFrame() argument
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space-page-allocator.cc14 AllocatePages( void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
/third_party/node/deps/v8/src/base/sanitizer/
H A Dlsan-virtual-address-space.cc26 AllocatePages(Address hint, size_t size, size_t alignment, PagePermissions permissions) AllocatePages() argument
65 AllocateSubspace( Address hint, size_t size, size_t alignment, PagePermissions max_page_permissions) AllocateSubspace() argument
H A Dlsan-page-allocator.cc24 AllocatePages(void* hint, size_t size, size_t alignment, PageAllocator::Permission access) AllocatePages() argument
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces-inl.h88 AllocateRawSynchronized( int size_in_bytes, AllocationAlignment alignment, AllocationOrigin origin) AllocateRawSynchronized() argument
H A Devacuation-allocator-inl.h15 Allocate(AllocationSpace space, int object_size, AllocationOrigin origin, AllocationAlignment alignment) Allocate() argument
83 AllocateInLAB( int object_size, AllocationAlignment alignment) AllocateInLAB() argument
118 AllocateInNewSpace( int object_size, AllocationOrigin origin, AllocationAlignment alignment) AllocateInNewSpace() argument
[all...]
H A Dlocal-heap-inl.h19 AllocateRaw(int size_in_bytes, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) AllocateRaw() argument
70 AllocateRawOrFail(int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) AllocateRawOrFail() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.c71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, unsigned alignment, unsigned *out_offset, struct pipe_resource **outbuf) u_suballocator_alloc() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c29 setup_slices(struct fd_resource *rsc, uint32_t alignment, in setup_slices() argument
75 uint32_t alignment; in fd3_setup_slices() local
/third_party/musl/Benchmark/musl/
H A Dutil.cpp39 char* AlignUpMemoy(char* origPtr, size_t alignment) in AlignUpMemoy() argument
53 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() argument
59 GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) GetAlignedPtr() argument
65 GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) GetAlignedPtrFilled() argument
72 GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fillByte) GetAlignedPtrFilled() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument
90 void *allocate(size_t bytes, size_t alignment) in allocate() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A DMath.h56 T Align(T value, size_t alignment) { in Align() argument
65 DAWN_FORCE_INLINE T* AlignPtr(T* ptr, size_t alignment) { in AlignPtr() argument
73 AlignPtr(const T* ptr, size_t alignment) AlignPtr() argument
[all...]
/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java43 private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment() argument
[all...]
/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java43 private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_model_ng.cpp53 void FolderStackModelNG::SetAlignment(Alignment alignment) in SetAlignment() argument
/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Dcoverage_component.h50 void SetAlignment(Alignment alignment) in SetAlignment() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_algorithm.cpp69 CalculateStackAlignment( const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) CalculateStackAlignment() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_algorithm.cpp22 void UpdateToastAlign(int32_t& alignment) in UpdateToastAlign() argument
61 auto alignment = toastPattern->GetToastInfo().alignment; Layout() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h24 ArkUI_Int32 alignment; member
H A Dnode_stack_modifier.cpp36 Alignment alignment = Alignment::CENTER; in SetAlignContent() local
78 findAlignmentIndex(Alignment& alignment) findAlignmentIndex() argument
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp43 const size_t alignment = allocator.allocators[allocator.currentIndex]->GetAlignment(); in AllocateBarrierListMemory() local
86 size_t alignment = 0; in BeginFrame() local
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h43 constexpr T AlignUp(T num, U alignment) in AlignUp() argument
/third_party/gptfdisk/
H A Dgptcl.h34 int alignment, deletePartNum, infoPartNum, largestPartNum, bsdPartNum; member in GPTDataCL
/third_party/libdrm/nouveau/
H A Dabi16.c307 abi16_bo_init(struct nouveau_bo *bo, uint32_t alignment, in abi16_bo_init() argument
/third_party/mesa3d/src/asahi/lib/
H A Dpool.c82 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) in agx_pool_alloc_aligned() argument
115 agx_pool_upload_aligned(struct agx_pool *pool, const void *data, size_t sz, unsigned alignment) in agx_pool_upload_aligned() argument
[all...]

Completed in 9 milliseconds

12345678910>>...20