Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dsparse-endian.h43 #undef htobe16 macro
76 static inline be16_t htobe16(uint16_t value) { return (be16_t __force) bswap_16_on_le(value); } in htobe16() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h39 #define htobe16(x) __bswap16(x) macro
52 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/musl/include/
H A Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/third_party/alsa-utils/axfer/
H A 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/
H A Dehci.h405 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()

Completed in 5 milliseconds