Home
last modified time | relevance | path

Searched refs:be16toh (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/include/
Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h36 #define be16toh(x) __bswap16(x) macro
49 #define be16toh(x) (uint16_t)(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h45 #undef be16toh
84 static inline uint16_t be16toh(be16_t value) { return bswap_16_on_le((uint16_t __force)value); } in be16toh() function
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h40 #define be16toh(x) __bswap16(x) macro
53 #define be16toh(x) (uint16_t)(x) macro
/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c189 state->format = be16toh(subchunk->format); in parse_wave_fmt_subchunk()
190 state->samples_per_frame = be16toh(subchunk->samples_per_frame); in parse_wave_fmt_subchunk()
194 state->bytes_per_frame = be16toh(subchunk->bytes_per_frame); in parse_wave_fmt_subchunk()
196 be16toh(subchunk->bits_per_sample); in parse_wave_fmt_subchunk()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h417 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
/third_party/alsa-utils/aplay/
Daplay.c70 #define be16toh(x) __be16_to_cpu(x) macro
1832 sval = be16toh(*valp); in compute_max_peak()
/third_party/boost/libs/endian/doc/endian/
Dconversion.adoc568 Why not use the Linux names (htobe16, htole16, be16toh, le16toh, etc.) ?::