Searched defs:align_to (Results 1 – 11 of 11) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/vm/ |
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
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | cpu_function_runtime.cc | 52 size_t align_to(size_t n, size_t align) { in align_to() function
|
/external/mesa3d/src/gallium/drivers/i915/ |
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()
|
/external/arm-trusted-firmware/tools/sptool/ |
D | sptool.c | 42 static unsigned int align_to(unsigned int address, unsigned int boundary) in align_to() function
|
/external/pytorch/aten/src/ATen/native/ |
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
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_mmap.c | 123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
|
/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
|
/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
|
/external/pytorch/torch/ |
D | _tensor.py | 1311 def align_to(self, *names): member in Tensor
|
/external/rust/android-crates-io/crates/vulkano/src/buffer/ |
D | subbuffer.rs | 523 pub fn align_to(mut self, layout: DeviceLayout) -> Subbuffer<[u8]> { in align_to() method
|
/external/sg3_utils/lib/ |
D | sg_lib.c | 3915 sg_memalign(uint32_t num_bytes, uint32_t align_to, uint8_t ** buff_to_free, in sg_memalign()
|