Searched refs:is_aligned (Results 1 – 6 of 6) sorted by relevance
24 is_aligned (void *p, int align) in is_aligned() function40 _ret += is_aligned (&_d, __alignof (double)); \44 _ret += is_aligned (&_ld, __alignof (long double)); \
29 TEST_VERIFY (is_aligned (&foo, ALIGN) == 0); in do_load_test()
31 TEST_VERIFY (is_aligned (&bar, ALIGN) == 0); in do_test()
25 is_aligned (&_m, __alignof (int_al16)); \
30 is_aligned (&_s, __alignof (_s)); \
12447 (is_aligned): New function.