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

  /toolchain/binutils/binutils-2.27/include/
sha1.h 40 typedef uintptr_t sha1_uintptr; typedef
45 typedef uintptr_t sha1_uintptr; typedef
  /external/elfutils/lib/
sha1.h 42 typedef uintptr_t sha1_uintptr; typedef
sha1.c 154 # define UNALIGNED_P(p) (((sha1_uintptr) p) % __alignof__ (sha1_uint32) != 0)
156 # define UNALIGNED_P(p) (((sha1_uintptr) p) % sizeof (sha1_uint32) != 0)

Completed in 91 milliseconds