Home
last modified time | relevance | path

Searched refs:htole16 (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-utils/axfer/
H A 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()
H A 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/eudev/src/shared/
H A Dsparse-endian.h44 #undef htole16 macro
72 static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); } in htole16() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h45 #define htole16(x) (uint16_t)(x) macro
58 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/musl/include/
H A Dendian.h41 #define htole16(x) (uint16_t)(x) macro
54 #define htole16(x) __bswap16(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h405 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()
432 return htole16(v); in htohc16()
/third_party/backends/backend/
H A Dhp5590_low.c258 ctrl.wLength = htole16 (size); in hp5590_control_msg()
328 ctrl.wLength = htole16 (size); in hp5590_control_msg()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c940 hdr.len = htole16(txlen); in axe_bulk_write_callback()

Completed in 8 milliseconds