Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
234 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
234 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
234 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
238 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c233 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
234 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dmd5.c238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes() macro
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()
242 if (UNALIGNED_P (buffer)) in md5_process_bytes()
H A Dsha1.c237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) in sha1_process_bytes() macro
238 if (UNALIGNED_P (buffer)) in sha1_process_bytes()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dmd5.c251 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0) in md5_process_bytes() macro
252 if (UNALIGNED_P (buffer)) in md5_process_bytes()