Home
last modified time | relevance | path

Searched defs:is_aligned (Results 1 – 13 of 13) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorTraits.h23 is_aligned = enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emission_utils.cc57 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
/external/skia/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/external/skqp/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/external/skia/src/core/
DSkMD5.cpp237 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/external/skqp/src/core/
DSkMD5.cpp237 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/external/u-boot/drivers/mmc/
Dsdhci.c150 int trans_bytes = 0, is_aligned = 1; local
/external/u-boot/arch/arm/cpu/armv8/
Dcache_v8.c501 static bool is_aligned(u64 addr, u64 size, u64 align) in is_aligned() function
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c116 static inline bool is_aligned(const void * pointer, size_t byte_count) in is_aligned() function
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/libffi/src/
Ddlmalloc.c1271 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/dlmalloc/
Dmalloc.c1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9470 const bool is_aligned = (0 == modulo) ? true : false; in test() local
9481 const bool is_aligned = (0 == modulo) ? true : false; in test() local