Home
last modified time | relevance | path

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

/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_m/kernel/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/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/musl/porting/liteos_a/kernel/include/
Dendian.h45 #define htole16(x) (uint16_t)(x) macro
58 #define htole16(x) __bswap16(x) macro
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h404 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()
431 return htole16(v); in htohc16()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c942 hdr.len = htole16(txlen); in axe_bulk_write_callback()