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

  /external/libmtp/src/
gphoto2-endian-intel.h 63 #ifndef le32toh
64 # define le32toh(x) (x) macro
74 #define LE32TOH(x) (void) (x)
112 # define le32atoh(x) le32toh(*(uint32_t*)(x))
gphoto2-endian-ppc.h 60 #ifndef le32toh
61 # define le32toh(x) swap32(x) macro
77 #define LE32TOH(x) (x) = le32toh(x)
  /bionic/libc/include/sys/
endian.h 270 #define le32toh(x) htole32(x) macro

Completed in 49 milliseconds