Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 13 of 13) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer-au.c130 header->hdr_size = htobe32(sizeof(struct container_header)); in build_container_header()
131 header->data_size = htobe32(byte_count); in build_container_header()
132 header->code_id = htobe32(state->code_id); in build_container_header()
133 header->frames_per_second = htobe32(frames_per_second); in build_container_header()
134 header->samples_per_frame = htobe32(state->samples_per_frame); in build_container_header()
Dcontainer-riff-wave.c407 chunk->size = htobe32(data_size); in build_riff_chunk_header()
420 subchunk->size = htobe32(size); in build_subchunk_header()
442 subchunk->frames_per_second = htobe32(state->frames_per_second); in build_wave_format_subchunk()
444 htobe32(average_bytes_per_second); in build_wave_format_subchunk()
/third_party/musl/src/locale/
Dcatgets.c23 uint32_t set_id_be = htobe32(set_id); in catgets()
24 uint32_t msg_id_be = htobe32(msg_id); in catgets()
/third_party/musl/include/
Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/ndk_musl_include/
Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/uniproton/kernel/include/
Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dendian.h37 #define htobe32(x) __bswap32(x) macro
50 #define htobe32(x) (uint32_t)(x) macro
/third_party/eudev/src/shared/
Dsparse-endian.h47 #undef htobe32
77 static inline be32_t htobe32(uint32_t value) { return (be32_t __force) bswap_32_on_le(value); } in htobe32() function
/third_party/musl/porting/liteos_a/kernel/include/
Dendian.h41 #define htobe32(x) __bswap32(x) macro
54 #define htobe32(x) (uint32_t)(x) macro
/third_party/musl/arch/mips64/
Dreloc.h37 #define R_INFO(s,t) (htobe64((uint64_t)htobe32(s)<<32 | (uint64_t)t))
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h399 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe32(v) : htole32(v); in htohc32()
/third_party/boost/libs/endian/doc/endian/
Dchoosing_approach.adoc288 just mechanically changes the calls to `htobe32`, etc. to