/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | precision.hpp | 38 struct is_aligned struct 40 static const bool value = false; 45 struct is_aligned<glm::aligned_lowp> struct 47 static const bool value = true; 51 struct is_aligned<glm::aligned_mediump> struct 53 static const bool value = true; 57 struct is_aligned<glm::aligned_highp> struct 59 static const bool value = true;
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | precision.hpp | 38 struct is_aligned struct 40 static const bool value = false; 45 struct is_aligned<glm::aligned_lowp> struct 47 static const bool value = true; 51 struct is_aligned<glm::aligned_mediump> struct 53 static const bool value = true; 57 struct is_aligned<glm::aligned_highp> struct 59 static const bool value = true;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
D | is_aligned.hpp | 18 is_aligned(const volatile void* ptr, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function 25 is_aligned(std::size_t alignment, const volatile void* ptr) BOOST_NOEXCEPT in is_aligned() function
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | vl_bitstream.h | 106 ASSERTED bool is_aligned = vl_bitstream_is_byte_aligned(enc); in vl_bitstream_flush() local 201 ASSERTED bool is_aligned = vl_bitstream_is_byte_aligned(enc); in vl_bitstream_rbsp_trailing() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/ |
D | is_aligned.hpp | 20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorTraits.h | 23 is_aligned = enumerator
|
/aosp_15_r20/external/executorch/test/utils/ |
H A D | alignment.h | 22 inline bool is_aligned(const void* ptr, size_t alignment) { in is_aligned() function
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | triton_utils.py | 116 def is_aligned(x: KernelArgType, alignment: int, include_tensor: bool) -> bool: function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | ir_emission_utils.cc | 56 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | RecordTest.cpp | 103 static bool is_aligned(const T* p) { in is_aligned() function
|
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/pad_mm/ |
H A D | gen_data_pad_mm.py | 113 def is_aligned(self, dim: int, align_size: int) -> bool: member in BenchmarkRunnerPadMM
|
/aosp_15_r20/external/executorch/extension/memory_allocator/test/ |
H A D | malloc_memory_allocator_test.cpp | 28 bool is_aligned(const void* ptr, size_t alignment) { in is_aligned() function
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMD5.cpp | 260 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/ |
H A D | ptr.rs | 112 pub const fn is_aligned<T>(ptr: *const T) -> bool in is_aligned() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 148 #define is_aligned(value, boundary) \ macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/ |
D | mod.rs | 567 pub(crate) fn is_aligned(offset: DeviceSize, alignment: DeviceAlignment) -> bool { in is_aligned() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | MultiTensorApply.cuh | 27 __device__ __forceinline__ bool is_aligned(T* p) { in is_aligned() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitreader/src/ |
D | lib.rs | 300 pub fn is_aligned(&self, alignment_bytes: u32) -> bool { in is_aligned() method
|
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/ |
H A D | mod.rs | 279 pub fn is_aligned(&self) -> bool { in is_aligned() method
|
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | verifier.rs | 254 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/ |
H A D | alloc.rs | 121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
|