Home
last modified time | relevance | path

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

/third_party/musl/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h44 #undef htole16
72 static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); } in htole16() function
/third_party/alsa-utils/axfer/
Dcontainer-voc.c607 header->hdr_size = htole16(sizeof(*header)); in write_container_header()
608 header->version = htole16(state->version); in write_container_header()
609 header->version_compr = htole16(0x1234 + ~state->version); in write_container_header()
627 block->code_id = htole16(state->code_id); in write_v120_format_block()
648 block->time_const = htole16(time_const); in write_extended_v110_format_block()
649 block->code_id = htole16(state->code_id); in write_extended_v110_format_block()
Dcontainer-riff-wave.c449 subchunk->format = htole16(state->format); in build_wave_format_subchunk()
450 subchunk->samples_per_frame = htole16(state->samples_per_frame); in build_wave_format_subchunk()
454 subchunk->bytes_per_frame = htole16(bytes_per_frame); in build_wave_format_subchunk()
456 htole16(state->avail_bits_in_sample); in build_wave_format_subchunk()
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h45 #define htole16(x) (uint16_t)(x) macro
58 #define htole16(x) __bswap16(x) macro
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dbitmap.c71 info_header->biPlanes = htole16(1); in create_info_header()
72 info_header->biBitCount = htole16(bpp); in create_info_header()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h405 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()
432 return htole16(v); in htohc16()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c942 hdr.len = htole16(txlen); in axe_bulk_write_callback()
/third_party/boost/libs/endian/doc/endian/
Dconversion.adoc568 Why not use the Linux names (htobe16, htole16, be16toh, le16toh, etc.) ?::