Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h39 #define htobe16(x) __bswap16(x) macro
52 #define htobe16(x) (uint16_t)(x) macro
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c440 subchunk->format = htobe16(state->format); in build_wave_format_subchunk()
441 subchunk->samples_per_frame = htobe16(state->samples_per_frame); in build_wave_format_subchunk()
445 subchunk->bytes_per_frame = htobe16(bytes_per_frame); in build_wave_format_subchunk()
447 htobe16(state->avail_bits_in_sample); in build_wave_format_subchunk()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h404 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()