Home
last modified time | relevance | path

Searched defs:IsAligned (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h141 constexpr bool IsAligned(T x) { in IsAligned() function
146 constexpr bool IsAligned(T x, size_t align) { in IsAligned() function
151 constexpr bool IsAligned(Raw<T> x) { in IsAligned() function
156 constexpr bool IsAligned(Saturating<T> x) { in IsAligned() function
161 constexpr bool IsAligned(Wrapping<T> x) { in IsAligned() function
167 constexpr bool IsAligned(T* p, size_t align) { in IsAligned() function
172 constexpr bool IsAligned(T* p, size_t align) { in IsAligned() function