/external/libchrome/mojo/core/ |
D | options_validation.h | 73 static bool IsAligned(const void* pointer) { in IsAligned() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceUtils.h | 83 template <typename T> inline bool IsAligned(T X, intptr_t N) { in IsAligned() function
|
/external/llvm-project/clang/lib/Format/ |
D | WhitespaceManager.cpp | 33 StringRef CurrentLinePrefix, bool IsAligned, in Change() 49 bool IsAligned, bool InPPDirective) { in replaceWhitespace() 920 bool IsAligned) { in appendIndentText()
|
D | WhitespaceManager.h | 129 bool IsAligned; member
|
D | ContinuationIndenter.h | 271 bool IsAligned : 1; member
|
/external/llvm-project/libc/benchmarks/ |
D | LibcMemoryBenchmarkTest.cpp | 26 TEST(AlignedBuffer, IsAligned) { in TEST() argument
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorEvaluator.h | 41 IsAligned = Derived::IsAligned, enumerator
|
D | TensorFixedSize.h | 42 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0), enumerator
|
D | TensorMap.h | 53 IsAligned = ((int(Options_)&Aligned)==Aligned), enumerator
|
D | TensorRef.h | 137 IsAligned = false, enumerator
|
D | Tensor.h | 76 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0) & !(Options_&DontAlign), enumerator
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | bindings_internal.h | 62 inline bool IsAligned(const void* ptr) { in IsAligned() function
|
/external/tensorflow/tensorflow/c/ |
D | tf_tensor.cc | 319 bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); } in IsAligned() function in tensorflow::TensorInterface
|
/external/vixl/src/ |
D | utils-vixl.h | 571 inline bool IsAligned(T pointer, int alignment) { in IsAligned() function 579 inline bool IsAligned(T pointer) { in IsAligned() function
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86FoldTablesEmitter.cpp | 105 bool IsAligned = false; member in __anon446c46d20111::X86FoldTablesEmitter::X86FoldTableEntry
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.h | 297 bool IsAligned() const { in IsAligned() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 463 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_volume_patch.h | 43 IsAligned = false, enumerator
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 433 inline bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1337 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectAnyImmediate() local 1381 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectGlobalAddress() local
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2457 auto IsAligned = [](OverloadCandidate &C) { in resolveAllocationOverload() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 7354 auto packLanes = [&DAG, &Ops, &DL] (SDValue Op, bool IsAligned) { in LowerINTRINSIC_W_CHAIN()
|