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

  /external/libmtp/src/
gphoto2-endian-intel.h 81 #ifndef be64toh
82 # define be64toh(x) swap64(x) macro
86 #define BE64TOH(x) (x) = be64toh(x)
106 # define be64atoh(x) be64toh(*(uint64_t*)(x))
gphoto2-endian-ppc.h 70 #ifndef be64toh
71 # define be64toh(x) (x) macro
81 #define BE64TOH(x) (void) (x)
  /bionic/libc/include/sys/
endian.h 268 #define be64toh(x) htobe64(x) macro

Completed in 34 milliseconds