Home
last modified time | relevance | path

Searched refs:htole32 (Results 1 – 15 of 15) 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/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/iperf3/src/
Dportable_endian.h54 # define htole32(x) OSSwapHostToLittleInt32(x) macro
100 # define htole32(x) (x) macro
118 # define htole32(x) __builtin_bswap32(x) macro
/external/arm-trusted-firmware/tools/amlogic/
Ddoimage.c68 data = htole32(BL31_MAGIC); in main()
73 data = htole32(BL31_LOADADDR); in main()
/external/libiio/src/iiod/
Dusbd.c248 hdr->header.length = htole32(size); in create_header()
253 hdr->nb_fs = htole32(nb_pipes * 2 + 1); in create_header()
254 hdr->nb_hs = htole32(nb_pipes * 2 + 1); in create_header()
255 hdr->nb_ss = htole32(nb_pipes * 4 + 1); in create_header()
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h58 #define htole32(x) ((uint32_t)(x)) macro
72 #define htole32(x) bswap32((x)) macro
/external/mesa3d/src/util/
Dcompiler.h59 #define CPU_TO_LE32( x ) htole32( x )
/external/libese/libese-sysdeps/
Dandroid-sysdeps.c39 uint32_t ese_htole32(uint32_t host_32bits) { return htole32(host_32bits); } in ese_htole32()
/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/u-boot/tools/
Dmips-relocs.c68 _val = is_be ? htobe32(val) : htole32(val); \
/external/libjpeg-turbo/
DChangeLog.md778 because OS X does not provide the `le32toh()` and `htole32()` functions.)
/external/strace/
DChangeLog29536 Do not use htole32 function.
29537 htole32 function is not portable enough.
29540 union without using of htole32.