UNALIGNED_P 288 standard/crypt_sha256.c # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) UNALIGNED_P 290 standard/crypt_sha256.c # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) UNALIGNED_P 318 standard/crypt_sha512.c # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) UNALIGNED_P 320 standard/crypt_sha512.c # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof(uint64_t) != 0)