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

  /external/libmtp/src/
gphoto2-endian-intel.h 102 #ifndef be32atoh
103 # define be32atoh(x) be32toh(*(uint32_t*)(x)) macro
gphoto2-endian-ppc.h 94 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3])) macro

Completed in 219 milliseconds