Home
last modified time | relevance | path

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

/external/libese/libese-sysdeps/
Dandroid-sysdeps.c33 uint32_t ese_htobe32(uint32_t host_32bits) { return htobe32(host_32bits); } in ese_htobe32() argument
39 uint32_t ese_htole32(uint32_t host_32bits) { return htole32(host_32bits); } in ese_htole32() argument
Ddarwin-sysdeps.c34 uint32_t ese_htobe32(uint32_t host_32bits) { in ese_htobe32() argument
35 return OSSwapHostToBigInt32(host_32bits); in ese_htobe32()
42 uint32_t ese_htole32(uint32_t host_32bits) { in ese_htole32() argument
43 return OSSwapHostToLittleInt32(host_32bits); in ese_htole32()
/external/libese/libese-sysdeps/include/ese/
Dsysdeps.h42 extern uint32_t ese_htobe32(uint32_t host_32bits);
44 extern uint32_t ese_htole32(uint32_t host_32bits);