/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | pkey-helpers.h | 180 #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 D | i915_resource_texture.c | 82 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 D | NamedTensor.cpp | 192 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 D | cpu_function_runtime.cc | 52 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 D | sptool.c | 42 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 D | tcp_mmap.c | 123 #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/ |
D | struct_layout.rs | 34 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 D | layout.rs | 239 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 D | layout.rs | 239 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 D | layout.rs | 239 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 D | layout.rs | 239 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 D | layout.rs | 239 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 D | netlink.rs | 150 let align_to = std::mem::align_of::<NlMsgHdr>(); in next() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/ |
D | layout.rs | 180 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 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 D | fuchsia.rs | 161 fn align_to(x: usize, to: usize) -> usize { in align_to() function
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _tensor.py | 1311 def align_to(self, *names): member in Tensor
|