Home
last modified time | relevance | path

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

/external/v8/src/
Dutils.h180 inline bool IsAligned(T value, U alignment) { in IsAligned() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc61 static inline bool IsAligned(uintptr_t a, uintptr_t alignment) { in IsAligned() function
/external/mdnsresponder/mDNSShared/
DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro