Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 13 of 13) sorted by relevance

/external/kmod/port-gnu/
Dendian-darwin.h32 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
56 # define le32toh(x) letoh32(x) macro
76 # define le32toh(x) (x) macro
94 # define le32toh(x) __builtin_bswap32(x) macro
/external/libmtp/src/
Dgphoto2-endian-intel.h63 #ifndef le32toh
64 # define le32toh(x) (x) macro
112 # define le32atoh(x) le32toh(*(uint32_t*)(x))
Dgphoto2-endian-ppc.h60 #ifndef le32toh
61 # define le32toh(x) swap32(x) macro
77 #define LE32TOH(x) (x) = le32toh(x)
Dptp-pack.c58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var)); in dtoh32p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h29 # define le32toh(x) (x) macro
44 # define le32toh(x) __bswap_32 (x) macro
Dcgpt_common.c411 le32toh(guid->u.Uuid.time_low), in GuidToStr()
/external/elfutils/libdwfl/
Dlinux-core-attach.c155 ? 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()
/external/libmtp/m4/
Dbyteorder.m48 dnl NetBSD such as le32toh are defined. If possible, the standard ntohl
61 AC_HAVE_SYMBOL(le32toh,machine/endian.h,
250 #ifndef le32toh
251 # define le32toh(x) swap32(x)
267 #define LE32TOH(x) (x) = le32toh(x)
289 #ifndef le32toh
290 # define le32toh(x) (x)
348 # define le32atoh(x) le32toh(*(uint32_t*)(x))
/external/libexif/m4m/
Dgp-byteorder.m48 dnl NetBSD such as le32toh are defined. If possible, the standard ntohl
63 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))
/external/vboot_reference/host/lib21/
Dhost_misc.c151 le32toh(guid->uuid.time_low), in vb2_guid_to_str()
/external/libjpeg-turbo/md5/
Dmd5.c46 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
77 output[i] = le32toh(ip[i]); in Decode()
/external/toybox/toys/pending/
Dfdisk.c200 return le32toh(val); in swap_le32toh()
/external/libjpeg-turbo/
DChangeLog.md363 because OS X does not provide the `le32toh()` and `htole32()` functions.)