Searched defs:is_aligned (Results 1 – 7 of 7) sorted by relevance
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
1306 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
1260 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
1460 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro