Home
last modified time | relevance | path

Searched refs:sha1_uintptr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/lib/
Dsha1.h42 typedef uintptr_t sha1_uintptr; typedef
Dsha1.c154 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0) in sha1_process_bytes()
156 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0) in sha1_process_bytes()