Home
last modified time | relevance | path

Searched refs:htole32 (Results 1 – 11 of 11) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h54 #ifndef htole32
55 # define htole32(x) (x) macro
131 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
Dgphoto2-endian-ppc.h54 #ifndef htole32
55 # define htole32(x) swap32(x) macro
75 #define HTOLE32(x) (x) = htole32(x)
Dptp-pack.c19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h27 # define htole32(x) (x) macro
42 # define htole32(x) __bswap_32 (x) macro
Dcgpt_boot.c100 drive.pmbr.part[0].f_lba = htole32(1); in CgptBoot()
104 drive.pmbr.part[0].num_sect = htole32(max); in CgptBoot()
Dcgpt_common.c392 guid->u.Uuid.time_low = htole32(time_low); in StrToGuid()
/external/libmtp/m4/
Dbyteorder.m4244 #ifndef htole32
245 # define htole32(x) swap32(x)
265 #define HTOLE32(x) (x) = htole32(x)
280 #ifndef htole32
281 # define htole32(x) (x)
367 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
/external/libexif/m4m/
Dgp-byteorder.m4236 #define htole32(x) swap32(x)
244 #define HTOLE32(x) (x) = htole32(x)
256 #define htole32(x) (x)
308 #define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
/external/vboot_reference/host/lib21/
Dhost_misc.c125 guid->uuid.time_low = htole32(time_low); in vb2_str_to_guid()
/external/mesa3d/src/mesa/main/
Dcompiler.h246 #define CPU_TO_LE32( x ) htole32( x )
/external/strace/
Dv4l2.c78 htole32(fourcc) in print_pixelformat()