Searched refs:UNALIGNED_P (Results 1 – 11 of 11) sorted by relevance
238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro235 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro234 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
241 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in __crypt__sha256_process_bytes() macro243 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in __crypt__sha256_process_bytes()245 if (UNALIGNED_P (buffer)) in __crypt__sha256_process_bytes()
271 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in __crypt__sha512_process_bytes() macro273 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in __crypt__sha512_process_bytes()275 if (UNALIGNED_P (buffer)) in __crypt__sha512_process_bytes()
248 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0) in md5_process_bytes() macro249 if (UNALIGNED_P (buffer)) in md5_process_bytes()