Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dsha1.c234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dsha1.c234 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dmd5.c248 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0) in md5_process_bytes() macro
/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha256.c241 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in __crypt__sha256_process_bytes() macro
H A Dcrypt-sha512.c271 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in __crypt__sha512_process_bytes() macro