Searched refs:UNALIGNED_P (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) macro
232 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
234 if (UNALIGNED_P (buffer))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) macro
232 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
234 if (UNALIGNED_P (buffer))

Completed in 116 milliseconds