Searched refs:le32toh (Results 1 – 13 of 13) sorted by relevance
32 # define le32toh(x) OSSwapLittleToHostInt32(x) macro56 # define le32toh(x) letoh32(x) macro76 # define le32toh(x) (x) macro94 # define le32toh(x) __builtin_bswap32(x) macro
63 #ifndef le32toh64 # define le32toh(x) (x) macro112 # define le32atoh(x) le32toh(*(uint32_t*)(x))
60 #ifndef le32toh61 # define le32toh(x) swap32(x) macro77 #define LE32TOH(x) (x) = le32toh(x)
58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()
29 # define le32toh(x) (x) macro44 # define le32toh(x) __bswap_32 (x) macro
411 le32toh(guid->u.Uuid.time_low), in GuidToStr()
155 ? be32toh (val32) : le32toh (val32)); in core_next_thread()206 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()223 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()265 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()397 ? be32toh (val32) : le32toh (val32)); in dwfl_core_file_attach()
8 dnl NetBSD such as le32toh are defined. If possible, the standard ntohl61 AC_HAVE_SYMBOL(le32toh,machine/endian.h,250 #ifndef le32toh251 # define le32toh(x) swap32(x)267 #define LE32TOH(x) (x) = le32toh(x)289 #ifndef le32toh290 # define le32toh(x) (x)348 # define le32atoh(x) le32toh(*(uint32_t*)(x))
8 dnl NetBSD such as le32toh are defined. If possible, the standard ntohl63 AC_HAVE_SYMBOL(le32toh,machine/endian.h,238 #define le32toh(x) swap32(x)246 #define LE32TOH(x) (x) = le32toh(x)259 #define le32toh(x) (x)301 #define le32atoh(x) le32toh(*(uint32_t*)(x))
151 le32toh(guid->uuid.time_low), in vb2_guid_to_str()
46 #define le32toh(x) OSSwapLittleToHostInt32(x) macro77 output[i] = le32toh(ip[i]); in Decode()
200 return le32toh(val); in swap_le32toh()
363 because OS X does not provide the `le32toh()` and `htole32()` functions.)