Home
last modified time | relevance | path

Searched defs:host_32bits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libese/libese-sysdeps/
H A Ddarwin-sysdeps.c34 uint32_t ese_htobe32(uint32_t host_32bits) { in ese_htobe32()
42 uint32_t ese_htole32(uint32_t host_32bits) { in ese_htole32()
H A Dandroid-sysdeps.c33 uint32_t ese_htobe32(uint32_t host_32bits) { return htobe32(host_32bits); } in ese_htobe32()
39 uint32_t ese_htole32(uint32_t host_32bits) { return htole32(host_32bits); } in ese_htole32()
/aosp_15_r20/external/coreboot/src/include/
H A Dendian.h120 static inline uint32_t htobe32(uint32_t host_32bits) in htobe32()
125 static inline uint32_t htole32(uint32_t host_32bits) in htole32()