Searched refs:p (Results 1 – 3 of 3) sorted by relevance
176 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in __sha256_process_bytes() argument178 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint32_t) != 0) in __sha256_process_bytes()
236 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() argument238 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
199 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in __sha512_process_bytes() argument201 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof (uint64_t) != 0) in __sha512_process_bytes()
Completed in 7 milliseconds