HomeSort by: relevance | last modified time | path
    Searched refs:UNALIGNED_P (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
239 if (UNALIGNED_P (buffer))
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
460 if (UNALIGNED_P (buffer))
  /src/external/gpl3/binutils.old/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
239 if (UNALIGNED_P (buffer))
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
460 if (UNALIGNED_P (buffer))
  /src/external/gpl3/gcc.old/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
238 if (UNALIGNED_P (buffer))
  /src/external/gpl3/gcc/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 242 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
243 if (UNALIGNED_P (buffer))
464 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
466 if (UNALIGNED_P (buffer))
  /src/external/gpl3/gdb/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
239 if (UNALIGNED_P (buffer))
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
460 if (UNALIGNED_P (buffer))
  /src/external/gpl3/gdb.old/dist/libiberty/
md5.c 238 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0)
240 # define UNALIGNED_P(p) (((md5_uintptr) p) % sizeof (md5_uint32) != 0)
242 if (UNALIGNED_P (buffer))
sha1.c 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
239 if (UNALIGNED_P (buffer))
459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
460 if (UNALIGNED_P (buffer))
  /src/external/gpl2/xcvs/dist/lib/
md5.c 251 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0)
252 if (UNALIGNED_P (buffer))

Completed in 52 milliseconds