HomeSort by relevance Sort by last modified time
    Searched refs:UNALIGNED_P (Results 1 - 3 of 3) sorted by null

  /external/elfutils/src/lib/
md5.c 248 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
250 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
252 if (UNALIGNED_P (buffer))
sha1.c 162 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0)
164 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0)
166 if (UNALIGNED_P (buffer))
  /external/libvncserver/common/
md5.c 246 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
248 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
250 if (UNALIGNED_P (buffer))

Completed in 250 milliseconds