/external/mbedtls/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 26 # 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/ |
D | c_endianness.h | 26 # 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/ |
D | byte_order.h | 34 #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/ |
D | endian-darwin.h | 25 # define htole16(x) OSSwapHostToLittleInt16(x) macro 69 # define htole16(x) (x) macro 87 # define htole16(x) __builtin_bswap16(x) macro
|
/external/vboot_reference/cgpt/ |
D | cgpt_endian.h | 22 # define htole16(x) (x) macro 37 # define htole16(x) __bswap_16 (x) macro
|
D | cgpt_common.c | 393 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/ |
D | portable_endian.h | 49 # define htole16(x) OSSwapHostToLittleInt16(x) macro 95 # define htole16(x) (x) macro 113 # define htole16(x) __builtin_bswap16(x) macro
|
/external/musl/include/ |
D | endian.h | 41 #define htole16(x) (uint16_t)(x) macro 54 #define htole16(x) __bswap16(x) macro
|
/external/vboot_reference/host/lib21/ |
D | host_misc.c | 126 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/ |
D | endian.h | 57 #define htole16(x) ((uint16_t)(x)) macro 71 #define htole16(x) bswap16((x)) macro
|
/external/ot-br-posix/src/common/ |
D | byteswap.hpp | 44 #define htole16(x) OSSwapHostToLittleInt16(x) macro
|
/external/nos/host/generic/libnos_transport/ |
D | transport.c | 317 .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/ |
D | gp-byteorder.m4 | 235 #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/ |
D | usbd.c | 279 ep->wMaxPacketSize = htole16(packet_sizes[i]); in create_header() 294 ep->wMaxPacketSize = htole16(packet_sizes[i]); in create_header()
|
/external/iw/ |
D | info.c | 541 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/ |
D | test.cpp | 112 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/ |
D | wmediumd.c | 431 .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()
|