Searched refs:htole32 (Results 1 – 14 of 14) sorted by relevance
30 # define htole32(x) OSSwapHostToLittleInt32(x) macro74 # define htole32(x) (x) macro92 # define htole32(x) __builtin_bswap32(x) macro
54 #ifndef htole3255 # define htole32(x) (x) macro131 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
54 #ifndef htole3255 # define htole32(x) swap32(x) macro75 #define HTOLE32(x) (x) = htole32(x)
19 return ((params->byteorder==PTP_DL_LE)?htole32(var):htobe32(var)); in htod32p()
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()
244 #ifndef htole32245 # define htole32(x) swap32(x)265 #define HTOLE32(x) (x) = htole32(x)280 #ifndef htole32281 # define htole32(x) (x)367 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
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()
47 #define htole32(x) OSSwapHostToLittleInt32(x) macro62 op[i] = htole32(input[i]); in Encode()
246 #define CPU_TO_LE32( x ) htole32( x )
363 because OS X does not provide the `le32toh()` and `htole32()` functions.)
10346 Do not use htole32 function.10347 htole32 function is not portable enough.10350 union without using of htole32.