Searched refs:UNALIGNED_P (Results 1 – 2 of 2) 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()