Home
last modified time | relevance | path

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

/external/kmod/port-gnu/
Dendian-darwin.h30 # define htole32(x) OSSwapHostToLittleInt32(x) macro
74 # define htole32(x) (x) macro
92 # define htole32(x) __builtin_bswap32(x) macro
/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/libjpeg-turbo/md5/
Dmd5.c47 #define htole32(x) OSSwapHostToLittleInt32(x) macro
62 op[i] = htole32(input[i]); in Encode()
/external/mesa3d/src/mesa/main/
Dcompiler.h246 #define CPU_TO_LE32( x ) htole32( x )
/external/libjpeg-turbo/
DChangeLog.md363 because OS X does not provide the `le32toh()` and `htole32()` functions.)
/external/strace/
DChangeLog10346 Do not use htole32 function.
10347 htole32 function is not portable enough.
10350 union without using of htole32.