Home
last modified time | relevance | path

Searched defs:align_to (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dpkey-helpers.h180 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
181 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c82 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksx()
88 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DNamedTensor.cpp192 Tensor align_to(const Tensor& tensor, DimnameList order, int64_t ellipsis_idx) { in align_to() function
282 Tensor align_to(const Tensor& tensor, DimnameList names) { in align_to() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dcpu_function_runtime.cc52 size_t align_to(size_t n, size_t align) { in align_to() function
/aosp_15_r20/external/arm-trusted-firmware/tools/sptool/
H A Dsptool.c42 static unsigned int align_to(unsigned int address, unsigned int boundary) in align_to() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dtcp_mmap.c123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dstruct_layout.rs34 pub(crate) fn align_to(size: usize, align: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dlayout.rs239 pub fn align_to(&self, align: usize) -> Result<Self, LayoutError> { in align_to() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dnetlink.rs150 let align_to = std::mem::align_of::<NlMsgHdr>(); in next() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs180 pub const fn align_to(&self, alignment: DeviceAlignment) -> Option<Self> { in align_to() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
/aosp_15_r20/external/pytorch/torch/
H A D_tensor.py1311 def align_to(self, *names): member in Tensor

12