| /external/cronet/base/memory/ |
| D | aligned_memory.h | 65 inline bool IsAligned(uintptr_t val, size_t alignment) { in IsAligned() function 77 inline bool IsAligned(const void* val, size_t alignment) { in IsAligned() function
|
| D | aligned_memory_unittest.cc | 47 TEST(AlignedMemoryTest, IsAligned) { in TEST() argument
|
| /external/pdfium/third_party/base/memory/ |
| D | aligned_memory.h | 66 inline bool IsAligned(uintptr_t val, size_t alignment) { in IsAligned() function 78 inline bool IsAligned(void* val, size_t alignment) { in IsAligned() function
|
| /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/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/ |
| D | tf_jitrt_executor.cc | 151 static bool IsAligned(const T* ptr) { in IsAligned() function
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorEvaluator.h | 46 IsAligned = Derived::IsAligned, enumerator
|
| D | TensorFixedSize.h | 42 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0), enumerator
|
| D | TensorMap.h | 73 IsAligned = ((int(Options_)&Aligned)==Aligned), enumerator
|
| D | TensorRef.h | 142 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 | 334 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/tensorflow/tensorflow/core/framework/ |
| D | tensor.h | 312 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/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/tensorflow/tensorflow/core/tfrt/eager/ |
| D | c_api_tfrt.cc | 333 bool TensorInterface::IsAligned() const { return true; } in IsAligned() function in tfrt::tf::TensorInterface
|
| /external/mdnsresponder/mDNSShared/ |
| D | CommonServices.h | 622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
|