Searched refs:htobe16a (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | gphoto2-endian-intel.h | 119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x) macro
|
D | gphoto2-endian-ppc.h | 104 #define htobe16a(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x) macro
|
D | ptp-pack.c | 28 htobe16a(a,val); in htod16ap()
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 304 #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/ |
D | byteorder.m4 | 355 # 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)
|