Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 16 of 16) 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/iperf3/src/
Dportable_endian.h29 # define le32toh(x) letoh32(x) macro
56 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
102 # define le32toh(x) (x) macro
120 # define le32toh(x) __builtin_bswap32(x) macro
/external/webrtc/rtc_base/
Dbyte_order.h36 #define le32toh(v) OSSwapLittleToHostInt32(v) macro
57 #define le32toh(v) (v) macro
77 #define le32toh(v) __builtin_bswap32(v) macro
150 return le32toh(*static_cast<const uint32_t*>(memory)); in GetLE32()
/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.c156 ? be32toh (val32) : le32toh (val32)); in core_next_thread()
210 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
227 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
269 ? be32toh (val32) : le32toh (val32)); in core_set_initial_registers()
404 ? be32toh (val32) : le32toh (val32)); in dwfl_core_file_attach()
/external/tpm2-tss/test/unit/
DTPM2B-marshal.c238 assert_int_equal (le32toh(val), value); in tpm2b_unmarshal_success()
245 assert_int_equal (le32toh(val), value); in tpm2b_unmarshal_success()
248 assert_int_equal (le32toh(val), value2); in tpm2b_unmarshal_success()
279 assert_int_equal (le32toh(val), value); in tpm2b_unmarshal_success_offset()
289 assert_int_equal (le32toh(val), value3); in tpm2b_unmarshal_success_offset()
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h65 #define le32toh(x) ((uint32_t)(x)) macro
79 #define le32toh(x) bswap32((x)) macro
/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/libese/libese-sysdeps/
Dandroid-sysdeps.c36 return le32toh(little_endian_32bits); in ese_le32toh()
/external/arm-trusted-firmware/drivers/auth/cryptocell/713/
Dcryptocell_plat_helpers.c56 key[i] = le32toh(key[i]); in cc_get_rotpk_hash()
/external/vboot_reference/host/lib21/
Dhost_misc.c151 le32toh(guid->uuid.time_low), in vb2_guid_to_str()
/external/tinyalsa/
Dtinyplay.c122 chunk_header.sz = le32toh(chunk_header.sz); in main()
/external/nos/host/generic/libnos_transport/
Dtransport.c170 out->status = le32toh(st.status.status); in get_status()
/external/toybox/toys/pending/
Dfdisk.c200 return le32toh(val); in swap_le32toh()
/external/libjpeg-turbo/
DChangeLog.md1080 because OS X does not provide the `le32toh()` and `htole32()` functions.)