OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha1_uintptr
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/lib/
sha1.h
39
typedef uintptr_t
sha1_uintptr
;
typedef
sha1.c
157
# define UNALIGNED_P(p) (((
sha1_uintptr
) p) % __alignof__ (sha1_uint32) != 0)
159
# define UNALIGNED_P(p) (((
sha1_uintptr
) p) % sizeof (sha1_uint32) != 0)
Completed in 25 milliseconds