HomeSort by relevance Sort by last modified time
    Searched defs:le32toh (Results 1 - 2 of 2) 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)

Completed in 183 milliseconds