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

  /external/libmtp/src/
gphoto2-endian-intel.h 121 #ifndef htobe32a
122 # define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x) macro
gphoto2-endian-ppc.h 105 #define htobe32a(a,x) (a)[0]=(uint8_t)((x)>>24), (a)[1]=(uint8_t)((x)>>16), \ macro
ptp-pack.c 37 htobe32a(a,val);
    [all...]

Completed in 2656 milliseconds