Home
last modified time | relevance | path

Searched refs:IsAligned (Results 1 – 25 of 105) sorted by relevance

12345

/external/libmojo/mojo/public/cpp/bindings/lib/
Dserialization.h48 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()
Dvalidation_util.cc31 if (!IsAligned(data)) { in ValidateStructHeaderAndClaimMemory()
62 if (!IsAligned(data)) { in ValidateUnionHeaderAndClaimMemory()
Dbindings_internal.cc29 bool IsAligned(const void* ptr) { in IsAligned() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorEvaluator.h41 IsAligned = Derived::IsAligned, enumerator
161 IsAligned = Derived::IsAligned,
233 IsAligned = true,
298 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
366IsAligned = TensorEvaluator<LeftArgType, Device>::IsAligned & TensorEvaluator<RightArgType, Device…
446IsAligned = TensorEvaluator<Arg1Type, Device>::IsAligned & TensorEvaluator<Arg2Type, Device>::IsAl…
550IsAligned = TensorEvaluator<ThenArgType, Device>::IsAligned & TensorEvaluator<ElseArgType, Device>…
DTensorAssign.h100IsAligned = 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;
DTensorLayoutSwap.h119 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
181 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
DTensorEvalTo.h104 IsAligned = TensorEvaluator<ArgType, Device>::IsAligned,
137 …(m_buffer + i, m_impl.template packet<TensorEvaluator<ArgType, Device>::IsAligned ? Aligned : Unal…
DTensorMorphing.h105 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,
DTensorRef.h137 IsAligned = false, enumerator
365 IsAligned = false,
412 IsAligned = false,
/external/webrtc/webrtc/system_wrappers/source/
Daligned_array_unittest.cc19 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/
Dzone-handle-set.h20 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/
Doptions_validation.h35 CHECK(options && IsAligned<MOJO_ALIGNOF(Options)>(options)); in UserOptionsReader()
73 static bool IsAligned(const void* pointer) { in IsAligned() function
/external/v8/src/
Dsmall-pointer-list.h41 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()
Dstring-case.cc73 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()
Dsafepoint-table.cc19 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in HasRegisters()
70 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in PrintEntry()
172 DCHECK(IsAligned(kNumSafepointRegisters, kBitsPerByte)); in Emit()
Dobjects-body-descriptors-inl.h26 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()
Dlayout-descriptor.cc194 DCHECK(IsAligned(offset_in_bytes, kPointerSize)); in IsTagged()
195 DCHECK(IsAligned(end_offset, kPointerSize)); in IsTagged()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc80 IsAligned((uptr)frame, sizeof(*frame)) && in FastUnwindStack()
88 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()
/external/v8/src/arm64/
Dinstructions-arm64.cc254 DCHECK(IsAligned(DistanceTo(target), kInstructionSize)); in SetBranchImmTarget()
290 DCHECK(IsAligned(DistanceTo(target), kInstructionSize)); in SetUnresolvedInternalReferenceImmTarget()
305 DCHECK(IsAligned(DistanceTo(source), kInstructionSize)); in SetImmLLiteral()
Dinstructions-arm64.h392 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
399 DCHECK(check == NO_CHECK || IsAligned(offset, kInstructionSize));
/external/vixl/src/
Dcode-buffer-vixl.h137 bool Is16bitAligned() const { return IsAligned<2>(cursor_); } in Is16bitAligned()
139 bool Is32bitAligned() const { return IsAligned<4>(cursor_); } in Is32bitAligned()
/external/vixl/test/
Dtest-code-buffer.cc45 VIXL_CHECK(IsAligned<2>(code_buffer.GetCursorOffset())); in TEST()
/external/v8/src/parsing/
Dpreparse-data.cc56 DCHECK(IsAligned(reinterpret_cast<intptr_t>(data), kPointerAlignment)); in GetScriptData()
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc85 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/
Ddebug-frames.h84 DCHECK(IsAligned(OffsetFrom(id), static_cast<intptr_t>(4))); in WrapFrameId()

12345