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

  /external/libmtp/src/
gphoto2-endian-intel.h 99 #ifndef be16atoh
100 # define be16atoh(x) be16toh(*(uint16_t*)(x)) macro
gphoto2-endian-ppc.h 93 #define be16atoh(x) ((uint16_t)(((x)[0]<<8)|(x)[1])) macro
ptp-pack.c 70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a));
    [all...]

Completed in 3455 milliseconds