Searched refs:md5_uintptr (Results 1 – 6 of 6) sorted by relevance
42 typedef uintptr_t md5_uintptr; typedef72 typedef unsigned long int md5_uintptr; typedef
69 * md5.h (md5_uintptr): New.
137 * md5.h (md5_uintptr): New.
230 # 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()