Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/include/
Dmd5.h42 typedef uintptr_t md5_uintptr; typedef
72 typedef unsigned long int md5_uintptr; typedef
DChangeLog69 * md5.h (md5_uintptr): New.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dmd5.h42 typedef uintptr_t md5_uintptr; typedef
72 typedef unsigned long int md5_uintptr; typedef
DChangeLog137 * md5.h (md5_uintptr): New.
/openbsd/src/gnu/lib/libiberty/include/
Dmd5.h42 typedef uintptr_t md5_uintptr; typedef
72 typedef unsigned long int md5_uintptr; typedef
/openbsd/src/gnu/lib/libiberty/src/
Dmd5.c230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes()
232 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0) in md5_process_bytes()