OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNALIGNED_P
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/lib/
md5.c
240
# define
UNALIGNED_P
(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
242
# define
UNALIGNED_P
(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
244
if (
UNALIGNED_P
(buffer))
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)
161
if (
UNALIGNED_P
(buffer))
Completed in 26 milliseconds