Home
last modified time | relevance | path

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

/external/elfutils/0.153/lib/
Dsha1.h39 typedef uintptr_t sha1_uintptr; typedef
Dsha1.c159 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0)
161 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0)