Searched defs:Unaligned (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ | ||
D | conv_ops_fused_impl.h | 101 struct Unaligned { struct |
/external/eigen/Eigen/src/Core/util/ | ||
D | Constants.h | 228 Unaligned=0, /**< Data pointer has no specific alignment. */ enumerator |
/external/llvm/include/llvm/DebugInfo/CodeView/ | ||
D | CodeView.h | 285 Unaligned = 0x0004 enumerator |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ | ||
D | CodeView.h | 301 Unaligned = 0x0004 enumerator |
/external/clang/lib/Basic/ | ||
D | Targets.cpp | 4604 unsigned Unaligned : 1; member in __anon2066a7b00111::ARMTargetInfo |
/external/v8/src/ | ||
D | api.cc | 5279 static inline bool Unaligned(const uint16_t* chars) { in Unaligned() function |