Home
last modified time | relevance | path

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

/external/eigen/test/
Ddynalloc.cpp13 #define ALIGNMENT EIGEN_MAX_ALIGN_BYTES macro
15 #define ALIGNMENT 1 macro
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_tensor_reduced_instantiations_google.h116 #define TENSOR_CONTRACTION_DISPATCH(METHOD, ALIGNMENT, ARGS) \ argument
Deigen_tensor_reduced_instantiations_oss.h116 #define TENSOR_CONTRACTION_DISPATCH(METHOD, ALIGNMENT, ARGS) \ argument
/external/xz-java/src/org/tukaani/xz/
DX86Options.java19 private static final int ALIGNMENT = 1; field in X86Options
DARMThumbOptions.java19 private static final int ALIGNMENT = 2; field in ARMThumbOptions
DIA64Options.java19 private static final int ALIGNMENT = 16; field in IA64Options
DARMOptions.java19 private static final int ALIGNMENT = 4; field in ARMOptions
DPowerPCOptions.java19 private static final int ALIGNMENT = 4; field in PowerPCOptions
DSPARCOptions.java19 private static final int ALIGNMENT = 4; field in SPARCOptions
/external/oss-fuzz/projects/jbig2dec/
Djbig2_fuzzer.cc26 #define ALIGNMENT ((size_t) 16) macro
/external/oss-fuzz/projects/mupdf/
Dpdf_fuzzer.cc26 #define ALIGNMENT ((size_t) 16) macro
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DBindingsHelper.java17 public static final int ALIGNMENT = 8; field in BindingsHelper
/external/libdrm/libkms/
Dradeon.c42 #define ALIGNMENT 512 macro
/external/python/cpython3/Python/
Dpyarena.c14 #define ALIGNMENT 8 macro
/external/python/cpython2/Python/
Dpyarena.c15 #define ALIGNMENT 8 macro
/external/python/cpython3/Objects/
Dobmalloc.c847 #define ALIGNMENT 16 /* must be 2^N */ macro
850 #define ALIGNMENT 8 /* must be 2^N */ macro
/external/python/cpython2/Objects/
Dobmalloc.c157 #define ALIGNMENT 8 /* must be 2^N */ macro
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs927 const ALIGNMENT: usize = 64; in elem_exp_consttime() constant
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp25 #define ALIGNMENT 128 macro