Home
last modified time | relevance | path

Searched defs:IsAligned (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/mojo/core/
Doptions_validation.h73 static bool IsAligned(const void* pointer) { in IsAligned() function
/external/webrtc/webrtc/system_wrappers/source/
Daligned_array_unittest.cc19 bool IsAligned(const void* ptr, size_t alignment) { in IsAligned() function
/external/swiftshader/third_party/subzero/src/
DIceUtils.h83 template <typename T> inline bool IsAligned(T X, intptr_t N) { in IsAligned() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h41 IsAligned = Derived::IsAligned, enumerator
DTensorFixedSize.h42 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0), enumerator
DTensorMap.h53 IsAligned = ((int(Options_)&Aligned)==Aligned), enumerator
DTensorRef.h137 IsAligned = false, enumerator
DTensor.h76 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0) & !(Options_&DontAlign), enumerator
/external/libchrome/mojo/public/cpp/bindings/lib/
Dbindings_internal.h62 inline bool IsAligned(const void* ptr) { in IsAligned() function
/external/v8/src/base/
Dmacros.h366 constexpr inline bool IsAligned(T value, U alignment) { in IsAligned() function
/external/tensorflow/tensorflow/c/
Dtf_tensor.cc426 bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); } in IsAligned() function in tensorflow::TensorInterface
/external/vixl/src/
Dutils-vixl.h549 inline bool IsAligned(T pointer, int alignment) { in IsAligned() function
557 inline bool IsAligned(T pointer) { in IsAligned() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp102 bool IsAligned = false; member in __anon69b537e00111::X86FoldTablesEmitter::X86FoldTableEntry
/external/tensorflow/tensorflow/core/framework/
Dtensor.h282 bool IsAligned() const { in IsAligned() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h463 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h43 IsAligned = false, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1325 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectAnyImmediate() local
1369 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectGlobalAddress() local
/external/mdnsresponder/mDNSShared/
DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro