Searched defs:UNALIGNED_P (Results 1 – 11 of 11) sorted by relevance
233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
248 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0) in md5_process_bytes() macro
241 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in __crypt__sha256_process_bytes() macro
271 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in __crypt__sha512_process_bytes() macro