Searched refs:htole32 (Results 1 – 11 of 11) sorted by relevance
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()
246 #define CPU_TO_LE32( x ) htole32( x )
78 htole32(fourcc) in print_pixelformat()