Searched refs:UNALIGNED_P (Results 1 – 3 of 3) sorted by relevance
235 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro237 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()239 if (UNALIGNED_P (buffer)) in md5_process_bytes()
154 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0) in sha1_process_bytes() macro156 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0) in sha1_process_bytes()158 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
246 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) macro248 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)250 if (UNALIGNED_P (buffer))