Home
last modified time | relevance | path

Searched refs:UNALIGNED_P (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/fundamental/
Dsha256.c166 # define UNALIGNED_P(p) (((size_t) p) % __alignof__(uint32_t) != 0) in sha256_process_bytes() macro
168 # define UNALIGNED_P(p) (((size_t) p) % sizeof(uint32_t) != 0) in sha256_process_bytes()
170 if (UNALIGNED_P(buffer)) in sha256_process_bytes()