Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Daligned_array_unittest.cc19 bool IsAligned(const void* ptr, size_t alignment) { in IsAligned() function
/external/v8/src/
Dutils.h170 inline bool IsAligned(T value, U alignment) { in IsAligned() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h440 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/external/mdnsresponder/mDNSShared/
DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro