Home
last modified time | relevance | path

Searched refs:htobe16a (Results 1 – 5 of 5) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x) macro
Dgphoto2-endian-ppc.h104 #define htobe16a(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x) macro
Dptp-pack.c28 htobe16a(a,val); in htod16ap()
/external/libexif/m4m/
Dgp-byteorder.m4304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
332 #define htobe16a(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x)
/external/libmtp/m4/
Dbyteorder.m4355 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
396 #define htobe16a(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x)