/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | serialization.h | 48 bool need_copy = !IsAligned(result_buffer); in StructSerializeImpl() 53 DCHECK(IsAligned(result_buffer)); in StructSerializeImpl() 84 bool need_copy = !IsAligned(input_buffer); in StructDeserializeImpl() 88 DCHECK(IsAligned(input_buffer)); in StructDeserializeImpl()
|
D | validation_util.cc | 31 if (!IsAligned(data)) { in ValidateStructHeaderAndClaimMemory() 62 if (!IsAligned(data)) { in ValidateUnionHeaderAndClaimMemory()
|
D | bindings_internal.cc | 29 bool IsAligned(const void* ptr) { in IsAligned() function
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorEvaluator.h | 41 IsAligned = Derived::IsAligned, enumerator 161 IsAligned = Derived::IsAligned, 233 IsAligned = true, 298 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, 366 …IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device… 446 …IsAligned = TensorEvaluator<Arg1Type, Device>::IsAligned & TensorEvaluator<Arg2Type, Device>::IsAl… 550 …IsAligned = TensorEvaluator<ThenArgType, Device>::IsAligned & TensorEvaluator<ElseArgType, Device>…
|
D | TensorAssign.h | 100 …IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device… 139 const int LhsStoreMode = TensorEvaluator<LeftArgType, Device>::IsAligned ? Aligned : Unaligned; 140 const int RhsLoadMode = TensorEvaluator<RightArgType, Device>::IsAligned ? Aligned : Unaligned;
|
D | TensorLayoutSwap.h | 119 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, 181 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
|
D | TensorEvalTo.h | 104 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, 137 …(m_buffer + i, m_impl.template packet<TensorEvaluator<ArgType, Device>::IsAligned ? Aligned : Unal…
|
D | TensorMorphing.h | 105 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, 170 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned, 314 IsAligned = /*TensorEvaluator<ArgType, Device>::IsAligned*/false, 539 IsAligned = /*TensorEvaluator<ArgType, Device>::IsAligned*/false, 701 IsAligned = false, 860 IsAligned = false,
|
D | TensorRef.h | 137 IsAligned = false, enumerator 365 IsAligned = false, 412 IsAligned = false,
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | aligned_array_unittest.cc | 19 bool IsAligned(const void* ptr, size_t alignment) { in IsAligned() function 29 ASSERT_TRUE(IsAligned(arr.Array(), 128)); in TEST() 31 ASSERT_TRUE(IsAligned(arr.Row(i), 128)); in TEST()
|
/external/v8/src/zone/ |
D | zone-handle-set.h | 20 DCHECK(IsAligned(bit_cast<intptr_t>(handle.address()), kPointerAlignment)); in ZoneHandleSet() 44 DCHECK(IsAligned(bit_cast<intptr_t>(value), kPointerAlignment)); in insert() 57 DCHECK(IsAligned(bit_cast<intptr_t>(list), kPointerAlignment)); in insert() 77 DCHECK(IsAligned(bit_cast<intptr_t>(new_list), kPointerAlignment)); in insert()
|
/external/libmojo/mojo/edk/system/ |
D | options_validation.h | 35 CHECK(options && IsAligned<MOJO_ALIGNOF(Options)>(options)); in UserOptionsReader() 73 static bool IsAligned(const void* pointer) { in IsAligned() function
|
/external/v8/src/ |
D | small-pointer-list.h | 41 DCHECK(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment)); in Reserve() 64 DCHECK(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment)); in Add() 73 DCHECK(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment)); in Add()
|
D | string-case.cc | 73 DCHECK(IsAligned(reinterpret_cast<intptr_t>(dst), sizeof(uintptr_t))); in FastAsciiConvert() 75 if (IsAligned(reinterpret_cast<intptr_t>(src), sizeof(uintptr_t))) { in FastAsciiConvert()
|
D | safepoint-table.cc | 19 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in HasRegisters() 70 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in PrintEntry() 172 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in Emit()
|
D | objects-body-descriptors-inl.h | 26 DCHECK(IsAligned(offset, kPointerSize)); in IsValidSlotImpl() 41 DCHECK(IsAligned(start_offset, kPointerSize) && in IterateBodyImpl() 42 IsAligned(end_offset, kPointerSize)); in IterateBodyImpl() 64 DCHECK(IsAligned(start_offset, kPointerSize) && in IterateBodyImpl() 65 IsAligned(end_offset, kPointerSize)); in IterateBodyImpl()
|
D | layout-descriptor.cc | 194 DCHECK(IsAligned(offset_in_bytes, kPointerSize)); in IsTagged() 195 DCHECK(IsAligned(end_offset, kPointerSize)); in IsTagged()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 80 IsAligned((uptr)frame, sizeof(*frame)) && in FastUnwindStack() 88 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 254 DCHECK(IsAligned(DistanceTo(target), kInstructionSize)); in SetBranchImmTarget() 290 DCHECK(IsAligned(DistanceTo(target), kInstructionSize)); in SetUnresolvedInternalReferenceImmTarget() 305 DCHECK(IsAligned(DistanceTo(source), kInstructionSize)); in SetImmLLiteral()
|
D | instructions-arm64.h | 392 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize)); 399 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 137 bool Is16bitAligned() const { return IsAligned<2>(cursor_); } in Is16bitAligned() 139 bool Is32bitAligned() const { return IsAligned<4>(cursor_); } in Is32bitAligned()
|
/external/vixl/test/ |
D | test-code-buffer.cc | 45 VIXL_CHECK(IsAligned<2>(code_buffer.GetCursorOffset())); in TEST()
|
/external/v8/src/parsing/ |
D | preparse-data.cc | 56 DCHECK(IsAligned(reinterpret_cast<intptr_t>(data), kPointerAlignment)); in GetScriptData()
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 85 CHECK(IsAligned(end, SHADOW_GRANULARITY)); in AsanPoisonOrUnpoisonIntraObjectRedzone() 86 if (!IsAligned(ptr, SHADOW_GRANULARITY)) { in AsanPoisonOrUnpoisonIntraObjectRedzone() 340 IsAligned(beg, granularity))) { in __sanitizer_annotate_contiguous_container()
|
/external/v8/src/debug/ |
D | debug-frames.h | 84 DCHECK(IsAligned(OffsetFrom(id), static_cast<intptr_t>(4))); in WrapFrameId()
|