Searched refs:aligned16 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c1693 static inline Bool aligned16 ( Addr a ) { function
5304 if (UNLIKELY(!aligned16(a))) goto slowcase;
5338 if (UNLIKELY(!aligned16(a))) goto slowcase;
5525 if (UNLIKELY(!aligned16(a))) goto slowcase;
5705 if (!aligned16(a) && len >= 1) {
5709 tl_assert(aligned16(a));
5750 tl_assert(aligned16(a));
5946 if (!aligned16(a) && len >= 1) {
5950 tl_assert(aligned16(a));
5991 tl_assert(aligned16(
[all...]

Completed in 128 milliseconds