Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dsha1.c237 # 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
/netbsd/external/gpl3/gdb/dist/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
/netbsd/external/gpl3/binutils.old/dist/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
/netbsd/external/gpl3/binutils/dist/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
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dsha1.c237 # 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
/netbsd/external/gpl3/gdb.old/dist/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
/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