Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Doptions_validation.h73 static bool IsAligned(const void* pointer) { in IsAligned() function
/external/llvm-project/clang/lib/Format/
DWhitespaceManager.cpp33 StringRef CurrentLinePrefix, bool IsAligned, in Change()
49 bool IsAligned, bool InPPDirective) { in replaceWhitespace()
920 bool IsAligned) { in appendIndentText()
DWhitespaceManager.h129 bool IsAligned; member
DContinuationIndenter.h271 bool IsAligned : 1; member
/external/swiftshader/third_party/subzero/src/
DIceUtils.h83 template <typename T> inline bool IsAligned(T X, intptr_t N) { in IsAligned() function
/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkTest.cpp26 TEST(AlignedBuffer, IsAligned) { in TEST() argument
/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/tensorflow/tensorflow/c/
Dtf_tensor.cc319 bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); } in IsAligned() function in tensorflow::TensorInterface
/external/vixl/src/
Dutils-vixl.h571 inline bool IsAligned(T pointer, int alignment) { in IsAligned() function
579 inline bool IsAligned(T pointer) { in IsAligned() function
/external/tensorflow/tensorflow/core/framework/
Dtensor.h297 bool IsAligned() const { in IsAligned() function
/external/llvm-project/llvm/utils/TableGen/
DX86FoldTablesEmitter.cpp105 bool IsAligned = false; member in __anon8345842b0111::X86FoldTablesEmitter::X86FoldTableEntry
/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/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h433 inline bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1337 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectAnyImmediate() local
1381 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectGlobalAddress() local
/external/mdnsresponder/mDNSShared/
DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2457 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7354 auto packLanes = [&DAG, &Ops, &DL] (SDValue Op, bool IsAligned) { in LowerINTRINSIC_W_CHAIN()