Searched refs:htole32 (Results 1 – 15 of 15) sorted by relevance
30 # define htole32(x) OSSwapHostToLittleInt32(x) macro74 # define htole32(x) (x) macro92 # define htole32(x) __builtin_bswap32(x) macro
27 # define htole32(x) (x) macro42 # define htole32(x) __bswap_32 (x) macro
100 drive.pmbr.part[0].f_lba = htole32(1); in CgptBoot()104 drive.pmbr.part[0].num_sect = htole32(max); in CgptBoot()
392 guid->u.Uuid.time_low = htole32(time_low); in StrToGuid()
54 # define htole32(x) OSSwapHostToLittleInt32(x) macro100 # define htole32(x) (x) macro118 # define htole32(x) __builtin_bswap32(x) macro
68 data = htole32(BL31_MAGIC); in main()73 data = htole32(BL31_LOADADDR); in main()
248 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()
58 #define htole32(x) ((uint32_t)(x)) macro72 #define htole32(x) bswap32((x)) macro
59 #define CPU_TO_LE32( x ) htole32( x )
39 uint32_t ese_htole32(uint32_t host_32bits) { return htole32(host_32bits); } in ese_htole32()
236 #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)
125 guid->uuid.time_low = htole32(time_low); in vb2_str_to_guid()
68 _val = is_be ? htobe32(val) : htole32(val); \
778 because OS X does not provide the `le32toh()` and `htole32()` functions.)
29536 Do not use htole32 function.29537 htole32 function is not portable enough.29540 union without using of htole32.