Home
last modified time | relevance | path

Searched refs:htole16 (Results 1 – 17 of 17) sorted by relevance

/external/mbedtls/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h26 # define htole16(x) OSSwapHostToLittleInt16(x) macro
44 # define htole16(x) LE_16(x) macro
65 # define htole16(x) (x) macro
84 # define htole16(x) (x) macro
190 #define store16_le(b, i) (store16(b, htole16(i)))
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h26 # define htole16(x) OSSwapHostToLittleInt16(x) macro
44 # define htole16(x) LE_16(x) macro
65 # define htole16(x) (x) macro
84 # define htole16(x) (x) macro
190 #define store16_le(b, i) (store16(b, htole16(i)))
/external/webrtc/rtc_base/
Dbyte_order.h34 #define htole16(v) OSSwapHostToLittleInt16(v) macro
55 #define htole16(v) (v) macro
75 #define htole16(v) __builtin_bswap16(v) macro
145 uint16_t val = htole16(v); in SetLE16()
/external/kmod/port-gnu/
Dendian-darwin.h25 # define htole16(x) OSSwapHostToLittleInt16(x) macro
69 # define htole16(x) (x) macro
87 # define htole16(x) __builtin_bswap16(x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h22 # define htole16(x) (x) macro
37 # define htole16(x) __bswap_16 (x) macro
Dcgpt_common.c393 guid->u.Uuid.time_mid = htole16(time_mid); in StrToGuid()
394 guid->u.Uuid.time_high_and_version = htole16(time_high_and_version); in StrToGuid()
/external/iperf3/src/
Dportable_endian.h49 # define htole16(x) OSSwapHostToLittleInt16(x) macro
95 # define htole16(x) (x) macro
113 # define htole16(x) __builtin_bswap16(x) macro
/external/musl/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/external/vboot_reference/host/lib21/
Dhost_misc.c126 guid->uuid.time_mid = htole16(time_mid); in vb2_str_to_guid()
127 guid->uuid.time_high_and_version = htole16(time_high_and_version); in vb2_str_to_guid()
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h57 #define htole16(x) ((uint16_t)(x)) macro
71 #define htole16(x) bswap16((x)) macro
/external/ot-br-posix/src/common/
Dbyteswap.hpp44 #define htole16(x) OSSwapHostToLittleInt16(x) macro
/external/nos/host/generic/libnos_transport/
Dtransport.c317 .version = htole16(TRANSPORT_V1), in send_command()
319 .reply_len_hint = ctx->reply_len ? htole16(*ctx->reply_len) : 0, in send_command()
326 command_info.crc = htole16(crc); in send_command()
/external/libexif/m4m/
Dgp-byteorder.m4235 #define htole16(x) swap16(x)
243 #define HTOLE16(x) (x) = htole16(x)
255 #define htole16(x) (x)
307 #define htole16a(a,x) *(uint16_t*)(a) = htole16(x)
/external/libiio/src/iiod/
Dusbd.c279 ep->wMaxPacketSize = htole16(packet_sizes[i]); in create_header()
294 ep->wMaxPacketSize = htole16(packet_sizes[i]); in create_header()
/external/iw/
Dinfo.c541 if (cm->cap_info & htole16(IEEE80211_HT_CAP_MAX_AMSDU)) in print_phy_handler()
543 if (cm->cap_info & htole16(IEEE80211_HT_CAP_SUP_WIDTH_20_40)) in print_phy_handler()
545 if (cm->cap_info & htole16(IEEE80211_HT_CAP_SGI_40)) in print_phy_handler()
/external/nos/host/generic/libnos_transport/test/
Dtest.cpp112 return htole16(crc); in command_crc()
286 command_info.version = htole16(TRANSPORT_V1); \
287 command_info.reply_len_hint = htole16((reply_len)); \
/external/wmediumd/wmediumd/
Dwmediumd.c431 .it_len = htole16(sizeof(radiotap_hdr)), in log2pcap()
434 .channel.freq = htole16(frame->freq), in log2pcap()
609 .fc = htole16(0xd4), in queue_frame()
610 .dur = htole16(ack_time_usec), in queue_frame()