Searched defs:is_aligned (Results 1 – 4 of 4) sorted by relevance
102 static bool is_aligned(const T* p) { in is_aligned() function
231 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
189 static INLINE VGboolean is_aligned(const void *ptr) in is_aligned() function
1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro