Home
last modified time | relevance | path

Searched defs:ALIGNMENT (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs52 pub const ALIGNMENT: Self = Self { alignment: true, ..Self::NOTHING }; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs52 pub const ALIGNMENT: Self = Self { alignment: true, ..Self::NOTHING }; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs52 pub const ALIGNMENT: Self = Self { alignment: true, ..Self::NOTHING }; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs52 pub const ALIGNMENT: Self = Self { alignment: true, ..Self::NOTHING }; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/mem/
H A Dtransmutability.rs52 pub const ALIGNMENT: Self = Self { alignment: true, ..Self::NOTHING }; constant
/aosp_15_r20/external/eigen/test/
H A Ddynalloc.cpp13 #define ALIGNMENT EIGEN_MAX_ALIGN_BYTES macro
15 #define ALIGNMENT 1 macro
/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Dmultiboot.rs109 const ALIGNMENT: usize = 4; in multiboot_header_from_file() constant
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Deigen_spatial_convolutions.h33 #define TENSOR_CONTRACTION_DISPATCH(METHOD, ALIGNMENT, ARGS) \ argument
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/
H A DSPARCOptions.java19 private static final int ALIGNMENT = 4; field in SPARCOptions
H A DARMOptions.java19 private static final int ALIGNMENT = 4; field in ARMOptions
H A DIA64Options.java19 private static final int ALIGNMENT = 16; field in IA64Options
H A DPowerPCOptions.java19 private static final int ALIGNMENT = 4; field in PowerPCOptions
H A DX86Options.java19 private static final int ALIGNMENT = 1; field in X86Options
H A DARMThumbOptions.java19 private static final int ALIGNMENT = 2; field in ARMThumbOptions
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/hip/
H A Daotriton_adapter.h23 #define CHECK_ALIGNED_PTR(PTR, ALIGNMENT) \ argument
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationSetRefItem.java27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem
H A DEncodedArrayItem.java28 private static final int ALIGNMENT = 1; field in EncodedArrayItem
H A DTypeListItem.java30 private static final int ALIGNMENT = 4; field in TypeListItem
H A DAnnotationSetItem.java29 private static final int ALIGNMENT = 4; field in AnnotationSetItem
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationSetRefItem.java27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem
H A DEncodedArrayItem.java37 private static final int ALIGNMENT = 1; field in EncodedArrayItem
H A DTypeListItem.java31 private static final int ALIGNMENT = 4; field in TypeListItem
H A DAnnotationSetItem.java29 private static final int ALIGNMENT = 4; field in AnnotationSetItem
/aosp_15_r20/external/coreboot/util/qualcomm/
H A Dmbncat.py40 ALIGNMENT = 256 # Make sure this == UBER_SBL_PAD_SIZE variable in NorSbl
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
Dbsd.h70 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \ argument

1234